CSUC101_Unit_ODD

CSUC101_Unit_ODD

University

8 Qs

quiz-placeholder

Similar activities

START WITH DSD

START WITH DSD

University

10 Qs

Digital Principles

Digital Principles

University

13 Qs

MOSFET Basics

MOSFET Basics

University

13 Qs

Pertemuan 8 - Basic Prototype Actions and Plugins

Pertemuan 8 - Basic Prototype Actions and Plugins

University

10 Qs

Situs Penyedia Jurnal Nasional dan International

Situs Penyedia Jurnal Nasional dan International

University

10 Qs

VLSI-1A

VLSI-1A

University

10 Qs

DLC Module 1

DLC Module 1

University

7 Qs

VCS QUIZ 10

VCS QUIZ 10

University

10 Qs

CSUC101_Unit_ODD

CSUC101_Unit_ODD

Assessment

Quiz

Education

University

Medium

Created by

Harshul Yagnik

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a 16-bit signed 2’s complement system, what is the result of adding 1 to 7FFF₁₆, and what does it indicate?

Result is 8000₁₆; the number overflows into the negative range.

Result is 8000₁₆; and no overflow occurs in 2’s complement.

Result is 0000₁₆; due to cyclic wraparound.

Result is 7FFF₁₆; the number saturates at max positive value.

2.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

The number 32014 in base 5 is equivalent to 6136 in which base system?

6

7

8

9

3.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What is the hexadecimal approximation of 47.812510, correct to within 0.01?

2F.D016

2F.C016

2F.D216

2F.C816

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the 5-bit binary number 10110. What is its value when interpreted as:

i) an unsigned binary number, and
ii) a signed 2’s complement number?

(22, -11)

(26, -6)

(26, -5)

(22, -10)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assuming unsigned 4-bit arithmetic, perform the binary addition:

01012 + 10112,

What is the result, and does overflow occur?

Result = 0000, Overflow = No

Result = 0000, Overflow = Yes

Result = 10000, Overflow = No

Result = 0000, Overflow = Not Applicable

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Identify the Logic Gate that produces output F with reference to Inputs A, B and C as per the waveforms given below:

Three inputs NOR gate

Three inputs XOR gate

Three inputs XNOR gate

Three inputs NAND gate

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the Excess-3 code for the decimal number 4?

0101

0100

0111

0110

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When adding two BCD digits (in 4-bit representation), the result is 10010₂. What correction must be applied to get the proper BCD result?

Add 0011

Subtract 0011

Add 0110

No correction needed