Data Representation Flashcards

1
Q

Data

A

collection facts, symbols, or measurements. There is no significance

Data is collected and processed to create information for making decisions

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

Information

A

result of processing, manipulating, organizing data that adds to a person’s knowledge

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

Data encoding

A

process of transferring data into a digital format that can be stored or processed in computers

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

Data decoding

A

reverse of encoding, transferring data from a digital format into a form that humans can understand

Data > Encoding > (bits) 0100…1000 > Decoding > Data

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

Character encoding

A

representing characters used in the world’s writing systems as bits for transmission, processing, or storage of textual data

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

Character maps

A

table that matches each character with a unique combination of bits

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

ASCII

A

American Standard Code for Information Interchange is a character-encoding scheme
7-bit character code to encode 128 characters (including 33 non-printing)
Extra bit in a byte is used as a parity bit

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

Extended ASCII

A

uses a byte to encode characters including standard ASCII and additional 127 characters such as %, $, &

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

Unicode

A

standard designed to encode text and symbols from all the world’s alphabets. It includes more than 110,000 characters

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

UTF-8

A

: A variable-width encoding with 8-bit, 16-bit, 24-bit, or 32-bit. Compatible with ASCII and picks width depending on character to minimize storage

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

UTF-32

A

: encodes exactly 32 bits per character. Main advantage is that characters are directly mapped to bits without any operation therefore, characters are encoded and decoded efficiently. However, method requires larger storage

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

UTF-16:

A

variable-width encoding with 16-bit or 32-bit representation between UTF-8 and UTF-32

UTF-8 is used in web
UTF-16 is used in Java and Windows
UTF-8 and UTF-32 is used in Unix systems
Conversions between standards are possible and makes it easier to support multiple input and output formats

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

Data types::

A

Numerical: includes all numbers (integer, real)

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

Text (Alpha-numerical): includes any combination of characters (numbers, letters, special characters)

A

Data types are functioned (1) to define the possible values that the data can have, (2) to define the operations that can be performed on the data, (3) to determine the storage requirement of the data
Helps organize data in storage medium (computer memory or hard drive)

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

Metadata

A

data dictionary that describes the structure of the actual data

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

bit=(BInary digiT)

A

Smallest piece of information

17
Q

Byte

A

A collection of 8 bits
• A byte is commonly used as a unit of
storage measurement in computers.

01010101 : 8bits = 1byte

18
Q

The average score for the test is 72.1

Information
Data

A

Information

19
Q

Data types #2

A

TINYINT= max 127

SMALLINT = 255

MEDIUMINT= 32767

INT= 65535

FLOAT=

DOUBLE=

CHAR(n)=

TEXT=

20
Q

Test scores are: 31, 90, 45, 86,…

Data
Information

A

Data

21
Q

July is usually dry in the US

Data
Information

A

Information

22
Q

New York is the largest US city

Information
Data

A

Information

23
Q

It is raining..

Data
Information

A

Data