DATA REPRESENTATION Flashcards

1
Q

Type of data stored on computers

A

Numbers, Text, Graphics, Sound

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

What is Digitization?

A

Process of converting info eg texts , numbers into digital data that can be manipulated by electronic devices

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

What is the difference between non positional number systems and positional number systems

A

In Non-positional a symbol represents the same value regardless of its position while in positional uses the place value method to assign value to a symbol

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

Advantages of HEX over OCTAL

A
  • Shorter

- Convenient when word length is divisible by 4 and not 3

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

Advantages of OCTAL over HEX

A
  • Easier to derive from binary
  • -Cannot be confused with names or words
  • Converting to decimal is simpler
  • Octal arithmetic is simpler
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference between a bit and a byte?

A

bit(binary digit) is a 0 or 1 used in the representation of data while a byte is a group of eight bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
Explain the use of:
1. Kilobyte(KB)
2.Mbps (Megabits per second)
3.Megabyte(MB)
4Gigabit(GB)
A
  1. size of small files
  2. faster data rates eg internet connection
  3. size of files containing images or videos
  4. storage capacity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a number system?

A

A mathematical notation for representing numbers of a given set using digits or other symbols in a consistent manner

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

3 reasons why it was necessary to devise the HEX and OCT systems?

A
  1. Provide human friendly representation of binary code
  2. Binary code in text are a waste of space
  3. More convenient for longer strings
How well did you know this?
1
Not at all
2
3
4
5
Perfectly