Hardware pt 2 Flashcards

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

What is the Central Processing Unit (CPU)

A

Has the responsibility for execution and processing of all instructions and data in a computer. It also contains the. System clock and primary memory

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

What does the CPU consist of

A

*Control Unit (CU)
*Arithmetic and Logic Unit (ALU)
*Registers and Buses

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

What is a microprocessor

A

An integrated circuit, it contains the ALU and control unit to enable it to interpret and execute all instructions and carry out arithmetic operations

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

What is Von Newman architecture

A

Introduces the idea of the stored program computer. It introduces:
*The concept of a CPU
*The processor was able to access the memory directly
*Computer memories could store programs as well as data
*Stored programs were made up of instructions which could be executed in sequential order

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

Summaries the components of a typical CPU

A

*ALU: allows all arithmetic and logic operations to be carried out. Computers can have more than one ALU.

*Control Unit:
Reads instructions from memory. Signals are generated during the Fetch-Decode-Execute cycle to control all components of the computer.
The CU synchronizes data flow and program instructions throughout the computer.

*Registers: Registers can be general purpose or special purpose.
High speed areas of memory within a microprocessor/CPU—used to store small amounts of data, addresses or next instruction to be executed or current instruction being decoded

*System Clock: Used to produce timing signals on the control bus to ensure all functions are synchronized.
Changing clock speed can improve performance but there is always the risk of overclocking.

*System Buses:
Address bus(unidirectional): carries addresses throughout the system
Data bus(bidirectional): allows data to be carried to/from CPU/memory and to/from input-output
Control bus(bidirectional):carries signals from the control unit to all the computer components

*Memory:
The Random access memory (RAM) holds data , programs and the part of the Operating system currently in use.
RAM is often known as the immediate access store (IAS).
All data being used in programs needs to be transferred to the RAM.
Memory is made up of an address and its contents; the address identifies the location of data and instructions.
All memory locations are unique.
Primary memory also includes read-only memory (ROM) which cannot be altered;ROM contains start-up routines for the computer.

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

What is an embedded system

A

A combination of hardware and software designed to carry out a specific task

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

Summarize the Fetch-Decode-Execute cycle

A

Fetch:
*The PC contains the address of the memory location of the next instruction to be fetched from the MAR
*The address is then copied from the PC to the MAR using the address bus
*The contents of the memory location contained in the MAR is then copied into the MDR
*The contents of the MDR are then copied to the CIR and the PC is incremented by one so the next instruction can be processed
Decode:
*The instruction is now decoded so that it can be interpreted in the next part of the cycle.
Execute:
*The CPU passes the decoded instructions as a set of control signals too appropriate computer components
*This allows each instruction to be carried out in a logical sequence

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

What is the system clock

A

*The system clock defines the clock cycle used to synchronize all computer operations.
*timing signals are transmitted via the control bus.

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

What is overclocking

A

*Overclocking is caused by changing the clock speed in the BIOS, it can lead to overheating and to non-synchronized instructions which can cause the computer to crash.

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

What are caches

A

They store frequently used instructions and data, can speed up CPU performance. The larger the cache memory size the better the CPU performance.

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

What is found in an embedded system

A

*Microcontroller: Made up of a CPU with RAM, ROM and peripherals all embedded on a single chip to carry out a specific task
*Microprocessor: Integrated circuit consisting of CPU only (no peripherals)
*System on a chip: May contain a microcontroller as one of its components; usually includes a CPU memory, input/output ports and secondary storage all on a single chip

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

Summarize the Fetch-Decode-Execute cycle

A

Fetch:
* The PC contains the address of the memory location of the next instruction to be fetched from memory (MAR)
* The address is copied from the PC to the MAR using the address bus
* The contents of the memory location in the MAR are then copied to the MDR
* The contents of the MDR are then copied to CIR and the PC is incremented by one
Decode:
* The instruction is now decoded so that it can be interpreted in the next part of the cycle
Execute:
* The CPU passes the decoded instructions as a set of control signals to appropriate computer components
* This allows each instruction to be carried out in a logical sequence

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

How do barcode readers work

A
  • Barcodes are a series of dark and light parallel lines of varying thickness
  • They are read using a scanner that uses a red laser or red light emitting diode light source
  • Reflected red light is read by photoelectric cells that create a digital sequence of dark and light e.g: LDDDDLD (or 011101 in binary)
  • They are usually used one goods in a supermarket, but they can be used anywhere where an item can be scanned to identify it
  • Each barcode is used as a key field to uniquely identify the record which gives the data about the product
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do QR codes work

A
  • QR codes are another type of barcode made up of a matrix of filled-in dark squares on a light background
  • QR codes hold more information than barcodes
  • They can be used to advertize products, give automatic access to websites, store boarding passes electronically at airports and so on
  • The camera is pointed at the QR code
  • A stored app processes the image taken by the camera
  • The browser reads the data generated by the app and decodes any web addresses embedded in the QR code
  • Any weblinks are then sent to the smartphone or tablet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Summarize digital cameras

A
  • Images taken by cameras can easily be transferred to a computer via USB port, Bluetooth or memory card reader
  • The image through the camera lens is captured on photodiodes and converted into pixels which form an electronic matrix of the image which can be stored in memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Summarize keyboards

A
  • Each character on a keyboard has an ASCII value
  • The computer is able to detect which key is pressed, which allows it to determine the character that was selected
  • Entry of data via a keyboard is a slow process which is also prone to error and can lead to injury such as repetitive strain injury
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Summarize microphones

A
  • Microphones have a number of applications e.g: a sensor to input text into a computer or doing voiceovers on presentations and so one
  • Microphones convert sound into electric currents of varying amplitude
  • A diaphragm in the microphone vibrates and a copper coil and cone attached to the diaphragm create an electric current as the coil vibrates back and forth
  • The current can be converted into digital data and then stored in a computer memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Summarize optical mouse

A
  • It uses tiny cameras and a red LED light source to allow the exact position of the mouse to be calculated
  • It is more reliable
  • Dirt can’t be trapped in any components
  • No need for special software
19
Q

Summarize scanners

A
  • 2D scanners are used for example to scan in documents. The information is converted into an electronic format
  • Computers equipped with OCR software allow the scanned text to be converted into a text file format, which can then be imported into a word processor
  • 3D scanners scan solid objects and produce a 3D image that can then be used in CAD softwares or even sent to a 3D printer
  • 3D technology uses lasers, X-Rays, magnetic resonance or white light
20
Q

What are the three touch screens

A
  • Capacitive
  • Infrared
  • Resistive
21
Q

Summarize Capacitive

A
  • Two main types: surface capacitive or protective capacitive
  • Relies on fingers touching the screen causing a change in the electrostatic fields
  • The point where the finger touches the screen is calculated by a microprocessor
  • If protective technology is used, multi-touch facility is allowed
  • Has good clarity in all lighting conditions
  • Durable screens that tolerate scratches
22
Q

Summarize infrared

A
  • Uses a glass screen and an array of sensors and infrared transmitters
  • The infrared beam is broken by a finger, the signal to some of the sensors is broken or reduced, allowing a microprocessor to calculate where the screen was touched
  • Allows multi-touch facility
  • Has good screen durability
23
Q

Summarize reistive touchscreens

A
  • Made up of two layers of polymer and glass
  • A voltage is applied across the two surfaces
  • When the top polymer surface is touched it makes contact with the bottom layer completing a circuit allowing current to flow at that point
  • The point of contact is detected where a charge in voltage occured, which enables a microprocessor to calculate the coordinates
24
Q

Summarize Actuators

A
  • An actuator is a mechanical or electromechanical device, such as a relay, solenoid or motor
25
Q

Summarize Light projectors

A
  • Used to project computer output onto a larger screen or interactive whiteboard
26
Q

What are the two types of projectors

A
  • Digital light projectors
  • Liquid crystal display projectors
27
Q

Summarize Digital light projectors

A
  • Uses many micro mirrors arranged on a DMD chip
  • These mirrors can move according to the data sent to them from the computer
  • Micro mirrors produce a greyscale image of the light source
  • A bright light is shone on the DMD chip passing through an RGB filter where the greyscale image is now converted into a full-colour image
28
Q

Summarize Liquid crystal display projectors

A
  • A powerful beam of light is sent to a chromatic-coated mirror which splits the image into red, green and blue components
  • Three different versions of the same image is produced
  • The images are recombined using a prism which produces an enlarged full-coloue image
29
Q

What are the two common types of printers

A
  • Inkjet
  • Laser
30
Q

Summarize inkjet printers

A
  • They rely on spraying liquid ink droplets from a reservoir onto paper
  • They use either thermal bubble or piezoelectric technology to create the ink bubbles and droplets
  • Stepper motors move paper up a line at a time and the print runs
31
Q

Summarize laser printers

A
  • Laser printers rely on using dry powder ink
  • This solid ink is melted onto the paper using a fuser
  • The position where text or image is to be printed is charged negatively on a drum using a laser
  • Positively charged ink then sticks to the areas of negative charge on the drum which is then transferred to a sheet of paper as the drum rotates. The whole page is produced in one go
32
Q

Summarize 3D printers

A
  • A solid object is built up from very thin layers of material
  • The printing medium can be powdered resin, powdered metal, paper or ceramic
  • Direct 3D printing uses a print head moving left to right, up and down as it builds up the thin layers
  • Binder 3D printing has two passes on the print head for each layer, the first pass is dry powder and the second pass is a binding agent
33
Q

Summarize LED screens

A
  • LED screen is made up of many tiny light emitting diodes
  • Each LED is made of red, green or blue
  • By varying the electric current to each diode, its brightness is controlled which results in millions of different colours
  • LED screens are used in large outdoor advertising displays and large scoreboards at sporting events
34
Q

Summarize LCD screens

A
  • Made of millions of tiny liquid crystals arranged as a matrix of pixels
  • By varying the electric field to the liquid crystals their properties change
  • They don’t produce light so they need to be backlit with a light source such as LED
35
Q

What are the two groups of memory and storage

A
  • Primary memory
  • Secondary memory
36
Q

What is found in primary memory

A
  • RAM
  • ROM
37
Q

What are the two types of RAM

A
  • DRAM
  • SRAM
38
Q

What are the properties of RAM

A
  • Temporary memory device
  • Volatile memory
  • Can be written to a read from
  • Used to store data, files, programs, part of OS
  • Can be increased in size to improve operational speed of computer
39
Q

What are the properties of DRAM

A
  • Consists of a number of transistors and capacitors
  • Needs to be constantly refreshed
  • Less expensive than SRAM
  • Has a higher memory than SRAM
  • Main memory is constructed from DRAM
  • Consumes less power than SRAM
40
Q

What are the properties of SRAM

A
  • Uses flip flops to hold each bit of memory
  • Doesn’t need to be constantly refreshed
  • Has a faster data access time than DRAM
  • CPU memory cache makes use of SRAM
41
Q

What are the properties of ROM

A
  • Permanent memory device
  • Non-violatile memory device
  • Data stored cannot be altered
  • Always used to store BIOS and other data needed at start-up
42
Q

Summarize secondary storage

A
  • Includes storage devices that are not directly addressable by the CPU
  • They are non-violatile devices that allow data to be stored for as long as required by the user
  • All applications, OS, devices drivers and general files are stored on secondary devices
43
Q

What are the three common technologies used in secondary storage devices

A
  • Magnetic
  • Optical
  • Solid State Drive
44
Q

Summarize Magnetic storage devices

A
  • Most common example is hard disk drive
  • Data is stored on platters that are made from aluminium, glass or ceramic and each surface is coated in a magnetisable material
  • The platters spin at about 7000 times per second and read/write heads float a fraction of a millimeter above the surface
  • These heads permit writing and reading of data
  • Blocks of data are stored in sectors and tracks
  • The read/write heads are constantly moving in and out to find blocks of data
  • The time it takes to find and access the required data block is known as latency
  • Once the sector containing the required data block is found, the data in a sector is read sequentially