Two's Complement Quiz

Two's Complement Quiz

9th Grade

7 Qs

quiz-placeholder

Similar activities

Operating System

Operating System

5th - 9th Grade

10 Qs

Data Representation - Keywords

Data Representation - Keywords

9th - 11th Grade

12 Qs

IB Computer Science Option C

IB Computer Science Option C

9th Grade - University

11 Qs

Binary and Bitmaps

Binary and Bitmaps

8th - 9th Grade

11 Qs

Huffman Coding

Huffman Coding

6th - 10th Grade

10 Qs

Yr10 Plenary quiz on Numbers and Data Representation

Yr10 Plenary quiz on Numbers and Data Representation

9th Grade

12 Qs

AP CSP~ BigIdea 2 Data

AP CSP~ BigIdea 2 Data

9th - 12th Grade

10 Qs

The Internet - Representing and Transmitting Information

The Internet - Representing and Transmitting Information

9th - 12th Grade

10 Qs

Two's Complement Quiz

Two's Complement Quiz

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Ronan O'Sullivan

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the two's complement representation of the number -5?

11111011

11111010

11111001

11111000

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In two's complement, what does the leftmost bit represent?

The sign of the number

The magnitude of the number

The parity of the number

The base of the number

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the two's complement representation of the number +5?

00000101

11111011

00000110

11111010

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of flipping the bits of 0001 0110?

1110 1001

0001 0110

1110 1010

0000 1101

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the MSB represent in two's complement if it is a 1?

Positive

Negative

Zero

One

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert a two's complement binary number into a denary number?

Flip the bits and add two

Flip the bits and add one

Flip the bits and subtract one

Flip the bits and add zero

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does flipping the bits in a binary number achieve in two's complement?

It makes the number positive

It makes the number negative

It inverts the number

It doubles the number