Training high school teachers to teach AP Computer Science Principles
Select Page
Abstraction Quiz
#1 What is the largest decimal number that can be formed by using 5 binary bits?
31
34
15
#2 What is the sum of the following two binary numbers? 10101 and 01100
100001
110001
100011
101011
#3 What is the sum of the following two binary numbers? 10011 and 01011
11110
11010
11011
11001
#4 Which of the following is arranged correctly from smaller to higher capacities of memory units where MB is Megabyte, KB is Kilobyte, GB is Gigabyte, and TB is Terabyte
bit, byte, MB, GB, KB, TB
bit, byte, KB, MB, GB, TB
byte, bit, KB, MB, GB, TB
byte, bit, MB, KB, GB, TB
#5 Convert 00100011 to decimal number
37
35
34
36
#6 Convert decimal number 32 into a binary number.
100000
100001
1000
10001
#7 Refer to the table for the following question. Which of the following letters is represented by the binary number 1001000 ( Hint : Convert binary to decimal and look up for corresponding ASCII character in the table)