DATA REPRESENTATION Flashcards
Type of data stored on computers
Numbers, Text, Graphics, Sound
What is Digitization?
Process of converting info eg texts , numbers into digital data that can be manipulated by electronic devices
What is the difference between non positional number systems and positional number systems
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
Advantages of HEX over OCTAL
- Shorter
- Convenient when word length is divisible by 4 and not 3
Advantages of OCTAL over HEX
- Easier to derive from binary
- -Cannot be confused with names or words
- Converting to decimal is simpler
- Octal arithmetic is simpler
What is the difference between a bit and a byte?
bit(binary digit) is a 0 or 1 used in the representation of data while a byte is a group of eight bits
Explain the use of: 1. Kilobyte(KB) 2.Mbps (Megabits per second) 3.Megabyte(MB) 4Gigabit(GB)
- size of small files
- faster data rates eg internet connection
- size of files containing images or videos
- storage capacity
What is a number system?
A mathematical notation for representing numbers of a given set using digits or other symbols in a consistent manner
3 reasons why it was necessary to devise the HEX and OCT systems?
- Provide human friendly representation of binary code
- Binary code in text are a waste of space
- More convenient for longer strings