3 Hardware Flashcards

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

What is a CPU?

A

A component in a computer system that processes data and instructions.

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

What is a microprocessor?

A

an integrated circuit that is able to perform many of the functions of a CPU.

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

What is an embedded system?

A

a computer system that performs a dedicated function.

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

What is the fetch-decode-execute cycle?

A

the cycle through which data and instructions are processed.

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

What is the role of a CPU in a computer?

A

The CPU processes instructions and data that are input into the computer so that the result can be output.

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

What is the role of busses?

A

Carry data through components.

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

What is RAM?

A

Random Access Memory is a component in the CPU that holds data and programs that are currently in use.

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

What is hard drive?

A

a storage that stores data permanently, until it is deleted by the user.

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

What are the units in a computer that has von neumann architecture?

A

Arthimetic logic unit (ALU)
Control Unit (CU)

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

What is CU?

A

Control Unit. The component in the CPU that controls all the operations in the CPU.

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

What are the registers in a computer that has von neumann architecture?

A
  • Program Counter (PC)
  • Memory Address Register (MAR)
  • Memory Data Register (MDR)
  • Current Instruction Register (CIR)
  • Accumulator (ACC)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the buses in a computer that has von neumann architecture?

A
  • Address bus
  • Data bus
  • Control Bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is PC?

A

Program counter is a component in the CPU that stores the next address of the next instruction to be processed.

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

What is CIR?

A

Current instruction register. Stores the instruction the CPU is currently decoding or executing.

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

What is MDR?

A

A component in the CPU that stores the data or instructions that are fetched from the RAM.

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

What is ACC?

A

Accumulator. A register that is built into the ALU. During calculations, data is temporarily held in it.

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

What is ALU?

A

Arithmetic Logic Unit. The component in the CPU that performs all the mathematical and logical operations required when processing data and instructions.

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

What is address?

A

A memory location in RAM.

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

What is MAR?

A

Memory Address Register is a component in the CPU that holds the address of the data or instruction to be located in RAM.

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

What is address bus?

A

Wires used for the transmission of addresses between components in a computer.

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

What is the data bus?

A

wires used for the transmission of data and instructions between components in a computer.

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

What is a control bus?

A

wires used for the transmission of control signals between components in a computer.

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

Can you describe the process of the FDE cycle including the role of each component in the process?

A
  1. PC contains the address of the next instruction to be fetched.
  2. This address is copied to the MAR via the address bus
  3. The instruction of the address is copied into the MDR temporarily
  4. The instruction in the MDR is then placed in the CIR.
  5. The value in the PC is incremented by 1, pointing to the next instruction to be fetched.
  6. Instruction is decoded by CU.
  7. It is then executed by the ALU and the result is stored in the ACC or written to a memory location within memory.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What are the 3 main factors that can affect the performance of a CPU?

A
  • Number of cores
  • Clock speed
  • Size of cache
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

What is meant by a core?

A

the part of the CPU that contains all the components that are used to perform the fetch-decode-execute cycle.

Each core runs seperate FDE cycles, independently from each and at the same time. This means parallel processing can take place.

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

What is clock speed?

A

the number of fetch-decode-execute cycles that can be performed in a second.

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

What is clock speed measured in?

A

Hertz.

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

How many instructions are 1gigahertz and 1 megahertz?

A

1 Gigahertz(GHz) = 1 billion instructions per second
1 Megahertz(MHz)= 1 million instructions per second

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

What is meant by cache?

A

a type of storage that is built into the CPU, to store the most frequently used data and instructions.

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

How can cores affect CPU performance?

A

The more cores in the CPU, the more instructions that can be executed per second resulting in better performance.
eg. Dual cores = 2 cores, Quad cores = 4 cores

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

How can clock speed affect CPU performance?

A

By increasing clock speed, the computer’s processing speed also increases, this doesn’t mean the computer’s performance is increased however.

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

How can cache affect CPU performance?

A

The impact of increasing the amount of cache is that more data can be stored there and accessed faster if it was in the RAM, which improves the performance of the CPU.

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

What is an instruction set?

A

It is a list of all the commands that can be processed by a CPU and the commands are machine code.
Each command has a unique binary code

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

What is an embedded system?

A

An embedded sytem is a computer system with either one function or limited specific functions built within a larger mechanical device.

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

What is the purpose of an embedded system?

A

It is used to perform a dedicated function, eg. domestic appliances, lighting systems. This is different from a general purpose computer that is used to perform many different functions.

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

Can you identify devices in which embedded systems are commonly used?

A
  • Digital Clock
  • Traffic Lights
  • Lighting System
  • Vending Machine
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

What is an output device?

A

a device that can be used to obtain the results of data that has been processed.

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

What is an input device?

A

A device that allows data to be entered into a computer system.

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

What are some examples of input devices?

A
  • barcode scanner
  • digital camera
  • keyboard
  • microphone
  • optical mouse
  • QR code scanner
  • Scanner (2d and 3d)
  • touch screen
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

What is a sensor?

A

A type of input device that is used to capture data from its immediate environment.

41
Q

What is an automated system?

A

a system that is designed to operate without the need for any human intervention.

42
Q

What are the example uses and benefits of a barcode scanner?

A

Example Uses:
* checkouts
* parcel deliveries

Benefits:
* faster checkouts
* less errors
* detailed stock info

43
Q

What are the example uses and benefits of a digital camera?

A

Example Uses:
* Smartphones
* security systems
* Cameras

Benefits:
* instant preview and image

44
Q

What are the example uses and benefits of a keyboard?

A

Example Uses:
* Entering text

Benefits:
* Universal
* Easy to use

45
Q

What are the example uses of a microphone?

A

Example Uses:
* Recording real-world sound
* Musical recordings
* Telephone calls

46
Q

What are the example uses and benefits of a mouse?

A

Example Uses:
* Navigating a GUI
* Making selections and entering commands

Benefits:
* Intuitive

47
Q

What are the example uses and benefits of a QR code scanner?

A

Example uses:
* Advertising products
* Linking to websites
* e-tickets

Benefits:
* Can hold more information than a barcode
* No need for user to write down website address, can be scanned using camera on a mobile device

48
Q

What are the example uses and benefits of a scanner?

A

Example Uses:
* Scan documents, photos AIRPORT
* Scan objects (3D only)

Benefits:
* Converts 2D and 3D objects into digital data which is easier and quicker to transmit, duplicate or manipulate.

49
Q

What are the example uses and benefits of touchscreens?

A

Example Uses:
* Cash machines
* Info screens
* Entering text and commands on mobile devices

Benefits:
* Can be durable
* Good image quality
* Intuitive/ Easy to use.

50
Q

What are some examples of output devices?

A
  • actuator
  • digital light processing (DLP) projector
  • inkjet printer
  • laser printer
  • 3d printer
  • LED screen
  • LCD screen
  • LCD projector
  • speaker
51
Q

What are example uses of actuators and when are they used?

A

Example Uses:
* starting or stopping a pump
* moving robotic arms
* opening or closing a valve.

They are often used with sensors. The input of the sensor is checked against stored values and a decision is taken.

52
Q

What is the use of a light projector and what are the 2 types of light projectors?

A

Used to project computer outputs onto a large screen.

The two types are- DLP (Digital Light Processing) and LCD (Liquid Crystal Display).

53
Q

What are the advantages and disadvantages of a DLP?

A

Advantages:
* Higher reliability
* Smaller and lighter
* Higher contrast ratios- Smooth video

Disadvantages:
* Image tends to suffer from “shadows” when showing a moving image
* The colour definition is not as good as LCD projectors

54
Q

What are the advantages and disadvantages of LCDs?

A

Advantages:
* Give a sharper image than DLP projectors
* Better colour saturation and intensity than DLP projectors
* Use less power and generate less heat

Disadvantages:
* Have a limited life
* Contrast ratios are not as good as DLPs
* LCD panels degrade over time.

55
Q

What is the use of laser and inkjet printers and when are they used?

A

Both printers create hard copies of a digital document.
They are used when hard copies are needed but you do not have access to an electronic device.

56
Q

What are the uses of 3D printers?

A

Create 3D modles of a digital model by depositing layers of material on top of one another.

Used in architecture.

57
Q

What are uses the advantages of LCD screens?

A

Used in TVs. monitors, tablets and phones.
Advantages:
* low power consumption
* run at cool temperature
* do not suffer image burn or flicker issues
* provide bright images and colours
* cheaper to produce than LED screens.

58
Q

What are the uses and advantages of LEDs?

A

Uses include: Replacing LCD displays in TVs, monitors, laptops and mobile devices.

Advantages:
* better image quality
* longer life span
* can be used to create very large screens
* consume very little power.

59
Q

What are the uses of speakers?

A

Typical uses include listening to music, listening to video sound, telephone calls and alarms.

60
Q

How does a sensor work?

A

Sensors are used to capture analogue data from its immediate surroundings. This data can then be processed and analysed by a computer system. Sensors are normally set to capture data at given time intervals.

61
Q

What are the 14 sensors?

A
  • acoustic
  • accelerometer
  • flow
  • gas
  • humidity
  • infra-red
  • level
  • light
  • magnetic field
  • moisture
  • pH
  • pressure
  • proximity
  • temperature
62
Q

What does an acoustic sensor measure and what is it’s typical use?

A

It measures sound levels

The typical uses are:
* monitor noise pollution
* detect changes in sound levels of industrial machinery

63
Q

What does an accelerometer sensor measure and what is it’s typical use?

A

It measures: acceleration rate, tilt, vibration

Its typical uses are:
* detecting sudden changes in vehicle movement and deploy safety features if needed
* in mobiles to detect orientation of the device.

64
Q

What does a flow sensor measure and what is it’s typical use?

A

it measures: rate of gas, powder or liquid flow.

Its typical use is:
* Detect changes in the flow through pipes in water system

65
Q

What does a gas sensor measure and what is it’s typical use?

A

Measures: presence of a gas e.g. carbon monoxide

Its typical use is:
* Detect levels of gas in confined spaces
* Detect gas levels when fixing gas leaks

66
Q

What does a humidity sensor measure and what is it’s typical use?

A

Measures: levels of water vapour

Its typical uses:
* Monitor humidity in greenhouses

67
Q

What does an infra-red sensor measure and what is it’s typical use?

A

Measures: Detecting motion or a heat source

Its typical uses are:
* Security systems detecting intruders who break the beam
* Measures heat radiation of objects - used by emergency services to detect people

68
Q

What does a level sensor measure and what is it’s typical use?

A

Measures: liquid levels

Its typical use:
* Detects levels of petrol in a car tank
* Detect levels of water in a water tank

69
Q

What does a light sensor measure and what is it’s typical use?

A

Measures: Light levels

It’s typical uses:
* Automatically switching on lights when it gets dark (street lights, headlights)

70
Q

What does a magnetic field sensor measure and what is it’s typical use?

A

Measures: Change in magnetic fields

It’s typical uses:
* counting how many cars pass through a certain area as the cars will disrupt the Earth’s naturally magnetic field as it passes over the sensor.
* monitoring rotating machinery such as wind turbines.

71
Q

What does a moisture sensor measure and what is it’s typical use?

A

Measures: Presence and levels of moisture

Its typical uses:
* Monitoring moisture in a soil
* Monitoring damp in buildings

72
Q

What does a pH sensor measure and what is it’s typical use?

A

Measures: acidity or alkalinity

Its typical uses:
* Monitoring soil to ensure optimum growing conditions
* Monitor pHlevels in chemical processes

73
Q

What does a pressure sensor measure and what is it’s typical use?

A

Measures: Gas, liquid or physical pressure

It’s typical uses:
* Monitoring tyre perssure
* Monitoring pressure in pipes during manufacturing process

74
Q

What does a proximity sensor measure and what is it’s typical use?

A

Measures: Distance

Its typical uses:
* Monitoring position of objects in robotics
* Used in safety systems to prevent objects colliding

75
Q

What does a temperature sensor measure and what is it’s typical use?

A

Measures: Temperature in Celsius, Fahrenheit or Kelvin

It’s typical uses:
* Used to mantain temp in swimming pools
* Used to control temp in chemical processes.

76
Q

What is primary storage?

A

Directly accessible by the CPU, includes RAM, Cache and ROM

77
Q

What is the role of RAM?

A

Is to store data, instructions and software currently in use.

78
Q

What are the characteristics of RAM?

A
  • Volatile/temporary memory. If power is turned off, contents of RAM are lost.
  • Used to store; data and programs currently in use by the computer.
  • It can be written to or read from and the contents can be changed.
79
Q

What is ROM?

A

A type of primary storage that stores the start up instruction for a computer.

80
Q

What are the characteristics of ROM?

A
  • Non volatile/permanent storage. Contents of ROM are retained even if power is removed.
  • It stores programs that initially boot the computer, such as bootstrap and the BIOS.
  • Contents of ROM are fixed and do not normally change. It is possible to reprogram it but this is complex.
81
Q

What is secondary storage?

A

A type of storage that is designed to store data permanently until it is deleted by the user. It is not directly accessible by the CPU.

82
Q

What are the 3 main types of secondary storage?

A
  • Magnetic storage
  • Optical storage
  • Solid-State Storage
83
Q

What is magnetic storage?

A

a type of secondary storage that uses the properties of magnetism to store data.

84
Q

What is optical storage?

A

A type of secondary storage that uses lasers to store data.

85
Q

What is solid-state storage?

A

A type of secondary storage that uses transistors to store data.

86
Q

How does magnetic storage work and give an example of magnetic storage?

A
  • have platters that spin to allow data to be read and written.
  • Each platter is divided into tracks and sectors.
  • A read/write head arm controlled by an actuator moves across the platter.
  • Arm Reads/Writes data using electromagnets.
  • Uses electromagnets to magnetize dots one each platter.
  • Magnetic fields of dots determine binary value.

Example is: Hard Disk Drive

87
Q

Why are solid state drives increasingly popular in place of HDD/Magnetic Storage?

A
  • Durability
  • Lower Power consumption
  • High-read/write speeds
  • More reliable (No moving parts)
  • Lighter
88
Q

What are examples of optical storage and each one’s features?

A
  • Blu-rays
    have the largest capacity
  • CDs
    lowest capacity
  • CD-R
    are read-only
  • CD-RW
    can be written to and read from
  • DVD-RW
    can be written to or read from
89
Q

How do optical storage devices operate?

A
  • Work by shining a laser at the disk and processing the reflection.
  • An arm moves the laser across the surface of the disk.
  • in CD-Rs a laser burns the data, permanently on to the disk, by creating pits and lands.
  • The laser is also used to read the data from the pits and lands.
  • In CD-RW the chemical composition of the disk is changed to represent 0s and 1s. This change can be overwritten.
90
Q

What are the benefits of optical device storage?

A
  • High storage capacity compared to magnetic storage devices.
  • Fast data transfer rates
  • Considerable degree of durability
91
Q

How do solid-state storage devices operate to store data and give an example?

A
  • Storage is made of transistors that are arranged in a grid layout.
  • Uses NAND or NOR gates in electrical circuits to persistently control the flow of electrons.
  • Current flowing is 1, no current is 0- which is how electrical flow can represent binary values.
  • A NAND gate will take in two inputs and produce an output(1/electrical current) as long as both inputs are not 1.
  • A NOR gate will produce an output(1) only when both inputs are 0

Examples are: USB flash drives, solid state drives for mobiles

92
Q

What are the drawbacks of solid state storage devices?

A
  • Storage capacity
    Traditional hard drives offer more storage at lower cost.
  • Data recovery limitations
    Recovering data from a damaged or failed solid-state drive can be more challenging compared to traditional hard drives.
93
Q

What is virtual memory?

A

a type of memory that can be used as an extension to RAM.

94
Q

What is the purpose of virtual memory?

A

Amount of physical RAM available is limited. Some programs are larger than this.

  • Extends the RAM capacity
  • It prevents the system from crashing
  • It allows the computer to process large amounts of data required
95
Q

What is cloud storage?

A

data storage that is owned by a third party and accessed by the user using the internet.

96
Q

What is a server?

A

A component that acts as a central resource for the storage of data and applications or for providing a service.

97
Q

What are the advantages of cloud storage over storing data on a local secondary storage device?

A
  • Accessibility
  • Data can be accessed from anywhere
  • Data can be accessed by anyone with revelent persmissions making it quicker to share files.
  • Scalability
  • Cloud storage providers allow customers to increase or decrease their storage capacity as needed.
  • Reliability
    -Cloud storage providers often use multiple servers to store and back-up data, reducing the risk of data loss due to hardware failure.
  • Security
    -Cloud storage providers offer advanced security features, such as data encryption, multi-factor authentication to protect user data from unauthorized access.
98
Q

What are the disadvantages of cloud storage?

A
  • Slow or unreliable internet connection would mean problems accessing files.
  • storing a lot of data can be expensive
    _ pay the cloud storage provider
    _commit to an annual subscription
    _pay for high download and upload data transfer limits.
  • Data being sent over the internet can be intercepted.
  • Security is managed by cloud storage provider which means user does not have complete control over it but is still legally responsible for ensuring any personal and sensitive data is secure.
99
Q

What is a network?

A

computers and devices that are joined together using cables or wireless technology