T2 - MS Flashcards
Describe how transistors can be used to store a value in binary. 2
Transistor has two states
1 represents on, 0 represents off
Each transistor stores one bit
Give two reasons why computer scientists use hexadecimal to represent numbers instead of binary.
Easier/quicker to communicate / enter /
write / read / remember
Less chance of input errors // easier to
spot errors
Identify how many unique values can be represented by 4 bits.
16
Describe how a character set is used to represent the string value stored in the variable name
Each character (in character set) has a
unique (binary) number/value
Each character in the string is assigned
its associated number/value
State what is meant by the term image resolution.
Number of pixels (in an image)
Height and width (of an image)
Give two ways that the file size of the image could be reduced.
Reduce number of pixels / resolution
Reduce number of colours
State what is meant by the term metadata.
Data about data / the image/file //
properties of the file
Identify three pieces of metadata that is often stored with an image.
Height
Width
Colour/bit depth
Date
Geolocation
File size
File type
Compression type
Author
Describe how bitmap images are represented in binary. 3
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
Explain why computers represent data in binary form. 2
Computers consist of transistors /
switches / logic circuits / gates…
…which only have two values / on or
off / 1 or 0 / open or closed
Describe one advantage of using lossy compression on the image that will be used on
the website.
File size is reduced / gets smaller //
image contains less data
..so quicker to upload / download / load
/ transfer
Describe one disadvantage of using lossy compression on the image that will be used on
the website.
Quality of image is reduced (compared
to original)
…because data is lost
Describe how an analogue sound wave is converted into digital form.
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
Describe the data that is recorded when sound is sampled. 2
The height / amplitude⋯
⋯as a numerical value
⋯of the wave(form)
Describe how the file size of the sound recording could be reduced.
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