Hardware Flashcards

1
Q

Describe primary storage.

A

Primary storage is RAM (Random Access Memory) and ROM (Read-Only Memory). The CPU can directly access primary storage, reading instructions from it and executing them.

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

What is a ‘chip’?

A

A ‘chip’ is a small piece of semiconducting material, usually silicon, with embedded integrated circuitry and millions of transistors.

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

What is the purpose of the control unit?

A

The control unit is a component of the CPU, or Central Processing Unit. The control unit manages various components of the computer. It transforms input information into a series of signals to activate other parts of the computer, such as the logic unit, memory, and input and output devices. These signals are sent to the processor, which instructs the hardware what operations to carry out.

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

Describe what is in ROM and how it is stored.

A

System-level programs are stored in ROM. It stores the firmware, which has instructions on how a device operates and communicates with other devices, and the BIOS, or Basic Input Output System, which instructs the computer on how to perform basic hardware functions. It is hardwired into the integrated circuits.

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

micron

A

A micron is a unit of length equivalent to one millionth of a metre, or one ten-thousandth of a centimetre. This unit of measurement is used to measure processors and their components.

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

data width

A

Data width refers to the number of instructions that can be sent to the ALU simultaneously. For example, an 8-bit ALU could perform any operation with two 8-bit numbers at the same time.

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

MIPS

A

MIPS, or Million Instructions Per Second, is the measure of how many instructions a computer can execute per second. It is a general indicator of the computer’s performance.

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

non-volatile

A

Non-volatile describes computer memory that can retain saved data even if the power is interrupted. For example, ROM is non-volatile, while RAM is volatile.

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

PROM

A

PROM, or Programmable Read-Only Memory, is ROM that can be modified by a user once. PROM is blank memory, that the user must program using a PROM programmer or PROM burner, and it is not erasable.

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

EPROM

A

EPROM, or Erasable Programmable Read-Only Memory, is a type of PROM that can be reprogrammed after the contents is erased using ultraviolet light.

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

EEPROM

A

EEPROM, or Electrically Erasable Programmable Read-Only Memory, is a type of PROM that can be reprogrammed after the contents is erased electrically. EEPROM chips do not have to be removed from the computer to be reprogrammed.

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

flash ROM

A

Flash ROM refers to flash memory. It is non-volatile, and can be erased electrically and rewritten. Data is erased from Flash ROM in blocks.

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

clock speed

A

Clock speed is the rate at which a processor executes instructions. It refers to the number of pulses per second of the computer’s clock which sets the pace for the processor.

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

motherboard

A

The motherboard is the main circuit board of a computer. It gives power to hardware components and allows communication between the different components.

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

List the order of operations in the BIOS.

A

(1) CMOS settings, relating to system components, are checked.
(2) Devices drivers and interrupt handlers are loaded.
(3) Power management and registers are initialized.
(4) POST, or Power On Self Test, is performed to check whether all the hardware components are working.
(5) System settings are displayed.
(6) Bootable devices are found.
(7) Bootstrap sequence is started to initialize the OS, or Operating System.

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

Describe what is in ROM and what they each do.

A

The BIOS, the CMOS, and the firmware are in ROM. The BIOS, or Basic Input Output System, tells the computer how to access attached devices and instructs it on how to perform basic hardware functions. The CMOS, or Complementary Metal-Oxide Semiconductor, stores information relating to system components and settings, and time and date. The firmware is software that stores instructions on how a device operates and communicates with other devices.

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

millisecond

A

A millisecond is a unit of time equivalent to a thousandth of a second. The speed of the CPU, or Central Processing Unit, is measured in milliseconds.

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

system clock

A

The system clock is a clock that emits high-frequency electronic pulses to measure time. It is used by the Control Unit to synchronize all computer operations and internal components.

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

DRAM

A

DRAM, or Dynamic Random Access Memory, is a type of storage often used in the main memory of a computer. It stores information in cells with a transistor and capacitor and this design makes it need to be refreshed by electricity every few milliseconds.

20
Q

SRAM

A

SRAM, or Static Random Access Memory, is a type of RAM that retains memory as long as power is supplied. Because it uses only multiple transistors, it does not need to be refreshed periodically. It used for cache memory.

21
Q

random access

A

Random access means that the CPU can access data at any memory location in the same amount of time. The CPU does not need to read the data in sequence from the first address.

22
Q

EDO RAM

A

EDO RAM, or Extended Data-Out Random Access Memory, is a type of RAM chip that, while processing one block of data, can begin to access the next.

23
Q

SDRAM

A

SDRAM, or Synchronous Dynamic Random Access Memory, is a type of DRAM that is synchronized with the CPU and can therefore run at much higher speeds.

24
Q

RDRAM

A

RDRAM, or Rambus Dynamic Random Access Memory, is a type of DRAM. It is the fastest type of computer memory available, using a high speed bus, or channel.

25
Q

nanosecond

A

A nanosecond is a unit of time equivalent to a billionth of a second. The speed of RAM chips is measured in nanoseconds.

26
Q

gigahertz

A

Gigahertz is a unit commonly used for measuring processor speed. One gigahertz is equivalent to one billion cycles per second.

27
Q

GT/s

A

GT/s, or gigatransfers per second, is a measure of bus speed in millions of “effective” transfers per second, or the delivered speed, rather than the frequency of the clock.

28
Q

bus

A

A bus is a group of wires that is transmits information between different computer components. The size of the bus is an indicator of the speed of a computer.

29
Q

Why does the computer need interrupt requests?

A

An interrupt request stops the OS to allow the control unit to manage and execute multiple commands at once. Without interrupts, the computer would not be able to begin performing another command before finishing the first.

30
Q

List and describe the 6 buses.

A

The six buses are the address bus, the data bus, the control bus, the internal data bus, the expansion bus, and the local bus.

The address bus, which connects the RAM to the CU, is a channel through which data addresses, stored in the form of binary numbers, are transmitted. The data bus, which connects the RAM to the CU, is a channel through which data is transmitted. The control bus is used by the CPU to communicate with other components of the motherboard. It transmits commands from the CU to these other components and returns status signals. The internal data bus is located in the CU, and controls operations between the Arithmetic Logic Unit, the Control Unit and the registers, small high-speed circuits. The expansion bus is a channel across which data is transmitted to and from expansion slots and internal hardware. The local bus is a high-speed channel connecting the CPU directly to peripheral devices.

31
Q

AGP

A

An AGP, or Accelerated Graphics Port, is an interface for video cards and 3D accelerators.

32
Q

drive bay

A

The drive bay of a computer is the space where any type of drive or other extra computer component can be installed.

33
Q

PCI

A

PCI, or Peripheral Component Interconnect, is a hardware bus used to connect peripherals to the computer system.

34
Q

bus speed

A

Bus speed refers to the amount of data that can be transferred by the bus simultaneously. It is measured in MHz, or megahertz.

35
Q

EISA

A

EISA, or Extended Industry Standard Architecture, is a bus that extends the ISA bus from 16 bits to 32 bits and provides bus mastering, the direct communication between a bus and other components, without passing through the CPU.

36
Q

drive speed

A

The drive speed refers to the average access time, or the time it takes for one piece of information to be accessed and obtained. It is measured in milliseconds.

37
Q

access time

A

The access time is the amount of time between a request for information and the retrieval of this data. The access time is measured in milliseconds.

38
Q

port

A

A port is an interface between the computer system and another internal or external device. For example, an internal port would connect a disk drive and an external port would connect a printer.

39
Q

serial

A

Serial means one at a time. In relation to computer hardware, serial refers to serial ports, which can transfer one bit at a time. Serial ports are much slower than parallel ports, but the cables the risk of electronic interference is much lower.

40
Q

parallel

A

In relation to computer hardware, parallel refers to parallel ports, which transfer multiple bits at a time, depending on the number of wires. The data arrives at the same time. Although parallel ports are faster than serial ports, the risk of interference of the electric signals is significantly higher.

41
Q

IDE

A

IDE, or Integrated Drive Electronics, is a standard hard drive interface. The controller is integrated into the drive, allowing it to connect directly to the motherboard.

42
Q

EIDE

A

EIDE, or Enhanced Integrated Drive Electronics, is a standard hard drive interface. However, the enhancement allows it to access drives larger than 504 MB, and provides faster access to hard drives.

43
Q

SCSI

A

SCSI, or Small Computer System Interface, is a type of parallel port that can connect seven to fifteen peripheral to one port.

44
Q

bus width

A

The bus width refers to the number of data lines over which information is transferred. The bus width is measured in bits. For example, a bus with 32 data lines has a bus width of 32 bits.

45
Q

expansion slot

A

An expansion slot is a space in the computer system where an expansion card can be inserted, giving the computer additional features such as graphics.

46
Q

hot swappable

A

Hot swappable refers to components of a computer that can be removed or replaced without the computer system having to be shut down.