BOOLEAN LOGIC Flashcards

(27 cards)

1
Q

What is data representation?

A

Data representation refers to the method of encoding information in a format that computers can process and understand.

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 in data representation.

A

False

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

Fill in the blank: The two most common types of data representation are _____ and _____ formats.

A

analog, digital

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

What is the basic unit of data in computing?

A

Bit

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 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
7
Q

Multiple Choice: Which of the following is a character encoding standard? A) XML B) JSON C) ASCII D) HTML

A

C) ASCII

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

What is the 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
9
Q

True or False: Lossy compression retains all original data.

A

False

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

What is a pixel?

A

A pixel is the smallest unit of a digital image or display.

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

Fill in the blank: The _____ color model is used for digital displays.

A

RGB

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

What does the term ‘resolution’ refer to in data representation?

A

The amount of detail an image holds, usually measured in pixels.

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

Multiple Choice: Which of the following is NOT a data format? A) JPEG B) PNG C) HTML D) Binary

A

D) Binary

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

What is the hexadecimal system?

A

A base-16 number system that uses digits 0-9 and letters A-F.

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

What is the significance of the ‘endian’ format in data representation?

A

It determines the order of bytes in multi-byte data types.

17
Q

Fill in the blank: The _____ number system is primarily used in computing.

18
Q

What is metadata?

A

Data that provides information about other data.

19
Q

Multiple Choice: Which format is commonly used for text files? A) PDF B) TXT C) MP3 D) AVI

20
Q

What is the function of a data structure?

A

To organize and store data efficiently.

21
Q

True or False: A database is a type of data representation.

22
Q

What does ‘sampling’ refer to in digital audio?

A

The process of converting an analog signal into a digital format.

23
Q

Fill in the blank: The _____ system is used to represent numerical data in a binary format.

A

floating-point

24
Q

What is the main purpose of a codec?

A

To encode and decode digital data streams.

25
Multiple Choice: Which of the following is a vector graphic format? A) BMP B) SVG C) JPEG D) GIF
B) SVG
26
What does the term 'data integrity' refer to?
The accuracy and consistency of stored data.
27
True or False: Data representation can affect the performance of a system.
True