IST Notes Term 2 2022
IST Notes Term 2 2022
1.2.2: Input/Output
Input
Hardware that collects information from the outside world to be sent to the computer
Examples: Keyboard, mouse, game controller, microphone, touch pen, touch pad.
Output
Hardware that communicates information from the computer to the user
Examples: Monitor, VR headset, speaker, projector
1.2.3: Storage
Key Terms
Volatile: Data is lost when power is turned off, temporary data storage.
Non-volatile: Data is retained when power is turned off.
Storage
Primary memory:
o RAM (Random Access Memory): Temporarily stores data for the CPU to process. Can
be changed.
o ROM (Read Only Memory): Permanently stores instructions required for the
computer to start. Most ROMs cannot be changed.
o This type of memory is both volatile (RAM) and non-volatile (ROM)
o Accessing primary memory is fast
Secondary memory/mass storage:
o This memory is always non-volatile
o Accessing secondary memory is slow
o Example:
USB
CD
Hard drive: The main data storage hardware in a computer, which stores
operating software and other files. Data is stored magnetically in the
spinning disk.
Solid state drive (SSD): Same function as hard drives but smaller. It is within
the electrical circuit, thus faster speed of access but more expensive.
How RAM Works
1. The application saved (ex, Excel) is loaded into RAM (loading screen when opened)
2. Data from the RAM is sent to the CPU. It decodes and executes the instructions one by one.
The CPU receives data from the RAM as the speed of access is faster than obtaining data
from Secondary Memory
3. After processing the instructions, the result is stored back in RAM. The input device gives
information to the computer, which is then stored in the RAM (volatile). The change in the
file gets stored in the RAM, not mass storage.
4. It is only when ‘SAVE’ is pressed, that the edited copy of the file gets stored in the mass
storage (non-volatile).
Overloaded RAM
When too many applications are opened, data is left behind in the mass storage. This forces
the RAM to do 2 things at once, rather than 1 at a time:
o Receiving the information from the mass storage
o Sending the data to the CPU to run programs needed
Thus, causing the computer to slow down.
Solution: Upgrade the RAM (4GB to 16GB)
1.2.4: Process
CPU
‘Central Processing Unit’/Central brain/General practitioner (GP)
Responsible for processing general instructions from the RAM one at a time
Performs mathematical calculations like addition
GPU
‘Graphic Processing Unit’/Specialist
Taking instructions run from the CPU to render frames (texture, shadows, lighting)
1.2.5: Control
Controller cards
Expansion boards that fit into slots in the motherboard. They hold chips (i.e.
Microprocessors) that perform secondary functions such as sound and video display.
Examples: Graphics Card, Sound Card, Network Card
Motherboard
Holds many of the computer's essential components.
The electrical circuits on the board allow the components to receive power and
communicate with each other.
Bus Lines
Connects CPU and chips to allow data to pass between them.
The more buses, more data can travel simultaneously (at the same time) in parallel, resulting
in faster transmission
1.6.1: Text
Digitalisation
The process of converting information from a physical or analog format into a digital format
Examples: Converting text from the input (keyboard) into a digital format to be stored,
converting sound from a microphone to be stored.
The General Process
1. Each character (letters on keyboard) is assigned a Decimal Equivalent as part of the ASCII
(American Standard for Code Information Interchange)
2. This get converted to a string of binary digits.
Example: ‘A’ has the Decimal Equivalent of 65, converting to the binary string, 0100 0001.
1.6.3: Audio
Sound needs to be converted into binary for computer to be able to process it. To do this, sound is
captures – usually by a microphone from the natural world – then converted into a digital signal.
1. Microphone (input) measures and translates air pressure as electrical signals (volts) to the
ADC (Analog to Digital Converter).
2. ADC, located in Sound Card digitises the volts to binary information. This gets sent to be
stored in the memory.
3. To play the stored sound to the speaker, the digitalised sound needs to convert back to
analog format. The DAC (Digital to Analog Converter) converts the sound to analog format.