Binary manipulation and negative numbers

Binary manipulation and negative numbers

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Add the binary number 0110 to 0001

Back

0111

2.

FLASHCARD QUESTION

Front

Add the binary number 0111 to 0001

Back

1000

3.

FLASHCARD QUESTION

Front

Add the binary number 0111 to 0011

Back

1010

4.

FLASHCARD QUESTION

Front

What denary number(base-10) will be have if we shift 1 position to the left the following 8-bit binary number 0110 0001?

Back

194

5.

FLASHCARD QUESTION

Front

What denary number(base-10) will be have if we shift 1 position to the left the following 8-bit binary number 0000 0001?

Back

2

6.

FLASHCARD QUESTION

Front

What denary number(base-10) will be have if we shift 1 position to the right the following 8-bit binary number 0000 0001?

Back

0

7.

FLASHCARD QUESTION

Front

What denary number(base-10) will be have if we shift 2 position to the left the following 8-bit binary number 0000 0001?

Back

4

8.

FLASHCARD QUESTION

Front

What is the decimal number (base-10) of 1111 1111 8-bit signed binary number?

Back

-1