Digital Systems & Number Systems - Fill-in-the-Blank Flashcards

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

Fill-in-the-blank flashcards covering key concepts from the lecture on digital vs. analog, number systems, and related coding schemes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

In a digital representation, quantities are represented not by proportional quantities but by symbols called __.

digits

2
New cards

The three-step process to handle analog input/output with digital techniques is ADC (Analog-to-Digital Converter), DSP (digital signal processing), and __.

DAC

3
New cards

Sequential Circuits: Output depends on the state of the present inputs and the circuit’s __.

internal memory

4
New cards

Binary 0 voltage range is between __.

0 V to 0.8 V

5
New cards

Binary 1 voltage range is between __.

2 V to 5 V

6
New cards

Decimal to binary conversion is performed by __.

repeated division by 2

7
New cards

To convert a decimal fraction to binary, you repeatedly multiply the fractional part by 2; the resulting bits form the __.

binary digits

8
New cards

Octal (base 8) uses digits 0–7; digits __ are not used.

8 and 9

9
New cards

Binary-to-octal conversion is accomplished by grouping binary digits into groups of __ starting from the LSB.

3

10
New cards

One hex digit corresponds to a group of __ bits.

4 bits

11
New cards

Hexadecimal uses base __, with digits 0–9 and letters A–F.

16

12
New cards

The 8421 BCD code uses four bits with weights __, __, __, and __.

8, 4, 2, 1

13
New cards

In 8421 BCD, the set of invalid codes includes 1010, 1011, 1100, 1101, 1110, and __.

1111

14
New cards

Gray code is designed so that successive values differ by only a single __.

bit

15
New cards

To convert binary to Gray code, the most significant Gray bit equals the most significant binary bit, and each subsequent Gray bit is the XOR of the current binary bit with the __ binary bit.

previous

16
New cards

Gray-to-binary conversion: Each subsequent binary bit is found by XORing the previous binary bit with the corresponding __ bit of the Gray code.

Gray code

17
New cards

One nybble (nibble) equals __ bits.

4

18
New cards

One byte equals __ bits.

8

19
New cards

Single-precision floating-point numbers have a total of __ bits: 1 sign bit, 8 exponent bits, and 23 fraction bits.

32

20
New cards

In signed-magnitude representation, the leftmost bit is the sign bit; 0 indicates and 1 indicates .

positive, negative

21
New cards

In 1’s complement representation, negative numbers are the __ of the corresponding positive numbers.

1’s complements

22
New cards

In 2’s complement representation, negative numbers are the 1’s complements of the positive numbers, plus __.

1

23
New cards

In 8421 BCD, decimal 9 is encoded as __.

1001

24
New cards

In BCD addition, if a 4-bit sum is greater than 9 or a carry out is generated, add __ to the sum to skip invalid states.

6

25
New cards

The decimal digits 0–9 correspond to 4-bit patterns 0000–1001 in BCD; decimal 5 is encoded as __.

0101

26
New cards

ASCII is an example of an __ code used to represent numbers, letters, symbols and instructions.

alphanumeric

27
New cards

In binary, 1 nybble equals 4 bits; 1 byte equals 8 bits; 1 kilo (KB) equals __ bytes.

1024

28
New cards

A single-precision floating-point number has 32 bits, partitioned as 1 sign bit, 8 exponent bits, and 23 __ bits.

mantissa (fraction)