Computer Hardware - Chapter 5 Flashcards

1
Q

What is the purpose , advantage and disadvantages of a microphone

A

Purpose
- accepts sound input or human voice into a computer system.
- a voice recognition system can convert sound to text.

Advantages
- faster to speak using a microphone than typing
- hands free ( you can do other activities at the same time )

Disadvantages
- the recognition rate of spoken words can be low if there is background noise.
- sound files require more storage than text files.

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

What is the purpose, advantages and disadvantages of a mouse

A

Purpose
- used to control the cursor on a visual display unit.
- uses built in sensors to detect movements and send corresponding signals back to the computer.
- includes buttons used to make selections on the screen.

Advantages
- easy to use and requires little or no training.
- quicker to select menus and icons to using a keyboard.

Disadvantages
- experienced users to find it slow compared to using “hot keys”.
- need a flat surface (additional surface) to function properly.

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

What is the purpose, advantages and disadvantages of a graphics digitiser

A

Purpose
- allows a user to hand-draw images, which are captured by the computer.
- consists of a flat electronic sensitive surface and a stylus pen.

Advantages
- more natural to draw diagrams with a stylus than with a mouse.
- using a stylus produces more accurate and detailed drawings.

Disadvantages
- not suitable for selecting menus and pointing at menu items.
- more expensive than a mouse.

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

What is the purpose, advantages and disadvantages of a touchscreen ?

A

Purpose
-Looks similar to normal computer screens, with a touch sensitive surface.
- when the screen is touched the position is calculated as a (x,y)
Co- ordinate.

Advantages
- user does not require much ICT competence compared to using a keyboard.
- users can select and enter options much faster than using a keyboard.

Disadvantages
- limited number of options are available on screen.
- screens can become dirty quickly.

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

What is the purpose, advantages and disadvantages of a speaker.

A

Purpose
- allows sound to be outputted.
- may be internal or external speaker.
- in addition to the hardware, a sound card needs to be fitted inside the computer.

Advantages
- useful for visually impaired users: text or figures can be spoken by the computer.
- natural way to communicate with users

Disadvantages
- external speakers require additional desk space compared to using headphones.
- speakers can distract other users in the same office who are doing other tasks.

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

What is the purpose, advantages and disadvantages of a laser printer ?

A

Purpose
- a laser beam is used to scan the image of the page to be printed into a drum by building a pattern of static electricity.
- this attracts toners ( printer ink ) to reproduce the page.

Advantages
- faster to print in bulk compared to an ink jet printer
- produces a high-quality test and graphic output

Disadvantages
- colour laser printers are expensive to purchase and use.
- because they are non-impact printers, multipart stationary cannot be used.

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

What is the purpose, advantages and disadvantages of a 3D printer ?

A

Purpose
- gradually prints a solid 3D object one layer at a time.

Advantages
- time taken to produce and object is much faster than conventional methods.
- can print on a variety of surfaces e.g plastic, metal, ceramic.

Disadvantages
- Limited form of printing as it can only print a prototype ( not full scale ).
- non - economical for large scale manufacturing.

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

What is the purpose, advantages and disadvantages of a hard disc drive ?

A

Purpose
- consists of a number of rigid discs stacked on a spindle and enclosed in a sealed unit.
- formatting a disc divides the surface area not a number of tracks and sectors.
- as the discs rotate at high speeds the read/write heads move back and forth across the surface.

Advantages
- the cost per gigabyte is cheaper than the other forms of external storage.
- storage capacity is much greater compared to solid-state storage devices.

Disadvantages
- due to moving parts such as read/write heads, they are prone to breaking down.
- access speeds are slower than ‘flash’ memory devices.

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

What is the CPU ?

A

The CPU, central processing unit is the processor or ‘brains’ of the computer. this is where data is processed and calculations take place.

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

The CPU processes programs and data using the fetch execute cycle.
What is the fetch-execute cycle

A

a computer program that locates a program instruction from memory , decodes the instructionand carries out the action required this process is then repeated for the rest of the program instructions.

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

what is the role of the control unit

A
  • decides which instruction to carry out next
  • fetches it from memory
  • decodes the instruction and executes (or obeys) the instruction
  • repeats the process (fetch-execute cycle)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is the role of the arithmetic and logic unit ( ALU )

A
  • carries out arithmetic calculations e.g. addition, multipaction, subtraction, division.
  • performs logical comparisons to assist with decision making by using the opperators AND,OR and NOT.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is the of the immediate access store
( IAS ) ?

A
  • stores all programs and data temporarily while they are in use
  • during the fetch execute cycle, instructions are fetched from their specific storage location in the IAS using an adress
  • each memory location has a unique address assigned to it.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is the role of the program counter (PC) during the fetch execute cycle ?

A

Stores the address of the next instruction to be executed

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

what is the purpose of the memory adress register during the fetch execute cycle ?

A

the address of the current instruction or data being executed is temporarily stored in the MAR.

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

what is the purpose of the memory data register ( MDR )

A

This register will temporarily store data being fetched from or written to the CPU

17
Q

what are registers in the cpu ?

A

they are high speed memory locations , each used for specific purposes.

18
Q

what is the purpose of the instruction register ( IR ) in the fetch execute cycle ?

A

Temporarily stores the current instruction to be decoded and then executed.

19
Q

what is the purpose of the accumulator during the fetch execute cycle ?

A

When calculations take place on data, the results are initially stored in the accumulator before being transferred and stored in main memory.

20
Q

what three factors influence the speed of processing ?

A

Clock Speed
* This measures the number of instruction cycles the CPU can deal with in a second
* Measured in GHZ (higher number the better)
cache
* Temporarily stores frequently used instructions and data.
* It is quicker to search cache memory than RAM thus increasing processor speed.
processor core
* Can be defined as a single processor.
* More advanced CPUs contain more than one which will increase their ability to run many programs at the same time e.g. quad core processor has 4 processors.

21
Q

what is high defintion ( HD ) storage media

A
  • HD storage media uses laser technology to store and retrieve data at high datatransfer speeds to and from optical discs.
  • they can store over 50Gb of data ( more than ten times the amount that can stored on a DVD )
  • instead of a red laser ( used on a DVD ) they use a blue laser, which burns much smaller pits into the surface.
  • this increases the densisty and therefore the storage capcacity.
22
Q

what are solid state-state storage device ?

A
  • A solid-state storage device is refered to as “flash memory” and non-volatile.
  • USB memory sticks are a type of solid state storage.
  • they are compact portable have a large storage capacity and do not require a software driver to be installed. ( and so are described as “plug and play” devices )
23
Q

what are memory cards ?

A
  • These are electronic flash memory storage devices.
  • they are used in a range of digital devices, inluding mobile phones, digital cameras and MP4 players.
  • For example , in mobile phones a SIM ( subscriber identity module ) card is used to store data.
24
Q

what are smart cards ?

A
  • bank cards use a form of flash memory known as “chip and pin”.
  • cards contain a small embedded integrated circuit (IC) , which allows data to be written to and read from the card using a smart card reader.
25
Q

what is RAM ( random access memory )

A
  • memory can be read from and written to (volatile)
  • stored programmes and data that the user is curently using
  • the size of the RAM can influence the speed of the processor (the larger the RAM capacity the faster the processor)
26
Q

what is the ROM ( read only memory )

A
  • memory can be read from but not written to (non-volotile)
  • used to store programs that the computer frequently required e.g the booting up program runs automatically for windows when u turn it on.