CSUC101_Unit1_EVEN

CSUC101_Unit1_EVEN

University

8 Qs

quiz-placeholder

Similar activities

MWD Technology Quiz

MWD Technology Quiz

University

10 Qs

Mapas de Karnaugh

Mapas de Karnaugh

University

8 Qs

Electronics Lab Experiments

Electronics Lab Experiments

University

8 Qs

Gain and frequency response of MOSFET

Gain and frequency response of MOSFET

University

10 Qs

Quiz 1

Quiz 1

University

10 Qs

Exploring Digital Electronics Concepts

Exploring Digital Electronics Concepts

University

10 Qs

Understanding MOSFETs

Understanding MOSFETs

University

10 Qs

Power Electronics Quiz

Power Electronics Quiz

University

10 Qs

CSUC101_Unit1_EVEN

CSUC101_Unit1_EVEN

Assessment

Quiz

Engineering

University

Medium

Created by

Harshul Yagnik

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A 12-bit system represents unsigned hexadecimal values. What is the result of incrementing FFF₁₆, and what does it imply?

Result is 1000₁₆; 13-bit representation is now required.

Result is FFF₁₆; value remains unchanged due to saturation.

Result is 000₁₆; but no overflow occurs since it is unsigned.

Result is 000₁₆; the value wraps around due to overflow.

2.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

The number 6702 in base 9 is equivalent to 34515 in which base system?

6

7

8

9

3.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

The decimal number 18.310 is approximately equal to which of the following in hexadecimal (base-16), accurate to within ±0.01?

12.4C16

12.3316

12.2C16

12.3F16

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For a signed 5-bit number represented in 2’s complement, what is the range of decimal values that can be represented?

-15 to +15

-16 to +15

-15 to +16

0 to 31

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Using 5-bit 2’s complement representation, compute the binary result of: (6−11). What is the result and its decimal interpretation?

10110, -10

00101, 5

11011, -5

01001, 9

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the Gray code equivalent of the binary number 1011​2?

1110

1101

1001

1111

7.

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 NAND Gate

Three inputs XOR Gate

Three inputs XNOR gate

Three inputs NOR gate

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following bit patterns is a valid Excess-3 code but not a valid BCD code?

1001

1010

1000

0111