3.5 Fundamentals of data representation

3.5 Fundamentals of data representation

11th Grade

50 Qs

quiz-placeholder

Similar activities

AP CSP Quizizz 1.9 - 9-9 - MONDAY

AP CSP Quizizz 1.9 - 9-9 - MONDAY

9th - 12th Grade

48 Qs

GCSE Computer Science Revision - Data Representation Quiz

GCSE Computer Science Revision - Data Representation Quiz

11th Grade

53 Qs

2019 Review - I, IGCSE CS 0478 - dfm

2019 Review - I, IGCSE CS 0478 - dfm

9th - 12th Grade

48 Qs

Yr8 Assessment Point 1

Yr8 Assessment Point 1

9th - 12th Grade

50 Qs

CSS11_4TH_QTR_EXAM

CSS11_4TH_QTR_EXAM

11th Grade

50 Qs

Paper 1 Mock Revision

Paper 1 Mock Revision

10th - 11th Grade

52 Qs

CSP Vocabulary Review

CSP Vocabulary Review

9th - 12th Grade

53 Qs

OCR GCSE Computer Science: Data Representation

OCR GCSE Computer Science: Data Representation

11th Grade

50 Qs

3.5 Fundamentals of data representation

3.5 Fundamentals of data representation

Assessment

Quiz

Computers

11th Grade

Medium

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a bit?

2 bytes

The smallest unit of data in a computer

16 bits

1 KB

Answer explanation

A bit is the smallest unit of data in a computer, representing a binary value of 0 or 1. The other options refer to larger data units, making 'the smallest unit of data in a computer' the correct choice.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many bits are in a byte?

2

8

4

16

Answer explanation

A byte consists of 8 bits. This is a standard unit of digital information storage, making 8 the correct answer among the choices provided.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a binary number?

11012

10011

1F2

9A3

Answer explanation

A binary number consists only of the digits 0 and 1. The number 10011 is the only option that meets this criterion, while 11012 contains a '2', and 1F2 and 9A3 contain non-binary characters.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert the binary number 1010 to decimal.

10

5

15

12

Answer explanation

To convert the binary number 1010 to decimal, calculate: (1*2^3) + (0*2^2) + (1*2^1) + (0*2^0) = 8 + 0 + 2 + 0 = 10. Thus, the correct answer is 10.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the base of the hexadecimal system?

2

10

16

8

Answer explanation

The hexadecimal system is a base-16 numeral system, which means it uses 16 distinct symbols (0-9 and A-F) to represent values. Therefore, the correct answer is 16.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a hexadecimal number?

8G3

1A2

10110

12.5

Answer explanation

Hexadecimal numbers use digits 0-9 and letters A-F. '1A2' contains valid hexadecimal characters, while '8G3' has 'G', '10110' is binary, and '12.5' is a decimal. Thus, '1A2' is the correct choice.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert the decimal number 63 to binary.

101111

111111

110111

100111

Answer explanation

To convert 63 to binary, divide by 2 and record the remainders. 63 ÷ 2 = 31 R1, 31 ÷ 2 = 15 R1, 15 ÷ 2 = 7 R1, 7 ÷ 2 = 3 R1, 3 ÷ 2 = 1 R1, 1 ÷ 2 = 0 R1. Reading the remainders from bottom to top gives 111111, which is the correct answer.

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?