Save
GCSE
Computing
paper 2
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Sienna Maisey
Visit profile
Subdecks (1)
tricky stuff
GCSE > Computing > paper 2
41 cards
Cards (144)
Binary
The simplest
numbering
system, easy to represent with
switches
View source
Bit
A
binary
unit, a 0 or
1
View source
Byte
8
bits
View source
Kilobyte
, Megabyte,
Gigabyte
, Terabyte
Each one a
thousand
times the previous term
View source
For hexadecimal, digits 0 to
9
are the same as
decimal
, 10 to 15 use letters A to F
View source
Purpose of hexadecimal
To
shorten
binary, one hex digit equals
four
binary digits
View source
Binary
addition
Approach like
normal
maths, lay out in
columns
View source
Binary shift
Multiply by
2
(left shift) or divide by
2
(right shift)
View source
Right shift
rounds the number down
View source
Big areas in data representation
Characters
(letters, numbers, symbols)
Bitmap
images
Sound
digitisation
Data
compression
View source
Character set
A
table of character codes
View source
ASCII
Allocates
7
bits per character, only
128
characters
View source
Unicode
Longer character codes, can represent thousands of characters and languages
View source
Bitmap image
An image of
pixels
, pixel is the
smallest
dot of colour
View source
Image size
Width x Height
View source
Color depth
Number of
bits
per
pixel
, not number of colors
View source
File size for images
Image size
x
Color depth
View source
Analog
sound
Continuous and
smooth
, can't be used in a
computer
View source
Digitising sound
Sampling the amplitude at regular time intervals, sampling rate is
samples per second
View source
Sample resolution
Number of
bits
per
sample
, like color depth for sound
View source
File size
for
sound
Sampling rate
x
Sample resolution
x Duration
View source
Compression
Reducing file size to take up less
storage
and
shorten
upload/download times
View source
Lossy compression
Deletes part of the file permanently, suitable for
images
and
sound
View source
Lossless compression
Rearranges
the file to store it more efficiently, no data
lost
, for documents and programs
View source
Huffman coding
Lossless compression
that gives frequent characters
shorter
codes
View source
Run-length encoding
Lossless compression
that stores data in
frequency-value pairs
View source
Boolean operators
NOT
AND
OR
XOR
View source
NOT gate
Flips
the input, 0 becomes
1
and 1 becomes 0
View source
AND gate
Output is true only when
both
inputs are
true
View source
OR gate
Output is true when either or both inputs are true
View source
XOR
gate
Output is true when
either
but not both inputs are
true
View source
Software categories
Application
software
System
software
View source
Application
software
Aimed at
end users
, carries out
tasks
View source
System software
Supports the running of the computer system, includes
operating
systems and
utilities
View source
Operating system
Manages the
hardware
and other
programs
on the computer
View source
Input/output devices
Devices
plugged into
the computer,
require drivers
to work with the OS
View source
Programming language types
High-level
Low-level
View source
High-level
languages
Written in English-like
syntax
, portable across
platforms
, slower to run
View source
Low-level
languages
Assembly and machine code, closer to what the
CPU
is doing,
faster
to run but not portable
View source
Assembler
Translates
assembly language
to machine code,
one-to-one
correspondence
View source
See all 144 cards