Save
Y8
Computer Science
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Antony
Visit profile
Cards (13)
What is the binary number system used for?
It is the number system that
computers
use.
View source
How many bits are in a byte?
8
bits
View source
What is a bit in computer science?
A bit is the smallest unit in computer
science
, represented by 0 and
1
.
View source
What numbers does the denary system use?
The denary system uses numbers
0-9
.
View source
How many bits are in a nybble?
A nybble consists of
4
bits.
View source
What is a bit pattern?
A bit pattern is a sequence of 0s and 1s/
bits
.
View source
What base does the hexadecimal system use?
Hexadecimal uses base
16
.
View source
What is hexadecimal primarily used for?
It is used in storing
colour
values.
View source
What is decomposition in problem-solving?
Decomposition is
breaking
a problem down into
smaller
parts.
View source
What does abstraction involve in problem-solving?
Abstraction involves removing
unnecessary
detail.
View source
What is pattern recognition in problem-solving?
Pattern recognition is spotting
similarities
.
View source
What is an algorithm?
An algorithm is a
step-by-step
set of instructions.
View source
What does generalization involve in problem-solving?
Generalization
involves making connections
between
things that are
similar.
View source