Alright one of the teachers at school provided me with some questions he had on his laptop, thanks to him. I'm stuck on quite a few so here goes...
1) Explain why there are different method of representing chars sets on different computers, i.e. EBCDIC, 7 Bit ASCII, 8 Bit ASCII, Hex, BCD.
First of all i never knew there was 8 bit ASCII what's the difference in that? i Thought that's why EBCDIC was created , because it's 8bits. Also do we need to know about EBCDIC?
2) Explain the reason that computers use ASCII code to communicate between devices. Identify advs and disadvs of using ASCII code
3) What is the largest positive integer that can be represented by a 4-Bit two's complement code?
4) Explain the diff between representation of 0 base 10 (decimal) in 4 bit one's complement code and in 4 bit two's complement code
5) On a 3 bit two's complement system, the operation 5 base 10 minus 1 base 10 cannot be performed. Briefy explain why, illustrate your answer using binary representation of the process.
6) How is the EBCDIC coding method derived from the BCD coding method? How does it differ from the BCD coding method?
7) Give reason why the modern computing is based on the binary number system
8) A computer has a word length of 8 binary digits and uses two's complement. Translate each of the following numbers into the form the computer would understand.
i) 42
ii) -42
9) represent 23 by EBCDIC coding method
10) Assuming that an 8-bit two's complement system is used, find the decimal equivalent of the binary number 11111000
That's it for now
1) Explain why there are different method of representing chars sets on different computers, i.e. EBCDIC, 7 Bit ASCII, 8 Bit ASCII, Hex, BCD.
First of all i never knew there was 8 bit ASCII what's the difference in that? i Thought that's why EBCDIC was created , because it's 8bits. Also do we need to know about EBCDIC?
2) Explain the reason that computers use ASCII code to communicate between devices. Identify advs and disadvs of using ASCII code
3) What is the largest positive integer that can be represented by a 4-Bit two's complement code?
4) Explain the diff between representation of 0 base 10 (decimal) in 4 bit one's complement code and in 4 bit two's complement code
5) On a 3 bit two's complement system, the operation 5 base 10 minus 1 base 10 cannot be performed. Briefy explain why, illustrate your answer using binary representation of the process.
6) How is the EBCDIC coding method derived from the BCD coding method? How does it differ from the BCD coding method?
7) Give reason why the modern computing is based on the binary number system
8) A computer has a word length of 8 binary digits and uses two's complement. Translate each of the following numbers into the form the computer would understand.
i) 42
ii) -42
9) represent 23 by EBCDIC coding method
10) Assuming that an 8-bit two's complement system is used, find the decimal equivalent of the binary number 11111000
That's it for now