data rep Flashcards

(46 cards)

1
Q

What is data representation?

A

The way in which data is stored, processed, and communicated in a computer system.

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

True or False: Computers understand data in the form of binary.

A

True

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

What is binary?

A

A base-2 numeral system that uses two symbols, typically 0 and 1.

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

Complete the sentence: In binary, the digit 1 represents ___ and the digit 0 represents ___ .

A

on; off

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

How many bits are in a byte?

A

8 bits

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

What is a bit?

A

The smallest unit of data in computing, representing a binary value of 0 or 1.

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

What is the decimal equivalent of the binary number 1010?

A

10

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

True or False: Hexadecimal is a base-10 number system.

A

False

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

What is the base of the hexadecimal number system?

A

16

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

What are the symbols used in hexadecimal?

A

0-9 and A-F

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

Convert the binary number 1111 to decimal.

A

15

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

What does ASCII stand for?

A

American Standard Code for Information Interchange

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

How many characters can be represented by a single byte using ASCII?

A

256 characters

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

True or False: Unicode can represent characters from multiple languages.

A

True

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

What is the primary purpose of data compression?

A

To reduce the size of data for storage and transmission.

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

What is lossy compression?

A

A method of data compression that reduces file size by removing some data, which may affect quality.

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

What is lossless compression?

A

A method of data compression that allows the original data to be perfectly reconstructed from the compressed data.

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

Which of the following is an example of a lossy compression format? (A) PNG (B) JPEG (C) GIF

A

B) JPEG

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

What does RGB stand for in color representation?

A

Red, Green, Blue

20
Q

How are colors represented in a digital image?

A

Using combinations of RGB values.

21
Q

True or False: A pixel is the smallest unit of a digital image.

22
Q

What is the primary function of a graphics card?

A

To render images and video for display.

23
Q

What does DPI stand for?

A

Dots Per Inch

24
Q

What is the purpose of DPI in printing?

A

To measure the resolution of printed images.

25
What is a vector graphic?
An image that is created using mathematical formulas, allowing it to be scaled without losing quality.
26
What is a raster graphic?
An image that is made up of pixels and can lose quality when scaled.
27
What does the term 'metadata' refer to?
Data that provides information about other data.
28
True or False: Metadata can include information such as the author, date created, and file size.
True
29
What is the purpose of file extensions?
To indicate the file type and format to the operating system.
30
Which of the following is a common image file extension? (A) .exe (B) .jpg (C) .txt
B) .jpg
31
What is the role of a codec?
To encode and decode digital data, especially for audio and video.
32
True or False: A container format is used to hold different types of data such as video, audio, and subtitles.
True
33
What does the term 'bit depth' refer to?
The number of bits used to represent the color of a single pixel.
34
How does higher bit depth affect image quality?
It allows for more colors and smoother gradients.
35
What is a sample rate in audio representation?
The number of samples of audio carried per second, measured in Hertz (Hz).
36
True or False: Higher sample rates result in better audio quality.
True
37
What is the purpose of a binary file?
To store data in a format that is not easily readable by humans, typically for efficiency.
38
What is a common text file format?
.txt
39
What is the difference between structured and unstructured data?
Structured data is organized and easily searchable, while unstructured data lacks a predefined format.
40
What is an example of structured data?
Data in a relational database.
41
True or False: A database is a collection of related data.
True
42
What is data encoding?
The process of converting data into a specific format for efficient transmission or storage.
43
What does the term 'data integrity' refer to?
The accuracy and consistency of data over its lifecycle.
44
What is the significance of error checking in data transmission?
To ensure that data is transmitted accurately and without corruption.
45
What is a checksum?
A value used to verify the integrity of a data set.
46
What is the purpose of data visualization?
To represent data in a visual context, making it easier to understand and analyze.