T2 - MS Flashcards

1
Q

Describe how transistors can be used to store a value in binary. 2

A

Transistor has two states
1 represents on, 0 represents off
Each transistor stores one bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Give two reasons why computer scientists use hexadecimal to represent numbers instead of binary.

A

Easier/quicker to communicate / enter /
write / read / remember
Less chance of input errors // easier to
spot errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Identify how many unique values can be represented by 4 bits.

A

16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe how a character set is used to represent the string value stored in the variable name

A

Each character (in character set) has a
unique (binary) number/value
Each character in the string is assigned
its associated number/value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

State what is meant by the term image resolution.

A

Number of pixels (in an image)
Height and width (of an image)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Give two ways that the file size of the image could be reduced.

A

Reduce number of pixels / resolution
Reduce number of colours

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

State what is meant by the term metadata.

A

Data about data / the image/file //

properties of the file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Identify three pieces of metadata that is often stored with an image.

A

Height
Width
Colour/bit depth
Date
Geolocation
File size
File type
Compression type
Author

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe how bitmap images are represented in binary. 3

A

Image made of / split up into pixels

Each pixel given a binary code…

…which represents the colour of that
pixel

Each colour is given a different/unique
binary code.

Metadata stored alongside the image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain why computers represent data in binary form. 2

A

Computers consist of transistors /
switches / logic circuits / gates…
…which only have two values / on or
off / 1 or 0 / open or closed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe one advantage of using lossy compression on the image that will be used on
the website.

A

File size is reduced / gets smaller //
image contains less data
..so quicker to upload / download / load
/ transfer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe one disadvantage of using lossy compression on the image that will be used on
the website.

A

Quality of image is reduced (compared
to original)
…because data is lost

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe how an analogue sound wave is converted into digital form.

A

sound wave is sampled
… amplitude/height (of wave) is
measured
… at set/regular time intervals // by
example
Each sample/measurement is stored
as a binary number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe the data that is recorded when sound is sampled. 2

A

The height / amplitude⋯
⋯as a numerical value
⋯of the wave(form)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Describe how the file size of the sound recording could be reduced.

A

Reduce the sample rate (from 48KHz
to a lower rate)
⋯so fewer samples are taken per
second
Reduce the bit depth (from 24 bits to a
lower bit depth)
⋯so less data is used for each sample

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define what is meant by the term sampling frequency.

A

number of samples taken per second /
per time period

17
Q

Explain why lossy compression may not be appropriate to compress all of the student’s files.

A

Data will be permanently lost // not all
data is recoverable
Text files cannot be compressed with
lossy
Teacher requires the original/high
quality image/video/sound files