micro, comp & memory Flashcards

1
Q

The devices that provide the means for a computer to communicate with the user or other computers are referred to as:
CPU
ALU
I/O
none of the above

A

I/O

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

The software used to drive microprocessor-based systems is called:
assembly language
firmware
machine language code
BASIC interpreter instructions

A

assembly language

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

The circuits in the 8085A that provide the arithmetic and logic functions are called the:
CPU
ALU
I/O
none of the above

A

ALU

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

How many buses are connected as part of the 8085A microprocessor?
2
3
5
8

A

3

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

The ________ ensures that only one IC is active at a time to avoid a bus conflict caused by two ICs writing different data to the same bus.
control bus
control instructions
address decoder
CPU

A

address decoder

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

How many bits are used in the data bus?
7
8
9
16

A

8

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

The items that you can physically touch in a computer system are called:
software
firmware
hardware
none of the above

A

hardware

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

Single-bit indicators that may be set or cleared to show the results of logical or arithmetic operations are the:
flags
registers
monitors
decisions

A

flags

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

When referring to instruction words, a mnemonic is:
a short abbreviation for the operand address
a short abbreviation for the operation to be performed
a short abbreviation for the data word stored at the operand address
shorthand for machine language

A

a short abbreviation for the operation to be performed

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

The technique of assigning a memory address to each I/O device in the computer system is called:
memory-mapped I/O
ported I/O
dedicated I/O
wired I/O

A

memory-mapped I/O

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

When was the first 8-bit microprocessor introduced?
1969
1974
1979
1985

A

1974

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

What type of circuit is used at the interface point of an output port?
decoder
latch
tristate buffer
none of the above

A

latch

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

I/O mapped systems identify their input/output devices by giving them a(n) ________.
8-bit port number
16-bit port number
8-bit buffer number
8-bit instruction

A

8-bit port number

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

What type of circuit is used at the interface point of an input port?
decoder
latch
tristate buffer
none of the above

A

tristate buffer

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

The register in the 8085A that is used to keep track of the memory address of the next op-code to be run in the program is the:
stack pointer
program counter
instruction pointer
accumulator

A

program counter

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

All computer programs for a machine are called:
software
firmware
hardware
none of the above

A

software

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

The 8085A is a(n):
16-bit parallel CPU
8-bit serial CPU
8-bit parallel CPU
none of the above

A

8-bit parallel CPU

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

Because microprocessor CPUs do not understand mnemonics as they are, they have to be converted to ________.
hexadecimal machine code
binary machine code
assembly language
all of the above

A

binary machine code

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

A register in the microprocessor that keeps track of the answer or results of any arithmetic or logic operation is the:
stack pointer
program counter
instruction pointer
accumulator

A

accumulator

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

What is the difference between a mnemonic code and machine code?
There is no difference.
Machine codes are in binary, mnemonic codes are in shorthand English.
Machine codes are in shorthand English, mnemonic codes are in binary.

A

Machine codes are in binary, mnemonic codes are in shorthand English.

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

Which bus is a bidirectional bus?
address bus
data bus
address bus and data bus
none of the above

A

data bus

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

Which of the following buses is primarily used to carry signals that direct other ICs to find out what type of operation is being performed?
data bus
control bus
address bus
address decoder bus

A

control bus

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

What kind of computer program is used to convert mnemonic code to machine code?
debug
assembler
C++
Fortran

A

assembler

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

Which of the following are the three basic sections of a microprocessor unit?
operand, register, and arithmetic/logic unit (ALU)
control and timing, register, and arithmetic/logic unit (ALU)
control and timing, register, and memory
arithmetic/logic unit (ALU), memory, and input/output

A

control and timing, register, and arithmetic/logic unit (ALU)

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

Which of the following is not a basic element within the microprocessor?
Microcontroller
Arithmetic logic unit (ALU)
Register array
Control unit

A

Microcontroller

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

Which method bypasses the CPU for certain types of data transfer?
Software interrupts
Interrupt-driven I/O
Polled I/O
Direct memory access (DMA)

A

Direct memory access (DMA)

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

Which of the following is not an enhancement to the Pentium that was unavailable in the 8086/8088?
“Pipelined” architecture
Expansion of cache memory
Inclusion of an internal math coprocessor
Data/address line multiplexing

A

Data/address line multiplexing

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

Which bus is bidirectional?
Address bus
Control bus
Data bus
None of the above

A

Data bus

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

DMA is particularly suited for data transfer between the ________.
disk drive and CPU
disk drive and RAM
disk drive and ROM
disk drive and I/O

A

disk drive and RAM

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

The first microprocessor had a(n)________.
1-bit data bus
2-bit data bus
4-bit data bus
8-bit data bus

A

4-bit data bus

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

Which microprocessor has multiplexed data and address lines?
8086/8088
80286
80386
Pentium

A

8086/8088

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

Which is not an operand?
Variable
Register
Memory location
Assembler

A

Assembler

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

Which is not part of the execution unit (EU)?
Arithmetic logic unit (ALU)
Clock
General registers
Flags

A

Clock

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

A 20-bit address bus can locate ________.
1,048,576 locations
2,097,152 locations
4,194,304 locations
8,388,608 locations

A

1,048,576 locations

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

What is occurring when two or more sources of data attempt to use the same bus?
Bus contention
Direct memory access
Bus interruption
PPI

A

Bus contention

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

Which of the following is not a jump instruction?
JB (jump back)
JA (jump above)
JO (jump if overflow)
JMP (unconditional jump)

A

JB (jump back)

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

Which of the following was not a design improvement for the 8086/8088 over the 8085?
Execution unit (EU)
16-bit data bus
Arithmetic logic unit (ALU)
Bus interface unit (BIU)

A

Arithmetic logic unit (ALU)

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

Polled I/O works best when ________.
there are no priority considerations
priority considerations are frequent
the polling rate exceeds 1000 s
the polling rate is below 1000 s

A

there are no priority considerations

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

Which of the following is not an arithmetic instruction?
INC (increment)
CMP (compare)
DEC (decrement)
ROL (rotate left)

A

ROL (rotate left)

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

During a read operation the CPU fetches ________.
a program instruction
another address
data itself
all of the above

A

all of the above

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

The first Intel microprocessor to contain on-board cache memory was the ________.
80386
80486
Pentium
Pentium Pro

A

80486

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

Which of the following is not an 8086/8088 general-purpose register?
Code segment (CS)
Data segment (DS)
Stack segment (SS)
Address segment (AS)

A

Address segment (AS)

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

Which of the following is not a computer bus?
Data bus
Control bus
Timer bus
Address bus

A

Timer bus

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

With interrupt-driven I/O, if two or more devices request service at the same time, ________.
the device closest to the CPU gets priority
the device that is fastest gets priority
the device assigned the highest priority is serviced first
the system is likely to crash

A

the device that is fastest gets priority

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

The Pentium can address ________.
1 MB
1 GB
2 GB
4 GB

A

4Gb

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

A port can be ________.
strictly for input
strictly for output
bidirectional
all of the above

A

bidirectional

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

Which of the following is not a computer functional block?
Analog-to-digital converter
Central-processing unit
Memory
Input/output ports

A

Analog-to-digital converter

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

The Pentium microprocessor has a data bus of ________.
16 bits
32 bits
64 bits
128 bits

A

64 bits

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

The process of jointly establishing communication is called ________.
DMA
bidirectional addressing
multiplexing
handshaking

A

handshaking

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

The internal RAM memory of the 8051 is:
32 bytes
64 bytes
128 bytes
256 bytes

A

128 bytes

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

The 8051 has ________ 16-bit counter/timers.
1
2
3
4

A

2

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

The 8051 can handle ________ interrupt sources.
3
4
5
6

A

5

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

When the 8051 is reset and the EA’ line is HIGH, the program counter points to the first program instruction in the:
internal code memory
external code memory
internal data memory
external data memory

A

internal code memory

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

An alternate function of port pin P3.4 in the 8051 is:
Timer 0
Timer 1
interrupt 0
interrupt 1

A

Timer 0

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

The I/O ports that are used as address and data for external memory are:
ports 1 and 2
ports 1 and 3
ports 0 and 2
ports 0 and 3

A

ports 0 and 2

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

Microcontrollers often have:
CPUs
RAM
ROM
all of the above

A

all of the above

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

The 8051 has ________ parallel I/O ports.
2
3
4
5

A

4

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

The total external data memory that can be interfaced to the 8051 is:
32K
64K
128K
256K

A

64K

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

Bit-addressable memory locations are:
10H through 1FH
20H through 2FH
30H through 3FH
40H through 4FH

A

20H through 2FH

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

The 8-bit address bus allows access to an address range of:
0000 to FFFFH
000 to FFFH
00 to FFH
0 to FH

A

00 to FFH

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

The start-conversion on the ADC0804 is done by using the:
SC’
CS line
INTR line
V ref/2 line

A

SC’

62
Q

The number of data registers is:
8
16
32
64

A

32

63
Q

When the 8051 is reset and the EA line is LOW, the program counter points to the first program instruction in the:
internal code memory
external code memory
internal data memory
external data memory

A

external code memory

64
Q

What is the difference between the 8031 and the 8051?
The 8031 has no interrupts.
The 8031 is ROM-less.
The 8051 is ROM-less.
The 8051 has 64 bytes more memory.

A

The 8031 is ROM-less

65
Q

The I/O port that does not have a dual-purpose role is:
port 0
port 1
port 2
port 3

A

port 1

66
Q

The total amount of external code memory that can be interfaced to the 8051 is:
32K
64K
128K
256K

A

64K

67
Q

The ADC0804 has ________ resolution.
4-bit
8-bit
16-bit
32-bit

A

8-bit

68
Q

A HIGH on which pin resets the 8051 microcontroller?
RESET
RST
PSEN
RSET

A

RST

69
Q

An alternate function of port pin P3.1 in the 8051 is:
serial port input
serial port output
memory write strobe
memory read strobe

A

serial port output

70
Q

An alternate function of port pin P3.0 (RXD) in the 8051 is:
serial port input
serial port output
memory write strobe
memory read strobe

A

serial port input

71
Q

How many address bits are needed to select all memory locations in the 2118 16K × 1 RAM?
8
10
14
16

A

14

72
Q

The check sum method of testing a ROM:
indicates if the data in more than one memory location is incorrect.
provides a means for locating and correcting data errors in specific memory locations.
allows data errors to be pinpointed to a specific memory location.
simply indicates that the contents of the ROM are incorrect.

A

simply indicates that the contents of the ROM are incorrect.

73
Q

What is the meaning of RAM, and what is its primary role?
Readily Available Memory; it is the first level of memory used by the computer in all of its operations.
Random Access Memory; it is memory that can be reached by any sub- system within a computer, and at any time.
Random Access Memory; it is the memory used for short-term temporary data storage within the computer.
Resettable Automatic Memory; it is memory that can be used and then automatically reset, or cleared, after being read from or written to.

A

Random Access Memory; it is the memory used for short-term temporary data storage within the computer.

74
Q

The storage element for a static RAM is the ________.
diode
resistor
capacitor
flip-flop

A

flip-flop

75
Q

In a DRAM, what is the state of R/W during a read operation?
Low
High
Hi-Z
None of the above

A

High

76
Q

The condition occurring when two or more devices try to write data to a bus simultaneously is called ________.
address decoding
bus contention
bus collisions
address multiplexing

A

bus contention

77
Q

Which is/are the basic refresh mode(s) for dynamic RAM?
Burst refresh
Distributed refresh
Open refresh
Burst refresh and distributed refresh

A

Burst refresh and distributed refresh

78
Q

One of the most important specifications on magnetic media is the ________.
rotation speed
tracks per inch
data transfer rate
polarity reversal rate

A

data transfer rate

79
Q

A 64-bit word consists of ________.
4 bytes
8 bytes
10 bytes
12 bytes

A

8 bytes

80
Q

Which of the following RAM timing parameters determine its operating speed?
tACC
tAA and tACS
tCO and tOD
tRC and tWC

A

tRC and tWC

81
Q

The reason the data outputs of most ROM ICs are tristate outputs is to:
allow for three separate data input lines.
allow the bidirectional flow of data between the bus lines and the ROM registers.
permit the connection of many ROM chips to a common data bus.
isolate the registers from the data bus during read operations.

A

permit the connection of many ROM chips to a common data bus.

82
Q

Select the statement that best describes Read-Only Memory (ROM).
nonvolatile, used to store information that changes during system operation
nonvolatile, used to store information that does not change during system operation
volatile, used to store information that changes during system operation
volatile, used to store information that does not change during system operation

A

nonvolatile, used to store information that does not change during system operation

83
Q

How many 2K × 8 ROM chips would be required to build a 16K × 8 memory system?
2
4
8
16

A

8

84
Q

What is the maximum time required before a dynamic RAM must be refreshed?
2 ms
4 ms
8 ms
10 ms

A

2ms

85
Q

Which of the following best describes random-access memory (RAM)?
a type of memory in which access time depends on memory location
a type of memory that can be written to only once but can be read from an infinite number of times
a type of memory in which access time is the same for each memory location
mass memory

A

a type of memory in which access time is the same for each memory location

86
Q

Which of the following best describes static memory devices?
memory devices that are magnetic in nature and do not require constant refreshing
memory devices that are magnetic in nature and require constant refreshing
semiconductor memory devices in which stored data will not be retained with the power applied unless constantly refreshed
semiconductor memory devices in which stored data is retained as long as power is applied

A

semiconductor memory devices in which stored data is retained as long as power is applied

87
Q

Which is not a removable drive?
Zip
Jaz
Hard
SuperDisk

A

Hard

88
Q

Which of the following best describes EPROMs?
EPROMs can be programmed only once.
EPROMs can be erased by UV.
EPROMs can be erased by shorting all inputs to the ground.
All of the above.

A

EPROMs can be erased by UV.

89
Q

How many storage locations are available when a memory device has 12 address lines?
144
512
2048
4096

A

4096

90
Q

FIFO is formed by an arrangement of ________.
diodes
transistors
MOS cells
shift registers

A

shift registers

91
Q

Why do most dynamic RAMs use a multiplexed address bus?
It is the only way to do it.
to make it faster
to keep the number of pins on the chip to a minimum

A

to keep the number of pins on the chip to a minimum

92
Q

CCD stands for ________.
capacitor charging device
capacitor-capacitor drain
charged-capacitor device
charge-coupled device

A

charge-coupled device

93
Q

What is the major difference between SRAM and DRAM?
DRAMs must be periodically refreshed.
SRAMs can hold data via a static charge, even with power off.
The only difference is the terminal from which the data is removed—from the FET Drain or Source.
Dynamic RAMs are always active; static RAMs must reset between data read/write cycles.

A

DRAMs must be periodically refreshed.

94
Q

Which of the following best describes volatile memory?
memory that retains stored information when electrical power is removed
memory that loses stored information when electrical power is removed
magnetic memory
nonmagnetic

A

memory that loses stored information when electrical power is removed

95
Q

What is a major disadvantage of RAM?
Its access speed is too slow.
Its matrix size is too big.
It is volatile.
High power consumption

A

It is volatile

96
Q

What two functions does a DRAM controller perform?
address multiplexing and data selection
address multiplexing and the refresh operation
data selection and the refresh operation
data selection and CPU accessing

A

address multiplexing and the refresh operation

97
Q

Dynamic memory cells store a data bit in a ________.
diode
resistor
capacitor
flip-flop

A

capacitor

98
Q

Which is not part of a hard disk drive?
Spindle
Platter
Read/write head
Valve

A

Valve

99
Q

ROMs retain data when the ________.
power is off
power is on
system is down
all of the above

A

all of the above

100
Q

Typically, how often is DRAM refreshed?
2 to 8 ms
4 to 16 ms
8 to 16us
1 to 2us

A

4 to 16 ms

101
Q

Which type of ROM can be erased by an electrical signal?
ROM
mask ROM
EPROM
EEPROM

A

EEPROM

102
Q

Data is written to and read from the disk via a magnetic ________ head mechanism in the floppy drive.
cylinder
read/write
recordable
cluster

A

read/write

103
Q

How many address lines would be required for a 2K × 4 memory chip?
8
10
11
12

A

11

104
Q

When a RAM module passes the checkerboard test it is:
able to read and write only 1s.
faulty.
probably good.
able to read and write only 0s.

A

probably good

105
Q

Which type of ROM has to be custom built by the factory?
ROM
mask ROM
EPROM
EEPROM

A

mask ROM

106
Q

What is the computer main memory?
Hard drive and RAM
CD-ROM and hard drive
RAM and ROM
CMOS and hard drive

A

RAM and ROM

107
Q

A major disadvantage of the mask ROM is that it:
is time consuming to change the stored data when system requirements change
is very expensive to change the stored data when system requirements change
cannot be reprogrammed if stored data needs to be changed
has an extremely short life expectancy and requires frequent replacement

A

cannot be reprogrammed if stored data needs to be changed

108
Q

The periodic recharging of DRAM memory cells is called ________.
multiplexing
bootstrapping
refreshing
flashing

A

refreshing

109
Q

Which of the following is normally used to initialize a computer system’s hardware?
Bootstrap memory
Volatile memory
External mass memory
Static memory

A

Bootstrap memory

110
Q

What is the difference between static RAM and dynamic RAM?
Static RAM must be refreshed, dynamic RAM does not.
There is no difference.
Dynamic RAM must be refreshed, static RAM does not.

A

Dynamic RAM must be refreshed, static RAM does not

111
Q

Microprocessors and memory ICs are generally designed to drive only a single TTL load. Therefore, if several inputs are being driven from the same bus, any memory IC must be ________.
buffered
decoded
addressed
stored

A

buffered

112
Q

Which type of ROM can be erased by UV light?
ROM
mask ROM
EPROM
EEPROM

A

EPROM

113
Q

Which of the following is NOT a type of memory?
RAM
ROM
FPROM
EEPROM

A

FPROM

114
Q

How many address bits are required for a 4096-bit memory organized as a 512 × 8 memory?
2
4
8
9

A

9

115
Q

In general, the ________ have the smallest bit size and the ________ have the largest.
EEPROMs, Flash
SRAM, mask ROM
mask ROM, SRAM
DRAM, PROM

A

EEPROMs, Flash

116
Q

Advantage(s) of an EEPROM over an EPROM is/are:
the EPROM can be erased with ultraviolet light in much less time than an EEPROM
the EEPROM can be erased and reprogrammed without removal from the circuit
the EEPROM has the ability to erase and reprogram individual words
the EEPROM can be erased and reprogrammed without removal from the circuit, and can erase and reprogram individual words

A

the EEPROM can be erased and reprogrammed without removal from the circuit, and can erase and reprogram individual words

117
Q

The mask ROM is ________.
permanently programmed during the manufacturing process
volatile
easy to reprogram
extremely expensive

A

permanently programmed during the manufacturing process

118
Q

How many 1K × 4 RAM chips would be required to build a 1K × 8 memory system?
2
4
8
16

A

2

119
Q

Which of the following memories uses a MOS capacitor as its memory cell?
SRAM
DRAM
ROM
FIFO

A

DRAM

120
Q

Which of the following faults will the checkerboard pattern test for in RAM?
Short between adjacent cells
Ability to store both 0s and 1s
Dynamically introduced errors between cells
All of the above

A

All of the above

121
Q

On a CD-ROM, ________ are raised areas representing a 1.
mounds
lands
holes
pits

A

lands

122
Q

The location of a unit of data in a memory array is called its ________.
storage
RAM
address
data

A

address

123
Q

On a CD-ROM, ________ are recessed areas representing a 0.
mounds
lands
holes
pits

A

pits

124
Q

Why is a refresh cycle necessary for a dynamic RAM?
to clear the flip-flops
to set the flip-flops
The refresh cycle discharges the capacitor cells.
The refresh cycle keeps the charge on the capacitor cells.

A

The refresh cycle keeps the charge on the capacitor cells.

125
Q

Which is not a magnetic storage device?
Magnetic disk
Magnetic tape
Magneto-optical disk
Optical disk

A

Optical disk

126
Q

The time from the beginning of a read cycle to the end of tACS or tAA is referred to as:
access time
data hold
read cycle time
write enable time

A

access time

127
Q

Which of the following memories is volatile?
ROM
EROM
RAM
Flash

A

RAM

128
Q

The refresh period for capacitors used in DRAMs is ________.
2 ms
2 s
64 ms
64 s

A

2ms

129
Q

What is the principal advantage of using address multiplexing with DRAM memory?
reduced memory access time
reduced requirement for constant refreshing of the memory contents
reduced pin count and decrease in package size
It eliminates the requirement for a chip-select input line, thereby reducing the pin count.

A

reduced pin count and decrease in package size

130
Q

What is a multitap digital delay line?
a series of inverter gates with RC circuits between each one
a series of inverter gates with RL circuits between each one
a series of NAND gates with RC circuits between each one
a series of NAND gates with RL circuits between each one

A

a series of inverter gates with RC circuits between each one

131
Q

The bit capacity of a memory that has 2048 addresses and can store 8 bits at each address is ________.
4096
8129
16358
32768

A

16358

132
Q

How many 8 k × 1 RAMs are required to achieve a memory with a word capacity of 8 k and a word length of eight bits?
Eight
Four
Two
One

A

Eight

133
Q

The mask ROM is ________.
MOS technology
diode technology
resistor-diode technology
DROM technology

A

MOS technology

134
Q

Which of the following is not a flash memory mode or operation?
Burst
Read
Erase
Programming

A

Burst

135
Q

The smallest unit of binary data is the ________.
bit
nibble
byte
word

A

bit

136
Q

Select the statement that best describes the fusible-link PROM.
user-programmable, one-time programmable
manufacturer-programmable, one-time programmable
user-programmable, reprogrammable
manufacturer-programmable, reprogrammable

A

user-programmable, one-time programmable

137
Q

How can UV erasable PROMs be recognized?
There is a small window on the chip.
They will have a small violet dot next to the #1 pin.
Their part number always starts with a “U”, such as in U12.
They are not readily identifiable, since they must always be kept under a small cover.

A

There is a small window on the chip.

138
Q

What part of a Flash memory architecture manages all chip functions?
I/O pins
floating-gate MOSFET
command code
program verify code

A

floating-gate MOSFET

139
Q

An 8-bit address code can select ________.
8 locations in memory
256 locations in memory
65,536 locations in memory
131,072 locations in memory

A

256 locations in memory

140
Q

Eight bits of digital data are normally referred to as a:
group.
byte.
word.
cell.

A

byte

141
Q

Which is not a hard disk performance parameter?
Seek time
Break time
Latency period
Access time

A

Break time

142
Q

The ideal memory ________.
has high storage capacity
is nonvolatile
has in-system read and write capacity
has all of the above characteristics

A

has all of the above characteristics

143
Q

To which pin on the RAM chip does the address decoder connect in order to signal which memory chip is being accessed?
The address input
The output enable
The chip enable
The data input

A

The chip enable

144
Q

EEPROM stands for ________.
encapsulated electrical programmable read-only memory
elementary electrical programmable read-only memory
electrically erasable programmable read-only memory
elementary erasable programmable read-only memory

A

electrically erasable programmable read-only memory

145
Q

L1 is known as ________.
primary cache
secondary cache
DRAM
SRAM

A

primary cache

146
Q

Describe the timing diagram of a write operation.
First the data is set on the data bus and the address is set, then the write pulse stores the data.
First the address is set, then the data is set on the data bus, and finally the read pulse stores the data.
First the write pulse stores the data, then the address is set, and finally the data is set on the data bus.
First the data is set on the data bus, then the write pulse stores the data, and finally the address is set.

A

First the data is set on the data bus and the address is set, then the write pulse stores the data.

147
Q

What is the bit storage capacity of a ROM with a 1024 × 8 organization?
1024
2048
4096
8192

A

8192

148
Q

Which of the following is one of the basic characteristics of DRAMs?
DRAMs must have a constantly changing input.
DRAMs must be periodically refreshed in order to be able to retain data.
DRAMs have a broader “dynamic” storage range than other types of memories.
DRAMs are simpler devices than other types of memories.

A

DRAMs must be periodically refreshed in order to be able to retain data.

149
Q

The main advantage of semiconductor RAM is its ability to:
retain stored data when power is interrupted or turned off
be written to and read from rapidly
be randomly accessed
be sequentially accessed

A

be written to and read from rapidly

150
Q

Which of the following describes the action of storing a bit of data in a mask ROM?
A 1 is stored in a bipolar cell by opening the base connection to the address line.
A 0 is stored in a bipolar cell by shorting the base connection to the address line.
A 1 is stored by connecting the gate of a MOS cell to the address line.
A 0 is stored by connecting the gate of a MOS cell to the address line.

A

A 1 is stored by connecting the gate of a MOS cell to the address line.

151
Q

Address decoding for dynamic memory chip control may also be used for:
controlling refresh circuits
read and write control
chip selection and address location
memory mapping

A

chip selection and address location