A)Component 1.1 - Hardware (Finished) Flashcards
What is the CPU?
Central Processing Unit. It is the main component in a computer for processing data and instructions.
What happens in the CPU?
All the data is read and acted upon.
What is RAM?
Random access memory.
What is RAM used for?
Ram is where all the data for a program is stored. The bigger the ram the faster big programs load.
What is the purpose of the motherboard?
The motherboard is what holds all the hardware together. Also moves data around.
What does the data bus do?
A data bus is the path along which data travels to be moved between parts of a computer
What does the address bus do?
It is where the address of the place (in memory) where data is to be saved or loaded from is sent
What does ALU stand for?
Arithmetic and Logic Unit.
What does the ALU do?
The ALU performs all mathematical calculations and logical operations on the CPU. It performs simple mathematical calculations on data that is stored in the registers temporarily, and can also do comparisons between data (Logical operations)
What does the controller in the cpu do?
The controller sends and receives signals from all parts of the computer, ensuring all processes take place at the right time and in the correct order
What is a register?
A register is a storage location found on the cpu (volatile) where data or control information is temporarily stored.
What is Internal Memory?
Internal memory is fast access temporary (volatile) storage on the CPU.
Where can data from internal memory be written pn or called back to?
It can be written to the RAM or called back to the registers for further processing.
What is the control bus?
The controller uses the control bus to send control signals to different parts of the computer.
What is the basis for the fetch-decode-execute cycle?
Von Neumann Architecture is the basis for the cycle.
What happens during the ‘fetch’ process of the fetch-decode-execute cycle?
The processor checks the program counter to see which instruction to run next
It indicates the address value in memory where the instruction is.
The processor fetches the instruction from the memory location and stores it in the registers
It then moves the program counter on one so that it points towards the next instruction.
What happens during the ‘decode’ part of the fetch-decode-execute cycle?
The control unit checks the instruction in the instruction register and decides it to determine what action is to be carried out.
What happens during the ‘execute’ part of the fetch-decode-execute cycle?
The actions that have been determined in the decode part actually happen
What is the ‘cache memory’ in the CPU?
Cache memory is a fast access type of memory
What is ‘clock speed’?
Clock speed is the, speed at which a processor operates. The faster the clock speed, the faster the computer is able to run the fetch-decode-execute cycle.
What is clock speed measured in?
The clock speed of a processor is measured in Hertz (Hz). One clock tick per second would be measured as 1 Hz. Therefore a processor running at 1000 clock ticks per second would be a 1000Hz or 1kHz processor.
What is Overclocking?
When a processor is set to run faster than its original design by increasing the clock speed
What is underclocking?
When you lower the CPU’s clock speed. Set to run lower than the original design
How does the number of cores in a CPU affect the computer?
Each core can run one instruction at a time. More cores means that more instructions can be run at a time making the cpu faster
What are the two types of processors?
Reduced Instruction Set Computer (RISC)
Complex Instruction Set Computer (CISC)
What is ROM used for?
ROM is used for the permanent storage of data. The data in each store location cannot be changed. Read Only Memory, not write.
What is flash memory used for?
Flash memory is used for the permanent storage of data. However, the data stored in flash memory can be changed.
What is RAM used for?
RAM is used to store the currently running program.
When is data written to secondary storage? What is the disadvantage?
Data is written from memory to secondary storage when data is no longer being actively used, for retrieval at a later time. However the time the computer takes to access data stored on secondary storage is longer than accessing it from memory
Define ‘data capacity’
Data capacity is the amount of data a storage device can hold measured in Kilobytes (Kb), Megabytes (MB), Gigabytes (GB) Terabytes (TB).
List the properties of a ‘flash drive’
- Capacity: 2GB to 64GB
- Portable
- Very fast
- Very portable
List the properties of an ‘external hard drive’
- Capacity: 500MB to 4TB
- Portable
- fast
- not very durable
List the properties of a ‘cd/dvd/blue-ray disc’
Capacity:
• CD 650 MB
•DVD 9 GB
• Blue-ray 50 GB
- Portable
- ok speed (you have to burn data to the disc)
- durable
How many bits are in a byte?
8 bits in a byte
How does cloud storage work?
Storage in the cloud is a contemporary data storage facility that allows users to store their data on third-party servers. They can then access that data from many computing devices.
What is the motherboard?
The motherboard is the main circuit board of a computer.
What is a GPU (graphical processor unit or graphics card)?
A GPU is a microprocessor that performs the calculations needed to produce graphic images
on screen.
What does an integrated GPU use for memory?
An integrated GPU uses the computer’s RAM.
What as a dedicated GPU? What is it’s advantages and disadvantages?
A dedicated GPU has its own video memory. Dedicated cards provide the best visual
experience and are used by people such as professional graphic designers and serious
gamers, but they use more power and require a good cooling system.
What are sound cards?
Sound cards enable the computer to output sound through speakers, to record sound from a microphone and to manipulate sound stored on a disk.
Sound cards convert analogue input signals into digital data and reverse this process for audio output.
What are embedded systems?
An embedded system is a combination of software and hardware that performs a specific
task rather than a general-purpose computer that is designed to carry out multiple tasks.
Embedded systems are included as a part of a complete device often with hardware and
mechanical parts. As the systems carry out specific tasks they can be designed to be small
and have a low cost. Mass-production of embedded systems can save large amounts of
money.
Give some examples of devices that use embedded systems:
Electronics Mobile phones, games consoles, printers, televisions, digital
cameras
In the home Washing machines, microwave ovens, refrigerators,
dishwashers, air conditioners
Medical equipment CT Scanners, Electrocardiogram (ECG), MRI Scanners, blood
pressure monitors, heartbeat monitors
Cars Electronic fuel injection systems, anti-lock braking systems,
air-conditioner controls.
42 cards?
42
What is CPU architecture?
A term that refers to the design of a microprocessor where the components of the cpu are combined as a single unit