
Lesson 1: Computer systems and system software
Presentation
•
Computers
•
12th Grade
•
Practice Problem
•
Hard
Osaigbovo Asemota
Used 5+ times
FREE Resource
65 Slides • 0 Questions
1
Lesson 1: Computer systems and
system software
Computer systems
Computing
Osas Odiase Asemota
2
Identify computer systems
Explain the role of system software
Describe Operating systems
2
In this lesson you will:
2
3
3
Identifying computer systems
4
What is a computer
system?
Computer systems are a
combination of;
●
Hardware
–
Internal
–
Peripheral
●
Software
That work together to make up a
computer
4
5
What is a computer?
6
A programmable
device that takes in
data, processes it into
useful information,
and then outputs the
information so it can
be used.
What is a computer?
6
7
Categorising computers
A mobile phone and a coffee
maker are both computers, but
they are very different devices.
We categorise computers as
either:
● General purpose
● Embedded
7
8
General Purpose
Embedded
8
Mobile phone?
9
General Purpose
Embedded
9
Mobile phone?
10
General Purpose
Embedded
10
Coffee maker?
11
General Purpose
Embedded
11
Coffee maker?
12
General purpose
computers
Devices that have a variety of uses,
the user chooses the task for the
computer to complete.
Mobile phone
● Lots of apps
● Can make phone calls
● App selected by the user
More specialised, they can only do
a limited number of things, but
they do them very well.
Coffee maker
● No apps
● Very good at making coffee
● User cannot change the task it
completes.
Embedded systems
12
13
Spot the embedded
systems
The computers around us are
either general purpose or
embedded systems.
Can you spot all the computers in
this room and categorise them as
either;
● General purpose
● Embedded systems
13
14
Resume once you’re finished
Spot the embedded systems
Can you spot all the computers in
this room and categorise them as
either;
● General purpose
● Embedded systems
Pause the video to
complete your task
15
Spot the embedded
systems
General purpose
15
16
Spot the embedded
systems
General purpose
● Mobile phone
16
17
Spot the embedded
systems
General purpose
● Mobile phone
● Laptop
17
18
Spot the embedded
systems
General purpose
● Mobile phone
● Laptop
● Tablet
18
19
Spot the embedded
systems
General purpose
● Mobile phone
● Laptop
● Tablet
● Games console
19
20
Spot the embedded
systems
Embedded systems
20
21
Spot the embedded
systems
Embedded systems
● Coffee maker
21
22
Spot the embedded
systems
Embedded systems
● Coffee maker
● Vacuum robot
22
23
Spot the embedded
systems
Embedded systems
● Coffee maker
● Vacuum robot
● Thermostat
23
24
Spot the embedded
systems
Embedded systems
● Coffee maker
● Vacuum robot
● Thermostat
● Security system
24
25
Spot the embedded
systems
Embedded systems
● Coffee maker
● Vacuum robot
● Thermostat
● Security system
● Bluetooth speaker
● Printer
● Smoke alarm
● TV
25
26
General purpose
computers
Key characteristics
● Used for many different types of
tasks
● Lots of resources — memory,
storage, CPU cores
● Most uses require a user
Key characteristics
● ???
● ???
● ???
Embedded systems
26
27
General purpose
computers
Key characteristics
● Used for many different types of
tasks
● Lots of resources — memory,
storage, CPU cores
● Most uses require a user
Key characteristics
● Specialised to a small number of
tasks
● Limited resources - just enough
● Users are not always necessary
Embedded systems
27
28
28
The startup sequence
29
The startup sequence
Computers are a combination of:
● Hardware components
● Software
You are going to examine how they
work by looking at what happens
when you press the power
button.
29
Credit: Pixabay
30
The startup sequence
The CPU
The Central Processing Unit, is a
large chip inside the computer.
It is the brains of the computer: it
controls everything.
30
Credit: Pixabay
31
The startup sequence
RAM
Random Access Memory
● RAM is both readable and
writable. You can add, change,
and delete data stored in RAM.
● It is volatile. Without power all
the data stored in RAM is lost.
● It is fast to read/write.
31
Credit: Pixabay
32
The startup sequence
ROM
Read-Only Memory
● ROM is read-only
● ROM is non-volatile memory,
which means it does not need
power to keep the data inside it
● It is also fast
32
Credit: MOS6502, Wikimedia Commons
33
The startup sequence
Hard drive
The hard drive (sometimes called
the hard disk) is the main storage
device in your computer.
If you have files and folders on your
computer, they are stored on the
hard drive. The Operating system is
also stored on the hard drive.
33
Credit: Pixabay
34
The startup sequence
BIOS
Contains all the basic code for
controlling your computer
hardware.
When you startup your computer,
you may see a black screen
displaying ‘Press F2 for Setup’. This
is the BIOS.
34
Credit: Pixabay
35
The startup sequence
Your challenge.
On your worksheet you have two
tasks to complete.
1. Match the components to the
definitions
2. Put the steps of the startup
sequence in the correct order.
35
1
2
3
4
5
6
7
8
The boot sequence begins
The BIOS hands control over to the
Operating system
36
Pause the video to
complete your task
Resume once you’re finished
37
The startup sequence
37
1
2
3
4
5
6
7
8
The boot sequence begins
The BIOS hands control over to the
Operating system
38
The startup sequence
38
1
2
3
4
5
6
7
8
The boot sequence begins
The BIOS hands control over to the
Operating system
CPU starts up and fetches the BIOS
from ROM
39
The startup sequence
39
1
2
3
4
5
6
7
8
The boot sequence begins
The BIOS hands control over to the
Operating system
Instructions from BIOS are loaded into
RAM
CPU starts up and fetches the BIOS
from ROM
40
The startup sequence
40
1
2
3
4
5
6
7
8
The boot sequence begins
The BIOS hands control over to the
Operating system
Instructions from BIOS are loaded into
RAM
BIOS starts up the monitor and
keyboard
CPU starts up and fetches the BIOS
from ROM
41
The startup sequence
41
1
2
3
4
5
6
7
8
The boot sequence begins
The BIOS hands control over to the
Operating system
Instructions from BIOS are loaded into
RAM
BIOS starts up the monitor and
keyboard
BIOS checks the computer is working
CPU starts up and fetches the BIOS
from ROM
42
The startup sequence
42
1
2
3
4
5
6
7
8
The boot sequence begins
The BIOS hands control over to the
Operating system
Operating system is fetched from
secondary storage
Instructions from BIOS are loaded into
RAM
BIOS starts up the monitor and
keyboard
BIOS checks the computer is working
CPU starts up and fetches the BIOS
from ROM
43
The startup sequence
43
1
2
3
4
5
6
7
8
The boot sequence begins
The BIOS hands control over to the
Operating system
Operating system is fetched from
secondary storage
Instructions from BIOS are loaded into
RAM
BIOS starts up the monitor and
keyboard
Operating system is loaded into RAM
BIOS checks the computer is working
CPU starts up and fetches the BIOS
from ROM
44
44
System software
45
System software
Most computer systems require more
than just a program to run.
Another layer of software is required
called system software.
There are two main types of system
software
● Operating systems
● Utility software
45
Credit: Pixabay
46
System software
46
Software
System software
Hardware
Text editors
Video players
Browsers
IDEs
Video games
Operating
systems
BIOS
Encryption
CPU
Memory
Storage
Peripherals
Interpreters
47
Operating systems
47
Operating systems are pieces of
software that regulate interactions
between software and hardware.
There are lots of different Operating
systems. The most popular are:
● Windows
● macOS
● Linux
● Android
Credit: Pixabay
48
Pause the video to
complete your task
Resume once you’re finished
49
Operating systems
49
Roles of the Operating system:
● Error handling
● Program management
● Memory management
● Interaction with the user
● Processor management
● Input and output
● Security
● File management
Credit: Pixabay
50
Program management
Security
Memory management
File handling
50
The Operating system controls where each piece of
data is stored in RAM.
51
Program management
Security
Memory management
File handling
51
The Operating system controls where each piece of
data is stored in RAM.
52
Input and Output
Processor management
File management
Interaction with the user
52
Instructions are executed by the CPU, but the
Operating system controls which instructions are fed
in to be executed.
53
Input and Output
Processor management
File management
Interaction with the user
53
Instructions are executed by the CPU, but the
Operating system controls which instructions are fed
in to be executed.
54
Error handling
Security
Interaction with a user
Input and Output
54
The Operating system captures data from peripherals
and provides data to the output devices to display to
the user.
55
Error handling
Security
Interaction with a user
Input and Output
55
The Operating system captures data from peripherals
and provides data to the output devices to display to
the user.
56
File management
Input and Output
Error handling
Interaction with the user
56
When you save data to your hard drive, the Operating
system will find an available section of storage and
send the data to be written to that location.
57
File management
Input and Output
Error handling
Interaction with the user
57
When you save data to your hard drive, the Operating
system will find an available section of storage and
send the data to be written to that location.
58
Processor management
File management
Memory management
Security
58
The Operating system stops unauthorised individuals
from accessing data on secondary storage or the data
in memory.
59
Processor management
File management
Memory management
Security
59
The Operating system stops unauthorised individuals
from accessing data on secondary storage or the data
in memory.
60
Interaction with the user
Error handling
Security
Memory management
60
When a program fails or encounters a problem, the
Operating system protects the wider system from
crashing.
61
Interaction with the user
Error handling
Security
Memory management
61
When a program fails or encounters a problem, the
Operating system protects the wider system from
crashing.
62
Program management
Input and Output
Processor management
Security
62
Often our computers are running multiple processes at
once. The Operating system makes sure that each
application has enough resources to accomplish its
tasks.
63
Program management
Input and Output
Processor management
Security
63
Often our computers are running multiple processes
at once. The Operating system makes sure that each
application has enough resources to accomplish its
tasks.
64
Error handling
Interaction with the user
File management
Processor management
64
The Operating system provides a graphical user
interface which makes operating the computer much
simpler.
65
Error handling
Interaction with the user
File management
Processor management
65
The Operating system provides a graphical user
interface which makes operating the computer much
simpler.
Lesson 1: Computer systems and
system software
Computer systems
Computing
Osas Odiase Asemota
Show answer
Auto Play
Slide 1 / 65
SLIDE
Similar Resources on Wayground
63 questions
MS EXCEL
Presentation
•
University
59 questions
CHAPTER 6 NEW
Presentation
•
University
60 questions
12 Enviro Science Revision - U4 Climate Change
Presentation
•
12th Grade
60 questions
Intro to American Government
Presentation
•
12th Grade
61 questions
Introduction to Microsoft Excel
Presentation
•
KG - University
57 questions
Theater Arts
Presentation
•
KG - University
61 questions
ITCC102-L3(C101i)
Presentation
•
University
61 questions
Spanish 2: 1.3,1.4 & 1.5
Presentation
•
12th Grade
Popular Resources on Wayground
20 questions
STAAR Review Quiz #3
Quiz
•
8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
6 questions
Marshmallow Farm Quiz
Quiz
•
2nd - 5th Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Inferences
Quiz
•
4th Grade
19 questions
Classifying Quadrilaterals
Quiz
•
3rd Grade
12 questions
What makes Nebraska's government unique?
Quiz
•
4th - 5th Grade
Discover more resources for Computers
20 questions
Grammar
Quiz
•
9th - 12th Grade
31 questions
Easter Trivia
Quiz
•
KG - 12th Grade
16 questions
Circles - Equations, Central & Inscribed Angles
Quiz
•
9th - 12th Grade
46 questions
Unit 4 Geosphere Test Review
Quiz
•
9th - 12th Grade
30 questions
TSI Writing/Revising and Editing Practice Test
Quiz
•
12th Grade
10 questions
Climate Change and Its Impact
Interactive video
•
9th - 12th Grade
35 questions
Venn Diagrams, Theoretical, & Experimental Review
Quiz
•
9th - 12th Grade
20 questions
Food Chains and Food Webs
Quiz
•
7th - 12th Grade