Save
computing
slr3 computer science
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Amanda Marcano
Visit profile
Cards (30)
Lossless compression is used for
executable program files
and documents
View source
what can lossy compression be used for
pictures
,
sound
and
video
View source
Why is compression used?
When a file is
compressed
, it takes up less disk space than an uncompressed version and can be transferred to other systems more quickly.
View source
compression will
reduce
the
size
of a
file
View source
Naturally produced sound is:
analogue
View source
The impact of resolution on file size:
larger file size
and greater quality
View source
The resolution of an image can be expressed
in
:
Pixels per inch
(
ppi
)
View source
The file size can be calculated as:
Width
x
height
x
colour depth
View source
On a monitor display, pixels are arranged in:
rows
and
columns
View source
The term pixel is short for:
picture element
View source
how many numbers are represented on Extended ASCII
256
View source
how many numbers are represented on ASCII
128
View source
A character set is
a defined list of characters recognised by the computer.
View source
How many gibibytes are in a tebibyte?
1024
gibibytes
View source
How many mebibytes are in a gibibytes?
1024
mebibytes
View source
How many kibibytes are in a mebibyte?
1024
kibibytes
View source
how many bytes are in a Kibibyte
1024 bytes
View source
how many numbers are in a byte
8 bits
View source
how many numbers are in a nibble
4 bits
View source
how many numbers are in a bit
1
View source
what does
logical right shift
do
division
View source
what does logical left shift do
multiplication
View source
what does every one do in twos compliment binary if the number is negative
takes away
View source
Two's complement representation can be used to represent both __________ and ________ numbers in binary.
positive negative
View source
What is hexadecimals base?
Base 16
View source
What is denary's base?
base 10
View source
What is Binary's base?
Base 2
View source
what is the Maximum number of states possible with 8 bits
256
View source
"There are ______ possible states with n bits."
2n
View source
Why do computers store data in
binary
it is easier to represent
two states
using electrical components.
View source