IGCSE CS: Ch.1 Number bases (CIE 0478, 23-25)

IGCSE CS: Ch.1 Number bases (CIE 0478, 23-25)

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

NUMBER SYSTEM CONVERSIONS

NUMBER SYSTEM CONVERSIONS

11th Grade - University

20 Qs

Binary, Denary & Hex

Binary, Denary & Hex

10th Grade

16 Qs

hexadecimal binary decimal

hexadecimal binary decimal

10th - 12th Grade

13 Qs

Unit Test 1 Class 8 Computer

Unit Test 1 Class 8 Computer

8th - 9th Grade

20 Qs

OCR GCSE Computer Science: 2.6 Data Representations (Part 1)

OCR GCSE Computer Science: 2.6 Data Representations (Part 1)

9th - 10th Grade

19 Qs

Codehs Unit 8 Digital Information

Codehs Unit 8 Digital Information

10th - 12th Grade

15 Qs

Digital Information

Digital Information

10th - 12th Grade

15 Qs

Unit 8 Digital Information

Unit 8 Digital Information

10th - 12th Grade

15 Qs

IGCSE CS: Ch.1 Number bases (CIE 0478, 23-25)

IGCSE CS: Ch.1 Number bases (CIE 0478, 23-25)

Assessment

Quiz

Computers, Mathematics

9th - 12th Grade

Hard

Created by

Dan Jones

Used 41+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Computers store and transmit information using _________ digits.

Denary

Binary

Octal

Hexadecimal

Answer explanation

Computers use binary digits—zeroes and ones—to store and transmit information in electrical form. Each of these binary digits, or "bits", can either be ON (1) or OFF (0).

2.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Octal numbers use digits from 0 to ________.

8

1

7

F

Answer explanation

Octal numbers use the digits 0, 1, 2, 3, 4, 5, 6, and 7 to represent values in base 8 form.

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

01101000 + 00110100 = ________

11011100

10011100

10011100

01111100

4.

MULTIPLE CHOICE QUESTION

30 sec • 8 pts

Logically shifting all the digits of a binary number one place to the LEFT is the same as...

Multiplying the number by -1

Multiplying the number by 2

Dividing the number by 2

Dividing the number by 0

Answer explanation

A logical shift one place to the left is the same as doubling the number, that is, multiplying it by 2. A logical shift one place to the right would be the same as halving the number, that is, dividing it by 2.

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Convert the following decimal numbers into hexadecimal: 10, 12, 13, 16.

A, C, D, 10

A, C, E, F

A, C, D, F

A, C, E, 10

Answer explanation

Hexadecimal numbers use the letters A, B, C, D, E, and F to represent values of 10, 11, 12, 13, 14, and 15 respectively.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the decimal equivalent of the binary number 10110110 (using two's complement form)?

-74

182

-72

150

Answer explanation

In binary 2's complement form, numbers that have "1" in the leftmost place are always negative; those with "0" are always positive.

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

When you convert HEX E3A7 to binary, what are the first four digits (i.e. the four leftmost digits) of the resulting binary number?

0111

1010

1000

1110

Answer explanation

Each hexadecimal digit corresponds to a group of four binary digits. To find the first four digits of a binary number, simply convert the first digit of the hexadecimal number.

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?