Save
GCSE
OCR Computing
Paper 1
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Connor McKeown
Visit profile
Cards (381)
What are the main components of a computer system?
Hardware
,
software
, and
data
View source
How do hardware, software, and data work together in a computer system?
They
collaborate
to perform
tasks
and
process
information
View source
What does hardware include in a computer system?
The
physical
components like the CPU, memory, and input/output devices
View source
What is the role of software in a computer system?
It provides
instructions
that direct the
hardware
to carry out tasks
View source
What is the function of an operating system?
It controls the overall
operation
of a computer
View source
What is a process in computing?
An
instance
of a program in
execution
View source
What resources does a process need to execute?
CPU time,
memory
, and files
View source
What is multithreading in computing?
It allows a computer to perform many
different
tasks at the
same
time
View source
What is parallel processing?
It is when many processors perform
operations
at the same time
View source
How is the speed of a processor measured?
In
gigahertz
(GHz)
View source
What does the power of a processor refer to?
The number of
cores
it has
View source
What is the CPU considered in a computer system?
The
brain
of the computer
View source
What is clock speed in relation to the CPU?
The speed at which the CPU
processes
data
View source
What type of memory is volatile?
RAM
View source
What happens to volatile memory when power is lost?
The data is no longer
accessible
View source
What type of memory is non-volatile?
Hard
drive or
flash
memory
View source
What is the function of the motherboard?
It houses the CPU,
memory
, and input/output device
connections
View source
What is system software?
Software that
coordinates
and
controls
hardware functions
View source
What is application software used for?
To enable users to complete tasks like
word
processing or
web
browsing
View source
What does a compiler do?
Translates
the
entire
code of a program into machine code in
one
go
View source
How does an interpreter differ from a compiler?
An interpreter translates code line by
line
, executing each
line
as it goes
View source
What are low-level programming languages?
Languages like
assembler
that are closer to
machine
code
View source
What are high-level programming languages?
Languages like Python or Java that are closer to human
language
View source
What are networks in computing?
Systems of
interconnected
computers that can
send
and
share
data
View source
What is a Local Area Network (LAN)?
A network that connects
computers
in a small
geographical
area
View source
What is a Wide Area Network (WAN)?
A network that covers a
large
geographical area, often made up of interconnected
LANs
View source
What are protocols in networking?
Sets of
rules
that dictate how data should be
transmitted
across networks
View source
What does HTTP stand for?
Hyper Text Transfer Protocol
View source
What is a data type in computing?
A classification of
data
such as integer, character, or Boolean values
View source
What is a data structure?
A specialized
format
for organizing and storing data, like
arrays
,
stacks
, and
queues
View source
What is an algorithm?
A set of
instructions
for solving a particular
problem
View source
How can an algorithm be represented?
With
pseudocode
or a
flowchart
View source
What are the legal, moral, cultural, and ethical issues in computing?
Data
protection
Integrity
Accessibility
Intellectual
property
View source
What is the CPU often referred to as in a computer system?
The
'brain'
of a computer system
View source
What are the two main tasks performed by the CPU?
Executing program
instructions
and managing hardware
resources
View source
What is given to every instruction that a CPU understands?
A
unique
instruction code
View source
How is the speed at which the CPU processes data measured?
In
gigahertz
(GHz)
View source
What is the function of the Control Unit in the CPU?
It controls and monitors the
operations
of the hardware
View source
What does the Arithmetic Logic Unit (ALU) do?
It performs
arithmetic
and
logical
operations
View source
What are registers in the context of a CPU?
Small
storage
areas that hold data currently being
processed
View source
See all 381 cards