Unit 1; HARDWARE COMPONENTS Flashcards
What happens when a computer gets an input?
it stores it, processes it, and creates an output.
Describe an input, storage, process, output diagram
.. Main memory
^
|
input devices –> CPU –> Output devices
|
v
.. Secondary storage
What is secondary storage?
- a non-volatile storage (keeps it’s content when the power is switched off)
Uses of secondary storage
- Programs and data are stored on the hard disk
- Memory sticks may be used to transport data from one place to another
- Magnetic tape or external hard drives may be used to backup
Types of primary memory
There are many types of primary memory in computers, the two main types are:
- RAM
- ROM
What is the RAM?
- Random Access Memory
It can be referred to as:
- main memory
- primary memory
- core memory
- central memory
- The computer stores running programs and data in the RAM when the computer is turned on
- When applications or programs are loaded, they are copied into RAM from the hard disk
- Documents (data) that are used with those programs are also opened by copying into RAM as the working memory
- When your computer is turned off, the RAM is empty, because it is VOLATILE
- All your programs and data are safe on your hard disk
What will the RAM contain at any one time?
- The Operating System (or the part currently in use)
- The software currently in use
- The data which the software is using
What is the Operating system?
- When you turn on your computer, the startup instructions load the Operating system from your hard disk into RAM
What is virtual memory?
- When the RAM fills up, your computer begins to use virtual memory, which is part of the hard drive used as an extension to the RAM
What is the ROM?
Read Only Memory:
- Some data needs to be permanently held in memory, even when the computer has no power.
- The ROM contains the instructions the computer must instantly execute when you first turn it on.
- The ROM is persistent memory, NOT volatile like the RAM
Fastest access speeds for MEMORY
- Processor
- Cache
- Main memory / RAM
- Virtual memory (on the hard disk)
What are internal hardware components?
Includes:
- CPU (what processes an input)
- Input, output, and storage devices
What is the CPU?
Central Processing Unit:
- It’s like the brain of the computer, responsible for all of a computer’s processing
What factors affect a CPU’s performance?
- Clock speed (Cycles per second measured in hertz)
- Cache size (super fast working memory, 95% of the time, data needed by the CPU is accessed from the cache, so it’s size has a big impact on the CPU’s performance)
- Number of cores (the number of duplicate processors linked together on a single chip)
What is clock speed?
- Everything in the computer happens on the pulse of the internal clock
- Therefore the faster the clock speed, the faster the instructions are processed.
- One tick tock equals one cycle (in case you’re given the diagram)
- Cycles per second measured in hertz.
- 1 cycle per second = 1 hertz = 1 instruction carried out each second
What is cache memory?
- Superfast working memory
- The data most often used by the CPU is held in cache memory so it is almost instantly available.
- In most systems, data needed by the CPU is accessed from the cache 95% of the time
- This greatly reduces the time the CPU has to wait for data from the main memory
- The size of the cache is a major factor in determining the performance of the CPU
What are cores (the on CPU)?
- Found on the CPU
- processors linked together on a single (CPU) chip
Processor speeds
- 1 Hertz (Hz) = 1 (low-level) instruction per second
- 1 Kilohertz (KHz) = 1,000 cycles per second
- 1 Megahertz (MHz) = 1,000,000 cycles per second
- 1 Gigahertz (GHz) = 1,000,000,000 cycles per second (approx. 1 billion!)
What are multi-core processors?
- Dual-core processor has two processors linked together in the same integrated circuit
- A quad-core processor has four linked processors
- A dual-core processor means the CPU could theoretically run twice as fast as a CPU with only one processor, but typically it doesn’t, because the computer just doesn’t use it, or something like that.
ORDER:
- CPU Chip
- Dual-core processor
- Quad-core processor
- Six-core processor
- Octa-core processor
- Multi-core processor