Computer Science Computer Systems and System Software

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:30 PM on 7/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

General purpose computers

are devices that have a variety of uses, the user chooses the task for the computer to complete.

2
New cards

Embedded systems

are more specialised, can only do limited number of things, but do them very well.

3
New cards

CPU

The central processing unit, is a large chip inside the computer.

4
New cards

RAM

Random access memory/ It is volatile. When the computer is switched off, all the data stored is lost./ It is fast to read/write.

5
New cards

ROM

is read-only / is non-volatile memory, which means it does not need power to keep the data inside it/It is also fast

6
New cards

Hard Drive

contains multiple hard disks, main storage device in your computer. / Operating System is stored here

7
New cards

BIOS

Basic Input and Output System/ Contains all basic code for controlling your computer hardware (keyboards, mice, monitors, hard drives)/ is in ROM

8
New cards

Operating System

are pieces of software that regulate interactions between software and hardware.

9
New cards

Roles of the OS

Error handling/Program management/Memory management/Interaction with the user/Processor management/Input and output/Security/File management

10
New cards

Error handling

When a program fails or encounters a problem, the operating system protects the wider system from crashing.

11
New cards

Program management

Often our computers are running multiple processes at once. The operating system makes sure that each application has enough resources to accomplish its tasks.

12
New cards

Memory management

Operating system controls where each piece of data is stored in RAM.

13
New cards

Interaction with the user

Operating system provides graphical user interface, makes operating computer simpler.

14
New cards

Processor management

Instructions are executed by the CPU, but the operating system controls which instructions are fed in to be executed.

15
New cards

Input and output

The operating system captures data from peripherals and provides data to the output devices to display to the user.

16
New cards

Security

The operating system stops unauthorized individuals from accessing data on secondary storage or the data in memory.

17
New cards

File management

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.