Digital Theory & Microprocessors Flashcards

(77 cards)

1
Q

A conducting logic circuit is considered to be:

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A modulo 10 counter is known as:

A

A decade counter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The 8/4/2/1 designation is used to define the base for which system?

A

The Binary-Coded-Decimal system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A non-conducting logic circuit is considered to be:

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Convert 15( base 10) to octal.

A

17(base 8)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Convert ABC (base 16) to binary.

A

1010 1011 1100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Convert 0100 1000(BCD) to decimal.

A

48

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Convert 576(base 10) to BCD.

A

0101 0111 0110

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How many inputs are associated with a J-K flip-flop?

A

5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How many R-S flip-flops would be required to store an eight digit binary number?

A

8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In order to provide a 1 logic state in a TTL circuit, what voltage is required to be present?

A

2.4 - 5.0 v

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

To achieve the fastest computing speed from adders how should they be installed?

A

In parallel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Two logic gates ( an AND gate and a NOT gate respectively) are connected in series. What is the resultant single logic gate equivalent.

A

NAND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the purpose of a capacitor installed to ground in a TTL circuit?

A

Channel/shunt power spikes to ground.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the radix of the binary numbering system?

A

2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the radix of the decimal numbering system?

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What logic gate has one input and always produces the opposite of the input at the output .

A

NOT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What reference can be used which provides a list of input combinations and their corresponding outputs that characterizes a digital devices function?

A

Truth Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Which digit is the LSD in the number 1876.0?

A

6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Which digit is the MSD of the number 1876.0?

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which logic gate has two inputs (A and B) and one output whose Boolean value is “A + B.”

A

OR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Which logic gate provides a 1 output only if all the inputs are logic 1?

A

AND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which of the following is a base 8 system?

A

Octal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which two-input logic gate produces a 1 when either input is a one but not both.

A

XOR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Which type of adder adds two binary numbers and produces no carry?
Quarter adder
26
What is the "D" Flip-Flop's operational condition/state when the "CLK" input transitions to "High", the "D" input is a "1", and the "Q" output is a "1"?
Store "1"
27
What is the "D" Flip-Flop's operational condition/state when the "CLK" input transitions to "High", the "D" input is a "0", and the "Q" output is a "0"?
Store "0"
28
What is the "D" Flip-Flop's operational condition/state when the "CLK" input is "0", the "D" input is a "1", and the "Q" output is a "0"?
Start
29
What is the operational condition/state of an "R-S Flip-Flop" if the "R" input is "1", the "S" input is "1", and both the "Q" & "Not-Q" outputs are in their previous condition?
Latched
30
What is the operational condition/state of an "R-S Flip-Flop" if the "R" input is "0", the "S" input is "1", and the "Q" output is "1" & the "Not-Q" output is "0"?
Set
31
What is the operational condition/state of an "R-S Flip-Flop" if the "R" input is "1", the "S" input is "0", and the "Q" output is "0" & the "Not-Q" output is "1"?
Reset
32
What is the operational condition/state of an "R-S Flip-Flop" if the "R" input is "1", the "S" input is "1", and the "Q" output is "1" & the "Not-Q" output is "1"?
Jammed
33
What is the operational condition/state of an "J-K Flip-Flop" if the "J" input is "0", the "K" input is "0", and the "CLK" input is "1", the "Q" output is "Q" & the "Not-Q" output is "Not Q "?
No Change
34
What is the operational condition/state of an "J-K Flip-Flop" if the "J" input is "1", the "K" input is "0", and the "CLK" input is "1", the "Q" output is "1" & the "Not-Q" output is "0"?
Set
35
What is the operational condition/state of an "J-K Flip-Flop" if the "J" input is "0", the "K" input is "1", and the "CLK" input is "1", the "Q" output is "0" & the "Not-Q" output is "1"?
Reset
36
What is the operational condition/state of an "J-K Flip-Flop" if the "J" input is "1", the "K" input is "1", and the "CLK" input is "1", the "Q" output is "1" & the "Not-Q" output is "1"?
Toggle
37
What condition or state is an R-S Flip-Flop in when both "Q" and "Not-Q" outputs are high (logic 1)?
Jammed
38
What condition or state is a J-K Flip-Flop in when the"J" input is 1, the "K" input is 1, and the "CLK" (Clock) input is 1?
Toggle
39
What condition or state is an R-S Flip-Flop in when the "R" input is 0, the "S" input is 1, the "Q" output is 1, and the "Not-Q" output is 0?
Set
40
What is another name for an Astable Multivibrator?
Free-Running Multivibrator
41
What is another name for a Bi-stable Multivibrator?
Flip-Flop and Frequency Divider
42
What is another name for a Mono-stable Multivibrator?
Single-shot or One-shot Multivibrator
43
If the input frequency of a Bi-stable Multivibrator is 2.25 MHz, what is the output frequency?
1.125 MHz
44
A program contains 1,600 bits of information. How many Bytes does it contain?
200
45
What is the function of the program counter?
Keeps track of the sequence of instructions to be executed.
46
Four (4) bits is known as what?
A Nibble
47
What is used to locate data in memory?
Address
48
Inside a dynamic RAM chip, what component acts as a switch?
Transistor
49
The set of microprocessor software commands that allow a programmer to control the functions of the microprocessor is known as what?
Instruction Set
50
How many basic sets of instructions are normally associated with a microprocessor?
9
51
Two (2) nibbles equals:
A Byte
52
Which section/component of a computer keeps track of the address of the instruction fetched from memory?
Program Counter
53
Which type of memory must be refreshed periodically?
Dynamic RAM
54
What section/component of a computer determines the word size for a microprocessor?
Accumulator
55
How many basic parts constitute a microprocessor?
4
56
If the memory word in a microprocessor is 64 bits wide, the accumulator must be __________ bits wide.
64
57
What section is a set of logic circuitry which is basically an adder?
ALU
58
Which register determines the maximum word size for the microprocessor?
Accumulator
59
A signal from an external device requesting service in the form of receiving or transmitting data is known as what?
An interrupt (IRQ)
60
What computer section decodes instructions that enter the computer?
Control Unit
61
Inside a dynamic RAM chip, what component holds the bit information?
Capacitor
62
Which register retains a computer's binary data?
Memory Register
63
Which register determines the maximum memory size of the computer?
Memory Register
64
How do you determine Chip Density?
Multiply chip depth by chip width.
65
What term is used to indicate the smallest possible unit of digital information?
Bit
66
Which section of the computer performs math logic and decision making operations?
ALU
67
Which section/ component of the computer temporarily stores results of computations?
RAM
68
The component/section of a computer that decodes the instruction(s) gathered from the data register is called what?
Instruction Decoder
69
How many basic blocks or sections make up all digital computers?
5
70
Inside a static RAM chip, what component holds the bit information?
Flip-Flop
71
A program contains 800 bits of information. How many Bytes does this equal?
100 Bytes
72
When you logically "AND" the numbers [0010 1110 1100] with [1111 0110 0100] the result is:
0010 0110 0100
73
When you logically "OR" the numbers [0010 1110 1100] with [1111 0110 0100] the result is:
1111 1110 1100
74
The simplest way to _______________ a number by four (4) is to use the Move/Shift command, moving the bits left two (2) times.
Multiply
75
The simplest way to _______________ a number by four (4) is to use the Move/Shift command, moving the bits right two (2) times.
Divide
76
To add two numbers together inside the microprocessor, use the _______________ command from the instruction set.
Add
77
To increment the program counter by one, use the _________________ command from the instruction set.
Increment