Positive Binary Numbers (OCR A-Level Computer Science): Flashcards
📚Flashcards
Practise the cards
12 cards from this deck
ShowHide
Practise the cards
12 cards from this deck
Base of binary number system
Base of binary number system
Base-2
Why computers use binary
Why computers use binary
Switches can be on (1) or off (0)
Term for each binary digit
Term for each binary digit
Bit
Binary place values
Binary place values
Powers of 2 (, , , etc.)
Binary to decimal conversion method
Binary to decimal conversion method
Sum products of each bit and its place value
Decimal to binary conversion method
Decimal to binary conversion method
Repeatedly divide by 2, note remainders
Order of remainders in decimal to binary
Order of remainders in decimal to binary
Reverse order (bottom to top)
Data types binary can represent
Data types binary can represent
Numeric, text, images, sound
Binary 1011 in decimal
Binary 1011 in decimal
Decimal 13 in binary
Decimal 13 in binary
1101
Character encoding scheme using binary for text
Character encoding scheme using binary for text
ASCII
Binary 01000001 as number and ASCII char
Binary 01000001 as number and ASCII char
65 (number), A (ASCII)
