Section 1- Components of a computer Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Control Unit

A

Controls and coordinates the activities of the CPU, directing the flow between the CPU and other devices.

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

Control Bus

A

A bi-directional bus, transmits command, timing, and specific status information between system components.

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

Data Bus

A

A bi-directional bus that provides a path for moving data and instructions between system components.

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

Address Bus

A

Transmits the memory addresses of words that are used as operands in program instructions, so that the data can be retrieved and sent back to the processor.

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

Clock speed

A

Generates a series of signals, switching between 0 and 1, the length of time between each clock cycle (change from 0 to 1).

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

Number of cores affecting CPU speed

A

Dual-core has two processors linked together in the same integrated circuit. Twice the power of single-core, it does not always perform twice as fast, as the software might be able to take advantage of both processors.

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

Cache

A

A small amount of fast memory inside the CPU. Instructions from main memory are copied to the cache, and can be fetched from much quicker than memory if needed again.

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

Pipelining

A

Allows the next instruction to be fetched at the same time as the processor is performing arithmetic or logic operations, holding them in a buffer close to the processor until the instruction can be performed.

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

Instruction Pipelining

A

Instructions are moved through the processor, including being fetched, buffered, and then executed.

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

Arithmetic Pipelining

A

Represents the parts of arithmetic operations that can be broken down and overlapped as they are performed.

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

Stored program concept

A

Machine code instructions are fetched and executed serially by a processor that performs arithmetic and logical operations.

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

Von Neumann Architecture

A

The same bus is used to transfer both data and instructions.

A single address bus is used to transfer the addresses of data and instructions.

The same word length is used for all memory.

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

Harvard Architecture

A

Parallel data and instruction buses may be used.

Instructions and data are held in separate memories.

Used in DSP and in embedded systems.

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

Contemporary processor architectures

A

Incorporate aspects of both Von Neumann and Harvard architecture.

One main memory is for holding both data and instructions, but CPU cache memory is divided into an instruction cache and a data cache.

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

CISC

A

A large instruction set is used to complete a task in as few lines of assembly language as possible.

The compiler has very little work to do to translate a high-level language statement into machine-code.

Code is relatively short, and very little RAM is required to store instructions.

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

RISC

A

Only simple instructions, each taking one clock cycle, can be executed.

The compiler has to do more work to translate high-level code into machine code.

More RAM is required to store the machine code instructions. Each instruction takes the same amount of time.

Pipelining possible 4 instructions will execute at least as fast as the single CISC instruction.

17
Q

Co-processor systems

A

An extra processor used to supplement the functions of the primary processor. Carries out a limited range of functions.

18
Q

Multi-Core system

A

Distributing workload across multiple CPU cores, and uses parallel processing capabilities will only work if the software can take advantage of these capabilities.

19
Q

Graphical processing unit

A

Specialised electronic circuit, manipulates computer graphics, and image processing. Parallel architecture, small efficient cores designed for handling multiple tasks simultaneously. A form of co-processor can hold offloaded compute-intensive parts of an application while the remainder of the code runs on the CPU.

20
Q

What is a Pen-Type Reader (barcode)

A

A light source and a photo diode are in the tip of a pen.

The tip of pen dragged over the barcode at an even speed.

The photo diode measures the intensity of light reflected and generates a waveform to measure width and space in the barcode.

21
Q

Laser scanner (barcode)

A

Work the same way as pen scanners, except they use a laser beam as a light source.

22
Q

Camera-based reader (barcode)

A

Uses a camera and image processing techniques to decode a 1D or 2D barcode. Image scanners can read a barcode on any surface, printed or onscreen, and can also read a code that is damaged or poorly printed.

23
Q

Digital cameras (barcode)

A

Uses a CMOS sensor, and binary data from each sensor is recorded onto the camera’s memory card so that the image can be reproduced using suitable software on a computer.

24
Q

Radio Frequency Identification (RFID)

A

Uses an input device to read the signal from an RFID chip, and output to transmit a signal from an active tag. Can pass stored data between the receiver and visa versa.

25
Q

Active Tag

A

Actively transmits a signal for a reader to pick up, and includes a battery to track things a greater distances.

26
Q

Passive Tag

A

Rely on radio waves emitted from a reader up to a metre away to provide sufficient electromagnetic power to the card using its coiled antenna. Once energised the transponder inside the RFID tag can send its data to the reader nearby.

27
Q

Output Devices

A

Take data produced by a computer and turn it into a form humans can understand.

28
Q

LCD monitor

A

Liquid crystal display- contains groups of red, green, and blue diodes to form each pixel. The screen is back-lit using light-emitting diodes.

29
Q

Secondary storage

A

Not directly accessible to the processor, and has slower access speeds. Retains its contents when the computer’s power is turned off.

30
Q

Hard Disk

A

A drive head moves across the disk to access different tracks and sectors. Data is read from or written to the disk when the disk passes under the drive head. Drive head when not in use is parked to one side of the disk in order to prevent damage from movement.

31
Q

Optical Disk

A

Works by using a high-powered laser to “burn” sections of its surface, making them less reflective (pit). Laser a lower power is used to read the shining light onto the surface and a sensor is used to measure the amount of light reflected back.

32
Q

Name the three types of Optical Disk

A

CD-ROM, CD-R, AND CD-RW

33
Q

Solid-state disk (SSD)

A