Data representation

studied byStudied by 12 people
0.0(0)
Get a hint
Hint

what is data representation

1 / 145

flashcard set

Earn XP

Description and Tags

146 Terms

1

what is data representation

method of encoding information in a format the computer can process

New cards
2

what are the basic building block in computers

binary number system with 1s and 0s

New cards
3

what is another name for binary number system

base 2

New cards
4

what is the representation of switches

on and off positions of 1s and 0s

New cards
5

what are logic gates in computers used for

to store and process data efficiently in computers

New cards
6

what is the other name for denary

base 10

New cards
7

what is the other name for hexadecimal

base 16

New cards
8

numbers in binary

0, 1

New cards
9

numbers in denary

0, 1, 2, 3, 4, 5, 6, 7, 8, 9,

New cards
10

what are the numbers in hexadecimal

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F

New cards
11

convert 00110011 to denary

51

New cards
12

convert 01111111 to denary

127

New cards
13

convert 56 into binary

00111000

New cards
14

convert 10011001 into hexadecimal

99

New cards
15

convert 10110011 into hexadecimal

B3

New cards
16

convert F2 into denary

242

New cards
17

convert 6F into binary

01101111

New cards
18

why do computer scientists find hexadecimal ore convenient to use than binary

one hex digit represents four binary digits

New cards
19

what is 1101 0010 1010 1111

D2AF

New cards
20

what are four uses of hexadecimal

error codes, MAC address, IP address, HTML

New cards
21

what do error codes refer to

memory location of the error

New cards
22

who needs to know how to interpret error codes

the programmer

New cards
23

What is a MAC address

a number that uniquely identifies a device on a network

New cards
24

what is a MAC address made up of

48 bits shows as 6 groups of two hexadecimal digits

New cards
25

what do the two halves of a MAC address represent

first half is manufacturer’s identity number and second half is serial number of the device

New cards
26

difference between IPv4 and IPv6

IPv4 is 32-bit in denary or hexadecimal, IPv6 is 128-bit in hexadecimal

New cards
27

what is HTML used for

writing and developing web pages

New cards
28

how are colours represented in HTML

six hexadecimal digits preceded by # symbol

New cards
29

how many possible colours can be represented in HTML

over 16 million

New cards
30

write the format of MAC addresses

NN-NN-NN DD-DD-DD

New cards
31

which IP address uses colon

IPv6

New cards
32

benefits of HTML

takes less space, easier to read, 1 HTML digit is 4 binary digits

New cards
33

format of IPv6

broken down into 16-bit chunks with a colon separator

New cards
34

add 0101 and 1110

00010011

New cards
35

What is a logical binary shift?

It is moving a binary number to the left or right.

New cards
36

what does a shift left in binary mean

equivalent to multiplying the binary number by 2

New cards
37

what does a shift right in binary mean

equivalent to dividing the binary number by 2

New cards
38

What happens to empty positions in a binary number during a logical shift?

They are replaced with a zero.

New cards
39

shift 01110000 five places to the left

00000000

New cards
40

What is two’s complement used for in binary numbers?

It is used to represent negative integers.

New cards
41

How is the left-most bit interpreted in two’s complement

1 indicates negative, 0 indicates positive

New cards
42

range of numbers in two’s complement

−128 to +127

10000000 to 01111111

New cards
43

00110011 in two’s complement

51

New cards
44

11001111 in two’s complement

-49

New cards
45

what does ASCII stand for

American Standard Code for Information Interchange

New cards
46

when was ASCII set up

1963

New cards
47

How many bits are in the standard ASCII code character set?

7 bits

New cards
48

range of standard ASCII in denary and hexadecimal

0 to 127 in denary

00 to 7F in hexadecimal

New cards
49

how many control codes in ASCII

32

New cards
50

what is the range of the ASCII control codes in denary and hexadecimal

0 to 31 in denary

00 to 19 in hexadecimal

New cards
51

what are the limitations of logical binary shifts

limit to the number of shifts before all zeros in an 8-bit register

New cards
52

what is the main disadvantage of ASCII

does not represent non-western languages

New cards
53

what coding system developed ASCII limitations

unicode

New cards
54

how many characters can Unicode support compared to ASCII

several thousands over 128 characters

New cards
55

How many bytes per character does Unicode use compared to ASCII?

Unicode is four per character

ASCII is 1 per character

New cards
56

When was the Unicode consortium set up

1991

New cards
57

Unicode’s five goals

covering all languages, uniform encoding, more efficient, unambiguous encoding, reserve part of code

New cards
58

What are sound waves

Sound waves are vibrations in the air

New cards
59

how are sound waves interpreted by the human ear?

ear senses these vibrations in ear drum

New cards
60

Why do sound waves need to be sampled to be stored in a computer?

sound waves are analogue and computers cannot work with analogue data

New cards
61

What is sampling in the context of sound waves?

measuring the amplitude of the sound wave at regular time intervals

New cards
62

What tool is used to convert analogue sound waves to digital?

analogue to digital converter (ADC)

New cards
63

What is sampling resolution (bit depth)

number of bits used to represent each sampled amplitude value

New cards
64

How is sampling rate measured

measured in hertz (Hz)

New cards
65

what does the measurement of sampling rate signify

number of sound samples taken per second.

New cards
66

What happens when you use a higher sampling rate or larger resolution in sound sampling?

increases file size and produces more faithful representation

New cards
67

what are the benefits of large sample rate

better quality, less distortion, larger dynamic range

New cards
68
<p>what does this represent </p>

what does this represent

error codes

New cards
69
<p>what does this represent </p>

what does this represent

IPv6

New cards
70
<p>what does this represent</p>

what does this represent

HTML

New cards
71
<p>what does this represent </p>

what does this represent

HTML hex colour code

New cards
72
<p>what does this represent</p>

what does this represent

ACSII code

New cards
73
<p>what is this </p>

what is this

sound wave

New cards
74
<p>what do these represent </p>

what do these represent

different pixel shapes

New cards
75
<p>what does this represent </p>

what does this represent

different image resolution

New cards
76
<p>which image has the highest resolution </p>

which image has the highest resolution

image a

New cards
77

what do we call an image with a low resolution

pixilated

New cards
78

What is the sampling resolution of CD’s

16-bit

New cards
79

what is the sample rate of CD’s

44.1 kHz

New cards
80

How many samples per second does a CD take

44,100 every second

New cards
81

What is a bitmap image composed of?

pixels arranged in a two-dimensional matrix

New cards
82

How is each pixel in a bitmap image represented?

Pixels represented as a binary number.

New cards
83

How many bits per pixel are required for a black and white image?

1 bit per pixel.

New cards
84

How many colours can be represented with 2 bits per pixel?

Four colours

New cards
85

how are the four colours represented in 2 bits per pixel

00, 01, 10, 11

New cards
86

How many colours can be represented with 3 bits per pixel?

Eight colours

New cards
87

how are eight colours represented with 3 bit pixels

000, 001, 010, 011, 100, 101, 110, 111

New cards
88

What is colour depth

number of bits used to represent each colour in a pixel

New cards
89

How many colours can an 8-bit colour depth represent?

256 or 2^8

New cards
90

How many colours can a 24-bit colour depth represent

Over 16 million

New cards
91

What is image resolution?

number of pixels that make up an image.

New cards
92

How does increasing the colour depth affect file size?

increases colour depth, increases file size

New cards
93

What is the main drawback of using high-resolution images?

increase file size

New cards
94

How does the resolution of an image affect storage and transfer?

takes up more space on storage and longer to transmit

New cards
95

What happens to image quality when resolution is reduced?

loss of quality slowly becomes noticeable

New cards
96

What is the basic unit of all computing memory storage terms?

a bit

New cards
97

what does a bit consist of

either 1 or 0

New cards
98

What does the term "byte" refer to?

The smallest unit of memory in a computer

New cards
99

how much is a byte

8 bits

New cards
100

What is a 4-bit number called

a nibble

New cards

Explore top notes

note Note
studied byStudied by 102 people
... ago
5.0(1)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 317 people
... ago
4.9(21)
note Note
studied byStudied by 7 people
... ago
5.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 39 people
... ago
5.0(1)
note Note
studied byStudied by 54 people
... ago
5.0(1)
note Note
studied byStudied by 326 people
... ago
4.0(3)

Explore top flashcards

flashcards Flashcard (100)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (26)
studied byStudied by 30 people
... ago
4.0(1)
flashcards Flashcard (84)
studied byStudied by 14 people
... ago
5.0(3)
flashcards Flashcard (78)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (60)
studied byStudied by 15 people
... ago
5.0(1)
flashcards Flashcard (117)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (377)
studied byStudied by 214 people
... ago
5.0(2)
flashcards Flashcard (26)
studied byStudied by 7 people
... ago
4.0(1)
robot