1. data representation

5.0(2)
studied byStudied by 97 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/37

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards
Binary system
a number system with base 2
2
New cards
Denary system
a number system with base 10
3
New cards
Hexadecimal
a number system with base 16
4
New cards
'A' in hexadecimal system is _____ in denary
10
5
New cards
Overflow
error where the number of bits is not enough to hold the solution
6
New cards
Logical shifts
moving a binary value to the left or to the right, emptied bit is 0
7
New cards
Two's complement
method used to present negative values in binary
8
New cards

MSB is replaced from ______ to ______ in two’s complement

128 to -128

9
New cards
Uses of hexadecimal system
- defining colours in HTML
- MAC addresses
- IP addresses
- assembly languages and machine code
- debugging
- display error codes
- memory dumps
10
New cards
ASCII
7-bit code that represents letters, numbers and characters found in a standard keyboard as well as 32 control codes
11
New cards
Unicode
character code that enables most of the languages of the world to be symbolised with a special character identification
12
New cards
How is sound recorded?
- amplitude of sound wave is determined at set time intervals
- value is converted into digital form
- each sample is encoded as a series of binary digits
- series of readings gives the approximate sound wave
13
New cards
Sampling resolution (bit depth)
number of bits per sample
14
New cards
Increasing sampling resolution...
- increases accuracy of sampled sound as more detailed is stored about the amplitude
- increases memory usage as more bits are being stored
15
New cards
Sampling rate
number of sound samples taken per second in Hz
16
New cards
Increasing sampling rate...
- more accurate sound
- fewer estimations
17
New cards
Bitmap images
made of pixels stored in a computer as a series of binary numbers
18
New cards
Colour depth
number of bits representing each colour
19
New cards
8-bit colour depth
each pixel can be one of 256 colours
20
New cards
Increasing colour depth...
increases size of the file when storing an image
21
New cards
Image resolution
number of pixels that make up an image
22
New cards
Pixelated image
result of low amount of pixels or when zoomed
23
New cards
Increasing image resolution
increases memory usage
24
New cards
8 bits
1 byte
25
New cards
4 bits
1 nibble
26
New cards
Bit
1 binary digit
27
New cards
1 KiB
1024 bytes
28
New cards
1 KB
1000 bytes
29
New cards
Image file size
image resolution (pixels) x colour depth (bits)
30
New cards
Mono sound file size
sample rate (Hz) x sample resolution (bits) x length of sample (s)
31
New cards
Stereo sound file size
sample rate (Hz) x sample resolution (bits) x length of sample (s) x 2
32
New cards
Musical Instrument Digital Interface (MIDI)
- communications protocol that allows electronic musical instruments to interact with each other
- 8-bit serial transmission
- e.g. key on/off, key pressure
33
New cards
MP3
uses audio compression to convert music and sounds
34
New cards
MP4
allows storage of multimedia files like music, videos, photos and animations
35
New cards
JPEG
used to reduce photographic file sizes
36
New cards
Loseless compression
- all data bits from original file can be reconstructed
- used for important files
- repeated patterns are grouped together in indexes
- PNG, ZIP
37
New cards
Run-length encoding
replacing a long series of a repeated character with a count of the repetition
38
New cards
Lossy compression
- eliminates unnecessary bits of data
- impossible to get original file back
- reduces file quality
- MP3, JPEG