Quiz-2: Fixed and Floating Point Representation

Quiz-2: Fixed and Floating Point Representation

University

15 Qs

quiz-placeholder

Similar activities

Variables and Constants

Variables and Constants

11th Grade - University

10 Qs

Binary, Denary and HEX

Binary, Denary and HEX

University

18 Qs

MidTerm Review

MidTerm Review

University

15 Qs

Fundamentals of Programming C++

Fundamentals of Programming C++

9th Grade - University

20 Qs

03 - Python - Basics

03 - Python - Basics

University - Professional Development

10 Qs

CMP128 Java Ch. 03 Decisions

CMP128 Java Ch. 03 Decisions

University

10 Qs

INTRODUCTION TO TREE DATA STRUCTURE

INTRODUCTION TO TREE DATA STRUCTURE

University

20 Qs

CS1 Practical Test - 3rd Qtr

CS1 Practical Test - 3rd Qtr

7th Grade - 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?