1.1.1 Binary Systems Flashcards
Computers use a _______ number system
binary
Humans use a _________ number system
denary
Binary is also known as _______
base 2
Denary is also known as ________
base 10
Binary (base 2) is made up of the numbers….
0 and 1
zero and one
Denary is made up of the numbers….
0 to 9
zero to nine
What are the data units from smallest to largest?
bit
nibble
byte
kilobyte
megabyte
gigabyte
terabyte
What are examples of data?
text/words
sounds
images
numbers
video
Computers take _____ and ______ it into _________
Computers take data and process it into information.
What is an algorithm?
An algorithm is a set of steps to solve a problem
8 bits =
1 byte
A computer process stores data using ________ __________ that can be ON or OFF
A computer process stores data using electrical switches that can be ON or OFF
What are the 8-bit binary placeholder values?
128 / 64 / 32 / 16 / 8 / 4 / 2 / 1
How do you convert a binary number to denary?
Find all the placeholders with 1s in them and add those placeholders up. The answer is the denary number.
A shorter way to write binary digit is ____
bit
What are 3 facts about a bit?
The smallest piece of computer memory
A single on/off switch inside a computer’s electronic memory
A single 1 or 0
A kilobyte is 1024 bytes and will store about….
half a page of text
A megabyte is 1024 kilobytes. A picture on your phone is…
about 3 megabytes
A gigabyte is 1024 megabytes. A movie is about…
4 gigabytes
Kilobyte = ____
Megabyte = ____
Gigabyte = ____
Terabyte = ____
Kilobyte = KB
Megabyte = MB
Gigabyte = GB
Terabyte = TB
What are the 4-bit binary values of the numbers 0 - 5?
0 = _ _ _ _
1 = _ _ _ _
2 = _ _ _ _
3 = _ _ _ _
4 = _ _ _ _
5 = _ _ _ _
What are the 4-bit binary values of the numbers 0 - 5?
0 = 0000
1 = 0001
2 = 0010
3 = 0011
4 = 0100
5 = 0101
What are the 4-bit binary values of the numbers 6 - 10?
6 = _ _ _ _
7 = _ _ _ _
8 = _ _ _ _
9 = _ _ _ _
10 = _ _ _ _
What are the 4-bit binary values of the numbers 6 - 10?
6 = 0110
7 = 0111
8 = 1000
9 = 1001
10 = 1010
128 64 32 16 8 4 2 1
8 + 16?
128 64 32 16 8 4 2 1
24
128 64 32 16 8 4 2 1
16 + 32?
128 64 32 16 8 4 2 1
48
128 64 32 16 8 4 2 1
64 + 32?
128 64 32 16 8 4 2 1
96
128 64 32 16 8 4 2 1
64 + 128?
128 64 32 16 8 4 2 1
192