Data Types Flashcards

1
Q

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

American Standard Code for Information Interchange (ASCII)

A

a standard encoding system for text characters that uses numeric values to represent letters, numbers, and symbols

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

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

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

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

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

character set

A

a collection of characters that a computer can recognize and process, like ASCII or Unicode compression ratio: 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
8
Q

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

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

data compression

A

the process of reducing size of data to save space and transmission time

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

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

declaration

A

a statement in programming that specifies the name and type of variable or function without assigning a value

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

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

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

Huffman encoding

A

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

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

information

A

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

17
Q

integer

A

a whole number

18
Q

keyword encoding

A

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

19
Q

lossless

A

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

20
Q

lossy

A

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

21
Q

numeric

A

any value that is a number

22
Q

overflow

A

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

23
Q

pulse-code modulation (PCM)

A

a method used to digitally represent analog signals

24
Q

radix point

A

the decimal point in a number system that indicates the separation between integer and fractional parts

25
Q

real

A

a data type representing numbers that can have fractional parts, often called floating-point numbers

26
Q

reclocking

A

the process of refreshing the timing signals in digital data to ensure accuracy and synchronization

27
Q

run-length encoding

A

a simple compression technique that replaces sequences of repeated characters with a single character and a count

28
Q

scientific notation

A

a method of representing very large or very small numbers by using powers of 10

29
Q

signed-magnitude representation

A

a way of encoding positive and negative numbers where one bit represents the sign and the remaining bits represent the magnitude

30
Q

string

A

a sequence of characters treated as a single data element and used for text manipulation

31
Q

strong typing

A

a feature in programming languages where each variable is explicitly declared to be a specific type, reducing errors

32
Q

ten’s complement

A

a mathematical method for representing negative numbers in a decimal system

33
Q

Unicode

A

a universal character set that includes characters from virtually all writing systems, allowing for consistent encoding and representation of text globally