Data Types Flashcards

(34 cards)

1
Q

What is analog data?

A

Data represented in a continuous and variable form.

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

What is bandwidth?

A

The maximum rate of data transfer across a network or communication channel, usually measured in bits per second.

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

What is binary?

A

A numerical system that uses only two digits, zero and one, to represent data in computing.

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

What is a Boolean expression?

A

A logical statement that can only be true or false and uses operators like AND, OR, and NOT.

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

What is a character?

A

A single letter, digit, or symbol used in writing text.

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

What is a character set?

A

A collection of characters that a computer can recognize and process, like ASCII or Unicode.

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

What is a compression ratio?

A

The ratio of the original data size to the compressed data size, indicating how much the data has been reduced.

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

What is a control structure?

A

Constructs in programming that control the flow of execution, such as loops and conditional statements.

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

What is data?

A

Raw facts and figures that can be processed to produce meaningful information.

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

What is data compression?

A

The process of reducing the size of data to save space or transmission time.

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

What are data types?

A

Categories of data that define what kind of value can be stored, like integers, floats, and strings, and how it can be used.

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

What is a declaration in programming?

A

A statement that specifies the name and type of a variable or function without assigning a value.

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

What is digital data?

A

Data represented using discrete binary values (zeroes and ones).

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

What is floating point?

A

A way to represent real numbers that can have fractional parts using a format that includes a base and an exponent.

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

What is Huffman encoding?

A

A compression technique that uses variable-length codes for data representation based on frequency of occurrence.

17
Q

What is information?

A

Data that have been processed or organized in a meaningful way to be useful.

18
Q

What is an integer?

A

A whole number.

19
Q

What is keyword encoding?

A

A method of data compression that replaces frequently occurring patterns with shorter codes.

20
Q

What does lossless mean?

A

A type of data compression where no information is lost and the original data can be perfectly reconstructed.

21
Q

What does lossy mean?

A

A type of data compression that reduces file size by permanently eliminating some information, which may affect quality.

22
Q

What is numeric data?

A

Any value that is a number.

23
Q

What is overflow?

A

A condition in which a calculation exceeds the maximum value that can be represented within a given number of bits.

24
Q

What is pulse-code modulation (PCM)?

A

A method used to digitally represent analog signals.

25
What is a radix point?
The decimal point in a number system that indicates the separation between integer and fractional parts.
26
What does real refer to in data types?
A data type representing numbers that can have fractional parts, often called floating-point numbers.
27
What is reclocking?
The process of refreshing the timing signals in digital data to ensure accuracy and synchronization.
28
What is run-length encoding?
A simple compression technique that replaces sequences of repeated characters with a single character and a count.
29
What is scientific notation?
A method of representing very large or very small numbers by using powers of 10.
30
What is signed-magnitude representation?
A way of encoding positive and negative numbers where one bit represents the sign and the remaining bits represent the magnitude.
31
What is a string in computing?
A sequence of characters treated as a single data element and used for text manipulation.
32
What is strong typing?
A feature in programming languages where each variable is explicitly declared to be of a specific type, reducing errors.
33
What is ten's complement?
A mathematical method for representing negative numbers in a decimal system.
34
What is Unicode?
A universal character set that includes characters from virtually all writing systems, allowing for consistent encoding and representation of text globally.