Understanding Computers Part 2
Quiz by Test pupil1
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
20 questions
Show answers
- Q1A single binary digit is known asA characterA byteA bitAn integer60s
- Q2How many bits in a byte?248100
- Q3How many bytes in a Kilobyte (Kb)?1,048,5761,0241,0001,000,000
- Q4What number system do computers use?BinaryASCIIDenaryDecimal
- Q5How many different binary codes can be represented in 2 bits?82164
- Q6How many different binary codes can be represented in 1 byte?12825628
- Q7The binary number 1010, converted to denary (decimal) is102183
- Q8The binary number 0001 0001, converted to denary (decimal) is:310,00117101
- Q9The binary number 00110011, converted to denary (decimal) is:5133994
- Q10The binary number 0000 1001, multiplied by 2 is0001 00100000 01000000 10100001 0011
- Q11The binary number 0011 0100, divided by 4 is0001 10100001 01001101 00000000 1101
- Q12The binary number 0011 0100, added to 0001 0010 is0010 00000111 01100010 01100100 0110
- Q13How many bits would be needed to represent 64 characters?86476
- Q14How many different characters can be represented in 8 bits?642561281024
- Q15ASCII is:a type of computera code for representing characters in binarya method of translating from denary to binarya programming language