1.1 Converting between number systems - Part 1

1.1 Converting between number systems - Part 1

Assessment

Interactive Video

Computers

9th - 12th Grade

Hard

Created by

Melih Gülcan

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two states used to store and represent information in a computer system?

On and Off

True and False

Zeros and Ones

High and Low

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the base of the denary number system?

Base 2

Base 8

Base 10

Base 16

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the binary number system, how does the value of each column relate to the column immediately to its right?

It is half the value

It is double the value

It is ten times the value

It is unrelated

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT presented as a main method for converting a denary number to a binary number?

Divide-by-two method

Binary number line method

Subtraction method

Using modulus (remainder of division by two)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the 8-bit binary representation of the denary number 89 using the divide-by-two method?

01011001

10110010

01100101

11001010

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When converting the denary number 89 to binary using the binary number line method, what is the resulting 8-bit binary sequence?

01011001

10110010

01100101

11001010

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the denary equivalent of the binary number 01100110?

98

102

106

110

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the largest positive whole number that can be represented using 16 bits in binary?

255

1024

32767

65535