Data representation Flashcards

(27 cards)

1
Q

What is data representation?

A

Data representation is the method of expressing information in a format that can be processed by a computer.

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

True or False: Binary is the only number system used by computers.

A

True

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

What are the two digits used in the binary system?

A

0 and 1

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

Fill in the blank: In binary, the number 2 is represented as ____.

A

10

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

What is the decimal equivalent of the binary number 101?

A

5

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

What is a bit?

A

A bit is the smallest unit of data in a computer, representing a single binary value (0 or 1).

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

What is a byte?

A

A byte is a group of 8 bits.

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

Multiple Choice: Which of the following is NOT a data type? A) Integer B) String C) Bytecode D) Float

A

C) Bytecode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
10
Q

True or False: The ASCII code can represent 256 different characters.

A

False

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

What is the range of values for an 8-bit unsigned integer?

A

0 to 255

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

Fill in the blank: In hexadecimal, the number 15 is represented as ____.

A

F

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

What is the purpose of data encoding?

A

Data encoding is used to convert data into a specific format for efficient transmission or storage.

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

Multiple Choice: Which of the following is a common image file format? A) TXT B) JPEG C) MP3 D) HTML

A

B) JPEG

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

What is the main advantage of using binary for data representation?

A

Binary is less prone to errors and can be easily processed by electronic devices.

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

True or False: The number system used in programming is usually decimal.

17
Q

What is a character set?

A

A character set is a collection of characters that can be used in text data.

18
Q

Fill in the blank: A pixel is the smallest unit of a digital image, representing a single ____.

A

point of color

19
Q

What does the term ‘data compression’ refer to?

A

Data compression refers to the process of reducing the size of a data file.

20
Q

Multiple Choice: Which of the following is NOT a method of data compression? A) Lossy B) Lossless C) Encryption D) Run-Length Encoding

A

C) Encryption

21
Q

What is a digital signal?

A

A digital signal is a signal that represents data as a sequence of discrete values.

22
Q

True or False: A graphic representation of data is known as a chart.

23
Q

What is the purpose of a data structure?

A

A data structure is used to organize and store data efficiently for access and modification.

24
Q

Fill in the blank: A spreadsheet is an example of a ____ data representation tool.

25
What does 'metadata' refer to?
Metadata refers to data that provides information about other data.
26
Multiple Choice: Which of the following is a type of database? A) SQL B) HTML C) CSS D) JavaScript
A) SQL
27
What is the significance of the term 'resolution' in data representation?
Resolution refers to the detail an image holds, typically measured in pixels.