OCR J277- 1.2 Memory and storage

Quiz
•
Computers
•
10th Grade
•
Medium
F Khalifa
Used 50+ times
FREE Resource
74 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What numeric base does binary operate on? (1-4)
2
1
8
16
Answer explanation
Binary operates on base 2, using only two digits: 0 and 1. This is the fundamental principle of binary number systems, making '2' the correct answer.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many bits are there in a byte? (1-4)
8
16
1
2
Answer explanation
A byte consists of 8 bits. This is a standard measurement in computing, making '8' the correct answer. The other options (16, 1, 2) do not represent the number of bits in a byte.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the maximum number of bits needed to represent 15 in denary? (3-5)
6
4
Answer explanation
To represent the number 15 in binary, we need 4 bits: 1111. The maximum value for 4 bits is 15 (2^4 - 1). Therefore, the correct answer is 4 bits.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the 8 bit binary representation of 17? (5-7)
00010010
00010001
00001101
00100010
Answer explanation
To convert the decimal number 17 to binary, we divide by 2 and record the remainders. 17 in binary is 10001. To represent it in 8 bits, we add leading zeros: 00010001. Thus, the correct answer is 00010001.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the binary representation of 32? (5-7)
00100000
00100100
00110000
00100001
Answer explanation
The binary representation of 32 is calculated as follows: 32 in decimal is 2^5, which corresponds to the binary 100000. In 8 bits, this is represented as 00100000, making it the correct choice.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the denary representation of this 8 bit number? 01001111 (5-7)
59
79
69
49
Answer explanation
The binary number 01001111 converts to denary by calculating 0*2^7 + 1*2^6 + 0*2^5 + 0*2^4 + 1*2^3 + 1*2^2 + 1*2^1 + 1*2^0 = 64 + 8 + 4 + 2 + 1 = 79. Thus, the correct answer is 79.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the denary representation of this 8 bit number? 11010101 (5-7)
199
206
228
213
Answer explanation
To convert the binary number 11010101 to denary, calculate: 1*2^7 + 1*2^6 + 0*2^5 + 1*2^4 + 0*2^3 + 1*2^2 + 0*2^1 + 1*2^0 = 128 + 64 + 0 + 16 + 0 + 4 + 0 + 1 = 213. Thus, the correct answer is 213.
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade