Quiz-2: Fixed and Floating Point Representation

Quiz-2: Fixed and Floating Point Representation

University

15 Qs

quiz-placeholder

Similar activities

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

BINARY QUIZ

BINARY QUIZ

University - Professional Development

20 Qs

Variable warm-up activity

Variable warm-up activity

6th Grade - University

10 Qs

C++ Variables, Literals, and Constants Quiz

C++ Variables, Literals, and Constants Quiz

University

10 Qs

Data Representation

Data Representation

9th Grade - University

20 Qs

Fundamentals of Computers and Number System

Fundamentals of Computers and Number System

University

20 Qs

Technical Quiz R1

Technical Quiz R1

University

20 Qs

C program quiz 1

C program quiz 1

University

10 Qs

Quiz-2: Fixed and Floating Point Representation

Quiz-2: Fixed and Floating Point Representation

Assessment

Quiz

Computers

University

Medium

Created by

Pratosh pal

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the largest normalized FP value (5-bit M, 4-bit E)?

00111 0111

01111 0110

11111 0111

10111 1111

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the smallest normalized FP value (5-bit M, 4-bit E)?

01000 1000

00001 1000

11111 1111

01000 1111

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you negate a 2s complement number?

Invert bits and add one

Invert bits

Add one and invert bits

Write it backwards

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you perform a - b in signed binary?

a + (-b)

a + (-1)*b

a - |b|

a + (b^-1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which signed binary number is most negative?

10111

11011

11101

11110

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which signed binary number is the closest to zero?

10111

11011

11101

11110

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Divide this signed binary byte by 2: 10010010

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?