Data - All Flashcards

1
Q

What is Sample Resolution?

A

The number of bits used to store each sample. The more bits used the better the accuracy of the file.

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

What is a Bitmap Image?

A

An image that has been stored as a series of values per pixel. The color of each individual pixel is stored in a file.

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

What is a Vector Graph?

A

An image file that is made up of lines and shapes that have certain properties, for example, a line may have the following properties: start point, end‐point, line color, line thickness, line style. The properties of each shape are stored in a file to make up the image.

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

What is a Pixel?

A

Short for picture element. It is the smallest component of a bit‐mapped image.

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

What is a Sample Interval?

A

The time period between taking samples/measurements.

The more frequently the sound is sampled, the better the quality of playback.

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

What is Colour Depth?

A

The number of bits used to represent the color of a single pixel in a bit mapped image. Higher color depth gives a broader range of distinct colors. For example, an image stored as a .gif file uses 8 bits per pixel so the image could use 256 different colors.

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

What is Metadata?

A

Data about data. In the case of image files metadata is the data the computer needs to interpret the image data in the file, for example: resolution, color depth and image dimensions.

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

What is meant by the resolution of the picture?

A

The number of pixels in an image expressed as the number of pixels across x the number of pixels down eg: 400 x 600.

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

Define Analogue

A

A continuously changing wave such as natural sound.

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

Define Digital

A

Data that is made up of separate values. How data is stored on a computer.

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

Define Sample Rate

A

The number of times per second that the sound wave is measured. The higher the rate the more accurately the sound wave is represented.

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

Define Sample interval

A

The time gap between measurements of the sound wave being taken.
Another way of expressing the sampling rate.

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

Define Sample resolution

A

The number of bits used to store the value of each sample. The higher the number of bits the more accurately the value is stored.

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

Define ADC

A

Analogue to Digital converter: take real‐world analogue data and converts it to a binary representation that can be stored on a computer.

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

Define Data

A

Facts and figures with no context or format to give them meaning.

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

Define Information

A

Processed data that has context and format so that it conveys meaning.

17
Q

Convert the denary number 106 into an 8 bit binary number.

A

0 1 1 0 1 0 1 0

18
Q

Convert the denary number 106 into Hexadecimal.

A

6 A

19
Q

Explain how ASCII is used to represent text in a computer system.

A

Each character is given a numeric code, that is then stored in binary in the computer.
ASCII uses 1 byte to store each character.
The characters coded include letters, digits, punctuation marks and control characters such as tab and enter.

20
Q

State what is meant by the character set of a computer.

A

The group of characters that can be represented on that computer

21
Q

Unicode is also used to represent text in a computer system.

Explain the difference between the character sets of Unicode and ASCII.

A

ASCII uses 7 or 8 bits to represent each character so the character set can contain a maximum of 256 characters. Unicode uses 16 bits to encode each character so the
number of characters that can be represented is much higher (65,536 maximum with 16 bits).

22
Q

What is ASCII?

A

American Standard Code for Information Interchange: a 7 bit character set used by PCs.

23
Q

What is binary?

A

Base 2 number system, used by computers, uses the digits 1 & 0 only, also known as OFF or ON, and is the number system used by computers to store data and instructions.

24
Q

What is Unicode/UTF-8?

A

A universal character set consisting of more than 1920 characters which characters from all languages.

25
Q

Why is Unicode better than ASCII?

A

Because UTF-8 has characters from all languages and ASCII only has English characters.

26
Q

What are Boolean Expression?

A

An expression that is either true or false eg; X=10

27
Q

What are Truth Tables?

A

A table that shows all the possible combinations of inputs and their logical output value.

28
Q

What are the Logical Operators?

A

AND, OR, NOT

29
Q

What are Logic Diagrams?

A

A diagram of a circuit showing logic gates with inputs and the output these generate.

30
Q

Convert 0101 0101 from base 2 to decimal

A

85