Chapter 1 - Digital Data Flashcards

(50 cards)

1
Q

What is data?

A

Raw facts and figures, without meaning

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

Give an example of data

A

14

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

What is information?

A

Data that has been processed and has meaning

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

Give an example of information

A

14 years old

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

What is input?

A

When data is entered into a computer

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

What is Processing?

A

When a computer runs a program to change data into information

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

What is output?

A

When a computer sends information back to the user

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

What is a bit (b)?

A

A binary Digit. A single 1 or 0.

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

What is a byte (B)?

A

8 bits

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

What is a Nibble (Nybble)?

A

4 bits

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

What is a character?

A

A letter, digit, punctuation mark or control code stored in digital format as a byte

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

What is a KiloByte (KB)?

A

1024 Bytes

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

What is a MegaByte (MB)?

A

1024 KB or 1024 KiloBytes

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

What is a GigaByte (GB)?

A

1024 MB or 1024 MegaBytes

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

What is a TeraByte (TB)

A

1024 GB or 1024 GigaBytes

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

What is ASCII?

A

American Standard Code for Information Interchange
ASCII is a way of representing letters and symbols using binary codes.
ASCII uses 7 bits to represent each character.
ASCII can represent 128 different characters.

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

What is Extended ASCII?

A

Uses 8 bits to represent each character.
245 characters can be represented.

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

What is a data type?

A

Data can be allocated a data type.
Data types include: Number; Text (or String); Date/Time

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

What is a NUMBER data type?

A

A number type can represent:
- integers (whole numbers);
- Real numbers (with a decimal point)

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

Give an example of an integer

A

4

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

Give an example of a real number

22
Q

What is a STRING data type?

A

String data types can represent:
- Characters (single letters)
- Text (a word or sentence)

23
Q

Give an example of a character

24
Q

Give an example of a text string

A

The brown fox jumped over the lazy dog

25
Give an example of a short date
01/01/2000
26
Give an example of a long date
1st April 2024
27
What is a pixel?
- The smallest unit of an image that can be edited/displayed - Each pixel can have its own colour - A Bitmap image is made up of pixels - Each pixel is stored as a series of binary digits
28
What is resolution?
Resolution is a measure of the quality of the image. It is measured in pixels per inch / number of pixels
29
How does resolution affect image quality?
More pixels = better quality = larger file size = more storage space Fewer pixels = lower quality = smaller file size = less storage space
30
What is a bitmap graphic?
A bitmap image is made up of pixels
31
What is a vector graphic?
Stores information about the components (shapes) that make up an image The components are mathematical objects such as lines, curves and shapes A vector graphic can be resized without losing quality
32
What is file compression?
Compression removes unnecessary data from a file to make it smaller (so it takes up less storage space) There are 2 types of compression: - lossy compression - lossless compression
33
What types of image file format are uncompressed?
.bmp files
34
What types of image file format are compressed?
.gif (Graphics Interchange Format) - Also allow animated images .png (Portable Network Graphics) - Developed for use on webpages .jpg (Joint Photographic Expert Group) - Allows different levels of compression so files can be kept better quality or reduced in size as required
35
What is lossy compression?
The data that is removed is lost and cannot be recovered
36
What is lossless compression?
The data that is removed can be recovered so the quality is maintained
37
What is pixelation?
When a bitmap image is enlarged so that the individual pixels become visible
38
What is streaming?
A process that allows sound or video to be played on a website straight away without waiting for the full video to download
39
What is a buffer? (In the context of audio or video streaming)
Computer memory used to store part of a video file before it is seen
40
What is sample rate?
The number of audio samples captured each second when recording sound digitally Measured in Hertz (Hz) Higher sample rate = better quality = larger file size = more storage required
41
What is bit depth?
The number of bits used to record each sound sample Higher bit depth = better quality = larger file size = more storage required
42
What is bit rate?
The number of bits processed in a given amount of time Usually measured in Kilobits per second (kbps)
43
What is an analogue signal?
A continuously varying signal that represents a physical quantity
44
What is digital format?
Data stored as 1's and 0's
45
What is an ADC?
Analogue to Digital Converter Converts an analogue signal (like light, sound, temperature) into digital format for computer input
46
What is a DAC?
Digital to Analogue Converter Converts a digital signal into analogue format for output from a computer
47
Name 3 sound file formats
.wav (Windows Audio Waveform) .mp3 (Moving Picture Experts Group) .wma (Windows Media Audio)
48
Name 4 portable text file formats
.txt (text) .csv (Comma Separated Variable) .rtf (Rich Text Format) .pdf (Portable Document Format)
49
What is a MIDI file?
Musical Instrument Digital Interface A file format... ...that allows musical instruments to be connected to a computer for input/output
50
Name 2 portable video file formats
.mp4 (Moving Picture Experts Group) .avi (Audio Video Interleaved)