SLR11: Two's Complement Binary Quiz

SLR11: Two's Complement Binary Quiz

10th Grade

18 Qs

quiz-placeholder

Similar activities

Negative Integer Representations

Negative Integer Representations

12th Grade

16 Qs

binary

binary

10th Grade

14 Qs

AP CSP Number Systems

AP CSP Number Systems

9th - 12th Grade

14 Qs

Chapter 2: Binary Values & Numbering Systems

Chapter 2: Binary Values & Numbering Systems

KG - 12th Grade

20 Qs

[AP CSP] Binary Conversion

[AP CSP] Binary Conversion

9th - 12th Grade

14 Qs

Binary Basics

Binary Basics

10th Grade

16 Qs

Higher Data Representation 1

Higher Data Representation 1

11th - 12th Grade

14 Qs

🃏 DecBin - LVL 1

🃏 DecBin - LVL 1

University

16 Qs

SLR11: Two's Complement Binary Quiz

SLR11: Two's Complement Binary Quiz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

H Malaney

Used 10+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the sign bit in a two's complement binary number?

The least significant bit

The most significant bit

A randomly chosen bit

There is no sign bit in two's complement

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert the positive decimal number 5 to a two's complement binary number with 8 bits?

00000101

11111011

10000101

01111011

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert the negative decimal number -5 to a two's complement binary number with 8 bits?

11111010

10111101

11111011

10000101

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when there is an overflow in two's complement arithmetic?

The number wraps around to the opposite sign.

The operation fails and returns an error.

The result is always zero.

Overflow is not possible in two's complement arithmetic.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add two two's complement binary numbers?

Convert them to decimal, add, and convert back.

Add them as regular binary numbers and ignore any carry out of the leftmost bit.

Subtract the second number from the first.

Use XOR operation for addition.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the two's complement of the binary number 00000101?

11111010

11111011

10000101

00000101

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you subtract the binary number 00000101 from 00001010 in two's complement?

Convert both numbers to their two's complement and add.

Directly subtract the second number from the first.

Add the two's complement of 00000101 to 00001010.

Use XOR operation for subtraction.

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?