OCR J277- 1.2 Memory and storage

OCR J277- 1.2 Memory and storage

10th Grade

74 Qs

quiz-placeholder

Similar activities

J277 Unit 1

J277 Unit 1

2nd Grade - University

70 Qs

YR 11 Nov PPE Revision

YR 11 Nov PPE Revision

8th - 10th Grade

79 Qs

PGT_YMO_9IT_Final

PGT_YMO_9IT_Final

9th - 11th Grade

71 Qs

KS3 EOU Hardware Test

KS3 EOU Hardware Test

7th - 11th Grade

79 Qs

Quiz bee 1st quarter

Quiz bee 1st quarter

10th Grade

73 Qs

Team Quiz bee 1st Quarter 24-25

Team Quiz bee 1st Quarter 24-25

10th Grade

76 Qs

Year 10 - 1.1. Quiz

Year 10 - 1.1. Quiz

10th Grade

75 Qs

Super Mega Quiz - Computing - S3  Content

Super Mega Quiz - Computing - S3 Content

9th - 11th Grade

72 Qs

OCR J277- 1.2 Memory and storage

OCR J277- 1.2 Memory and storage

Assessment

Quiz

Computers

10th Grade

Medium

Created by

F Khalifa

Used 47+ 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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?