Hardware - wk3 & 4 Flashcards

1
Q

Define computer?

A

A device that accepts input, processes it, produces output and may have a storage facility.

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

What is the input to output cycle?

A

User – input (Data) – Process (and sometimes stores) – output (info) – user.

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

What are the forms of input?

A
  • Data (characters, images and sound)
  • Instructions from programs
  • Commands (direct computer actions)
  • User response (Questions such as save document?)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What devices are used to create input?

A
  • Keyboards (QWERTY, Devorak, ergonomic, virtual laser)
  • Trackball (CAD, military, aircraft, gaming)
  • Light pen (CRT monitors)
  • Digital pens
  • Bar code readers
  • Touch screen (resistive and capacitative)
  • Eyes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where is processing done in the computer?

A

The system unit. Here the motherboard communicates with other components.

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

What is a bit?

A

A binary digit. 8 bits = 1 byte = 1 character.

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

What is the CPU?

A

The central processing unit. This is a chip on which transistors and other wires form complex circuitry. It has a system clock which controls electrical pulses at a set rate, measured in Hertz.

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

What does the control unit and ALU do?

A

The control unit fetches and decodes information. Between this and the ALU it registers. Then the ALU (arithmetic/logic unit) executes and stores the information.

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

How are cycle times measured?

A

They are measured in mips (millions of instructions per second)

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

What are the different types of cores/processors? (like cpu)

A

Duel and Quad core - only uses one chip but has more than 1 core.
Multi processor - more than 1 chip

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

What is word size and bus width?

A

Word size - (word length) the number of bits the CPU can process at once. Modern computers have 64 bits.
Bus width - transfers the data, must be 64 bits or more, the more the better.

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

What are the types of memory?

A
  • Registers: tiny and fast in the CPU
  • Cache: 1-3 (on/near the CPU)
  • RAM: random access memory in MB or GB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

In what order does memory recall work?

A

Registers, cache, RAM, hardware.

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

What is volatile and non volatile memory?

A

Volatile: no power=no memory (e.g. registers, cache, RAM)

Non volatile: works without power, such as the ROM power button.

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

What are the factors that influence computer performance?

A
Machine cycle times (mips)
System clock (Hz)
CPu word size (bits)
Bus width (bits)
Amount and type of memory.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the main types of monitors?

A

LCD (liquid crystal display) and OLED (organic light emitting diode)

17
Q

What are the two forms of output?

A

Soft copy and hard copy.

18
Q

What are the two ways graphics cards are attached to a computer?

A

They can be integrated or plugged into the motherboard. Some of them have their own microprocessor such as a GPU

19
Q

Define pixel?

A

Pixels are the smallest screen display element. The number of these is the resolution. Aspect ratio = the height to width ratio.

20
Q

What are the types of printers and how do they work?

A

Inkjet: printers spray tiny droplets of ink
through holes to form images on paper.
Laser: use an electrostatic process to force ink onto page. To keep the image there it is then “burnt” onto the page.
Plotter: large projects and use pen or inkjet.

21
Q

How does secondary storage work?

A

The main device is a disk inside a hard drive, the + and - on disk represent 0 and 1. These include disks and USB’s etc. The advantage is that it is more permanent.