1. data representation

studied byStudied by 89 people
5.0(2)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 37

38 Terms

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

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

128 to -128

New cards
9
Uses of hexadecimal system
  • defining colours in HTML

  • MAC addresses

  • IP addresses

  • assembly languages and machine code

  • debugging

  • display error codes

  • memory dumps

New cards
10
ASCII
7-bit code that represents letters, numbers and characters found in a standard keyboard as well as 32 control codes
New cards
11
Unicode
character code that enables most of the languages of the world to be symbolised with a special character identification
New cards
12
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

New cards
13
Sampling resolution (bit depth)
number of bits per sample
New cards
14
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

New cards
15
Sampling rate
number of sound samples taken per second in Hz
New cards
16
Increasing sampling rate...
  • more accurate sound

  • fewer estimations

New cards
17
Bitmap images
made of pixels stored in a computer as a series of binary numbers
New cards
18
Colour depth
number of bits representing each colour
New cards
19
8-bit colour depth
each pixel can be one of 256 colours
New cards
20
Increasing colour depth...
increases size of the file when storing an image
New cards
21
Image resolution
number of pixels that make up an image
New cards
22
Pixelated image
result of low amount of pixels or when zoomed
New cards
23
Increasing image resolution
increases memory usage
New cards
24
8 bits
1 byte
New cards
25
4 bits
1 nibble
New cards
26
Bit
1 binary digit
New cards
27
1 KiB
1024 bytes
New cards
28
1 KB
1000 bytes
New cards
29
Image file size
image resolution (pixels) x colour depth (bits)
New cards
30
Mono sound file size
sample rate (Hz) x sample resolution (bits) x length of sample (s)
New cards
31
Stereo sound file size
sample rate (Hz) x sample resolution (bits) x length of sample (s) x 2
New cards
32
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

New cards
33
MP3
uses audio compression to convert music and sounds
New cards
34
MP4
allows storage of multimedia files like music, videos, photos and animations
New cards
35
JPEG
used to reduce photographic file sizes
New cards
36
Loseless compression
  • all data bits from original file can be reconstructed

  • used for important files

  • repeated patterns are grouped together in indexes

  • PNG, ZIP

New cards
37
Run-length encoding
replacing a long series of a repeated character with a count of the repetition
New cards
38
Lossy compression
  • eliminates unnecessary bits of data

  • impossible to get original file back

  • reduces file quality

  • MP3, JPEG

New cards
robot