Module 1 Flashcards

1
Q

A ________ is just an integrated circuit.On its own, without a surrounding circuit and applied voltages, it is quite useless.

A

microprocessor

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

A useful microprocessor-based computer system must have a ______ , _______ , _______

A

memory, I/O devices, processing unit

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

the central processing of a computer which includes the ALU, register unit, and control unit, all integrated in a single IC.

A

Microprocessor or MPU

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

a complete computing system with memory, microprocessor, and I/O unit.

A

Microcomputer

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

a single chip microcomputer consisting of microprocessor, memory, and I/O unit.

A

Microcontroller or MCU

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

Law that states that the number of transistors per square inch on Integrated Circuits doubles approximately every two years.

A

Moore’s Law

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

Level of Integration with 1,000 to 10, 000 gates

A

Large Scale Integration (LSI)

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

complementary MOSFETs designed using symmetrical pairs of p- and n- channel.

A

CMOS Logic

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

True or False

Less chip area is demanded by an Individual MOS transistor, which results in more functions in less area.

A

True

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

True or False

Dynamic circuit techniques are practical in MOS technology, but not in bipolar technology. A dynamic circuit technique involves use of fewer transistors to realize a circuit function.

A

True

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

In 1959, the first IC was developed by ___ ___

A

Jack Kilby

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

In 1959, the first practical IC was developed by _____ ______

A

Robert Noyce

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

First Microprocessor was developed by ______ in partnership with Intel

A

BUSICOM

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

8-bit (1st generation)
16 kb of memory
48 instructions

A

INTEL 8008

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

4 bit / 1 nibble microprocessor
1st microprocessor by Intel 45 instructions
Uses PMOS

A

INTEL 4004/4040

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

8-bit microprocessor
64 kb of memory
500 KIPS

A

INTEL 8080

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

Developed by MOSTECH
8-bit microprocessor
16-bit address

A

6502

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

1 MB of memory
1st 16 bit MPU (2.5 MIPS with 2000 instructions)
Capable of multiplication and division

A

INTEL 8086 INTEL 8088

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

8-bit (2nd generation) microprocessor
769, 230 Ips
246 instructions
machine-code compatible with Z80

A

INTEL 8085

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

A ______is a physical group of signal lines that has a related function within a microprocessor system

A

system bus

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

a unidirectional bus that is used to locate a memory location or an I/O device connected to the system

A

Address Bus

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

a bidirectional bus that carries data back and forth to a specified location with basis to the address location provided by the address bus.

A

Data Bus

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

a collection of individual control signals used by the microprocessor to send its generated control signals to any element of the computer system.

A

Control Bus

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

Bus _____ techniques refer to the various methods or techniques that ensure the validity of a logic level when signals are carried out on the bus

A

buffering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Type ___ is a bus buffering technique which is characterized by a single source and multiple destination transfer of signals.
1
25
Type 1 design issue
fan-out
26
Type ____ is a bus buffering technique which is characterized by a multiple source and single destination transfer of signals.
2
27
______ is a Type 2 design which can possibly damage the devices involved because an excessive current flows from the logic 1 output to the logic 0 output.
Bus contention
28
What are the 3 solutions for bus contention?
1. Using tri-state buffers 2. Using Open-Collector 3.Using Multiplexer
29
Type ___ is a bus buffering technique which is characterized by a multiple source and multiple destination transfer of signals.
3
30
The difference between levels at the output and input in any particular family is called
Noise Margin
31
This is the maximum noise voltage added or subtracted to the input signal of a digital circuit that does not cause any undesirable change in the circuit output.
Noise Margin or Noise Immunity
32
This is the difference between the worst-case voltage at the output and the minimum or maximum voltage to be recognized at the input.
Noise Margin
33
They refer to the flow of conventional current from the positive, which is the _____ end, to the ground, which is the ____ end.
sourcing; sinking
34
This specifies the number of standard loads or maximum number of inputs that can be connected to the output of a gate without degrading its normal operation.
Fan Out
35
It is calculated from the amount of current available in the output of the gate and the amount of current needed in each input of a gate.
Fan Out
36
When gate inputs change, outputs do not change instantaneously. This delay is known as gate or _____.
propagation delay.
37
It is calculated from the supply voltage VCC and the current ICC that is drawn by the circuit.
Power Dissipation
38
It is used to send information from one component into another and has the job of establishing communication with the external unit.
Bus Unit
39
_____ are composed of group of flip flops, each one shares a common clock and is capable of storing one bit of information or modify stored binary word.
Registers
40
They are generally used as data storage and are directly connected to the data bus. The more the number of GPR, the more powerful the microprocessor is.
General Purpose Registers (GPR) A and B
41
The register that works very closely with the ALU. All results of the processes performed by the ALU is stored in this register. This is the major register that holds data for manipulation. It is considered as the most versatile register because its content always changes.
Accumulator (AC)
42
It is used to hold the status of the microprocessor after performing an operation. It is sometimes referred to as Flag Register, Condition Code Register, or the Indicator Register.
Status Register
43
It is used to hold the instruction code or operation code (opcode). The outputs of this register are the inputs to the instruction decoder.
Instruction Register (IR)
44
It contains the address of the next instruction to be performed by the MPU. It automatically increments as soon as it is finished with the memory location.
Program Counter (PC)
45
This is where the data to be stored to or retrieved from the memory are placed. This register also loads the fetched instruction from the memory going to instruction register.
Memory Data Register (MDR)
46
This is where the addresses of data and instructions can be located.
Memory Address Register (MAR)
47
This register points to the data or instruction on the top of the stack. This is where data or instruction temporarily not in use is stored. It uses a Last-In-First-Out (LIFO) algorithm.
Stack Pointer (SP)
48
Placing data to the stack invokes a _____ operation while retrieving data from the stack invokes a ____ operation.
PUSH; POP
49
the least significant byte is to be stored in lower address.
Little Endian
50
the most significant byte is to be stored in lower address
Big Endian
51
Index or base index register is used as an aid in addressing data in tables stored in memory. It can be incremented or decremented.
Index Register (IX) or Base Index Register (BX)
52
It contains the microprocessor’s data processing major logic and performs arithmetic and logic operations. It is composed of adders/subtracters, comparators, and different combinational circuits.
Arithmetic Logic Unit (ALU)
53
The ______ directs the operation of the microprocessor. It tells the computer’s memory, ALU, and I/O devices how to respond to program’s instructions.
control unit
54
The _______ is the circuit responsible for synthesizing and decoding the instructions fed or received by the microprocessor.
instruction decoder
55
The _____ circuit is used to synchronize the operation of the different parts of the microprocessor.
timing
56
The ______ is used to send the control signals flowing in the control bus to enable the different parts of the microprocessor unit.
control logic
57
_____ identify the data that are to be processed as the microprocessor carries out the operation specified by the opcode. Operands can be from registers, memory data, or immediate values.
Operands
58
____ is the part of the instruction that identifies the operation that is to be performed. Each of these is assigned a unique letter combination called a mnemonic.
Opcode
59
There are four data types that a microprocessor can understand and process.
Unsigned and Signed Integers Unpacked and Packed Binary Coded Decimal (BCD) Single and Double Precision Floating Point Format Alphanumeric Codes