Computer Science
Computer Science
1.1.1: Identify computing devices used for input, process, storage and output;
Computing devices can be categorized based on their primary functions in a system: input,
processing, storage, and output. Here are examples for each category:
1. Input Devices
These devices allow users to input data and instructions into a computer.
2. Processing Devices
Central Processing Unit (CPU) – the primary component that executes instructions and
processes data.
Graphics Processing Unit (GPU) – specialized for rendering images, video, and
graphics.
Motherboard – the main circuit board that connects and facilitates communication
between all components.
Sound Card – processes audio data for output to speakers or other devices.
3. Storage Devices
These devices are used to store data for short-term or long-term access.
1.1.2 describe simple data processing cycle (input, process, output and
storage);
The simple data processing cycle consists of four stages: input, process, output, and storage.
Here's a brief description of each:
1. Input: This is the stage where raw data is collected and fed into the system. Input can
come from various sources like user input, sensors, or external databases.
o Example: Typing information into a form, capturing data from a sensor.
2. Processing: At this stage, the input data is transformed, calculated, or manipulated to
produce meaningful information. It involves running calculations, applying algorithms, or
using logic to convert data into a useful format.
o Example: A program sorting or filtering data, performing calculations like
addition or generating reports.
3. Output: Once the data is processed, it is presented in a format that can be understood or
used. The output could be visual displays, printed reports, or data sent to another system.
o Example: A display on a screen, printed documents, or feedback in the form of
alerts or sounds.
4. Storage: Processed data and sometimes the raw data are stored for future use. Storage
ensures that information is retained and can be retrieved as needed.
o Example: Saving data to a hard drive, cloud storage, or database.
These stages work in a continuous cycle as data flows through systems. For example, in a
weather monitoring system, sensor data (input) is processed by algorithms (processing), and the
resulting weather forecast (output) is saved to a database (storage) for future reference.
Computers can be classified into four main categories based on processing speed, size, and use:
microcomputers, minicomputers, mainframe computers, and supercomputers. Here’s how
they differ:
Processing Speed: Moderate, often faster than microcomputers, designed for specific
tasks that require more computing power but not as much as mainframes or
supercomputers.
Size: Mid-sized, often larger than microcomputers but smaller than mainframes. Can be
rack-mounted or housed in small data centers.
Uses: Used in mid-sized organizations for specific purposes like process control,
scientific simulations, or small-scale data processing. They can support multiple users
simultaneously, commonly used in research labs or business applications.
3. Mainframe Computers
Processing Speed: High, capable of processing large volumes of data at once. Their
speed is significantly higher than microcomputers and minicomputers.
Size: Large, usually occupying entire rooms or even floors.
Uses: Primarily used by large organizations for critical applications, bulk data processing,
transaction processing, and large-scale computations. Examples include banks, insurance
companies, and government institutions that handle massive databases and need to serve
thousands of users simultaneously.
4. Supercomputers
These categories help distinguish computers based on their computational power, physical size,
and intended applications.