FAULTY Flashcards
Why do computers only understand the binary system? Why does any form of data need to be converted into binary format so that it is able to be processed by the computer?
- Binary system only consists of 0s and 1s
- Computer contains millions and millions of tiny switches which must either be in OFF or ON position
- Can be represented by binary system - on position can be represented by 1 and off position is represented by 0
What is the binary number system?
- Base 2 number system
- Uses only two values - 0 and 1 to represent all values
- Uses headings like 2 to the power of 0, 2 to the power of 1, two to the power of 2, etc.
- Counts in powers of 2
What is the denary number system?
- Counts in powers/multiples of 10
- Uses ten values - 0 to 9 to represent all values
- Base ten number system
- Uses headings like 2 to the power of 0, 2 to the power of 1, 2 to the power of 2, 2 to the power of 3, etc.
What is the hexadecimal number system?
- Very closely related to binary number system
- Sometimes referred to as simply ‘hex’
- Base 16 system
- Uses 16 ‘digits’ - 0 to 9 and A to F
- Typical headings are - 16 to the power of 0, 16 to the power of 1, 16 to the power of 2, 16 to the power of 3, 16 to the power of 4, etc.
What is the full form of ASCII?
American standard code for information interchange
What is the difference between the standard ASCII code character set and the extended ASCII?
Standard - consists of 7 bit codes (0 to 127)
extended - uses 8 bit codes (0 to 255)
standard - represents letters, numbers and characters with 23 control codes (0 to 31)
extended - same thing but with characters in non - english alphabets and graphical characters too
What is unicode?
What are soundwaves?
What were the goals of unicode?
What is sampling?
How does an ADC convert the analogue data to digital?
What are sampling rate and sampling resolution?
What are the advantages and disadvantages of using a larger sampling resolution?
What is color depth?
What is image resolution?