Unit2 Slides Computing Systems Y8
Unit2 Slides Computing Systems Y8
Unit2 Slides Computing Systems Y8
Question .
What is the main task of a general-purpose computing
system?
▹ A. The main task is to execute programs.
B. There is no main task. It can perform any task
prescribed by a program.
C. The main task depends on the system. Different
systems may perform a different main task.
D. The main task depends on the user. Different
users may need the system to perform a
different main task.
Starter activity
Internally, it needs
components that will allow
the machine to follow the
instructions.
Starter activity
Systems without input/output devices can connect to such devices. Input and
output is always present in computing systems.
Activity 1
Insight
Let’s examine:
What the common components do
How they function together in order to
execute programs
Activity 2
The storage (secondary memory) is the Question . Name a few common storage
set of components that stores programs devices.
and data.
Answer . Hard disk drives (HDD), solid-
Storage is persistent: it retains its state drives (SSD), USB flash drives or
contents when the power is off. USB sticks, SD cards
Storage technology evolves over time.
The concept of storage is a constant.
Activity 2
The storage (secondary memory) is the Question . Name a few common storage
set of components that stores programs devices.
and data.
Storage is persistent: it retains its
contents when the power is off.
Hard disk Solid-state
(HDD) drive (SSD)
The main memory is the component that How it works with other components
stores the programs and data currently in When a program must be executed,
use. it is loaded from storage in memory,
Memory is volatile: its contents are lost along with the data required.
when the power is off. Any new or modified data must be saved
from memory to storage.
Terminology: The memory is commonly referred to
as RAM (random-access memory).
Activity 2
The processor is the component that How it works with other components
fetched into
● Perform arithmetic or logic
operations on data programs
under execution
● Perform input/output of data memory stores
moved into
● Perform arithmetic or logic
operations on data programs
under execution
● Perform input/output of data memory stores
An analogy
An analogy
An analogy
This allows:
● Input to be obtained remotely
● Data to be stored on remote systems
● Programs to be executed remotely
Activity 2
components. data
transfer
communication connect
other systems
components to
Activity 2
Computing systems interact with the user Question . Name a few common input
and their surroundings through devices for devices.
input and output .
Computing systems interact with the user Question . Name a few common output
and their surroundings through devices for devices.
input and output .
Wearable computing
Input Output
Described the hardware components used Explore how the processor, memory, and
in computing systems and how they work storage interact to execute programs in
together in order to execute programs real scenarios
Highlighted how all computing systems, Define what an operating system is, and
regardless of form, are similar in structure provide an overview of what it does
(‘architecture’)