9th Class Computer: chapter 5 Number system Short Questions Answer
9th Class Computer: chapter 5 Number system Short Questions Answer
We are providing all Students from 5th class to master level all exams preparation in free of cost. Now we have another milestone achieved, providing all School level students to the point and exam oriented preparation question answers for all science and arts students.
After Online tests for all subjects now it’s time to prepare the next level for Punjab board students to prepare their short question section here. We have a complete collection of all classes subject wise and chapter wise thousands questions with the right answer for easy understanding.
Here we are providing complete chapter wise Computer questions and Answers for the 9th class students. All the visitors can prepare for their 9th class examination by attempting below given question answers.
In this List we have included all Punjab boards and both Arts and Science students. These Boards students can prepare their exam easily with these short question answer section
Lahore Board 9th classes short questions Answer
Rawalpindi Board 9th classes short questions Answer
Gujranwala Board 9th classes short questions Answer
Multan Board 9th classes short questions Answer
Sargodha Board 9th classes short questions Answer
Faisalabad Board 9th classes short questions Answer
Sahiwal Board 9th classes short questions Answer
DG Khan Board 9th classes short questions Answer
Bahwalpur Board 9th classes short questions Answer
All above mention Punjab Boards students prepare their annual and classes test from these online test and Short question answer series. In coming days we have many other plans to provide all kinds of other preparation on our Gotest website.
How to Prepare Punjab Board Classes Short Question Answer at Gotest
- Just Open the desired Class and subject which you want to prepare.
- You have Green bars which are Questions of that subject Chapter. Just click on Bar, it slides down and you can get the right answer to those questions.
- You can also Rate those question Answers with Helpful or not to make it more accurate. We will review all answers very carefully and also update time to time.
Now you can start your preparation here below
Computer work in binary system. This system consist of two digits 0 and 1 is called bits. Bit stand for binary digits. It is smallest unit of data that can be represented in computer. A collection of 8 bits is called byte. One byte can represent 256 different characters.
A collection of raw facts and figures is called data. The word raw means that the facts has not been processed to get their exact meanings. It may consist of numbers, characters and symbols etc.
The processed data is called information. It is more meaning full then data. Information may consist of number, characters, symbols, picture or sound etc.
Data is set of raw facts and information is the processed form of data. Data is used as input in the computer and information is the output of computer.
A set of values used to represent different quantities is known as number system. The total number of digits used in a number system is called its base or radix.
The number of digits used in any use in any number system define its base or radix. For example, base of decimal system is 10 because it use digits o to 9. Similarly, the base of binary system is 2 because it uses digit 0 and 1.
The useful property of octal system is is that it can be converted directly into binary form by representing each individual digit by its 3-bit binary equivalent.
The decimal system is consist of ten system whereas binary system is base on two systems. Also, decimal has ten digits 0 to 9, whereas binary has two digits 0 and 1.
The decimal number system consist of ten digits from 0 to 9. The base of decimal number system is 10. It is most widely user number.
Binary number system consist of two number that is 0 and 1. Its base is 2. Each digit or bit in binary number system is 0 or 1. The weight of each position in binary is a power of 2.
The electric circuits used in digital computers has two states ON or OFF. The reason to use binary representation in computer is that the electrics component of two state are easier to construct and more reliable and cheaper. The computing operation is simple and fast with two state device.
Octal number system consist of eight digits from 0 to 7. The base of octal number is 8. Each digital position in this system is represent by the power 8. Every digits in this system is less than 8.
We can convert octal number in to binary by converting each digits of octal number to its binary equivalent. There is 3 to 1 relation ship between octal and binary. Each octal digits can be represented by three binary digits.
The hexadecimal system consist of 16 digits from 0 to 9 and A to F. The alphabet A to F is used to represent decimal number from 10 to 15. The base of this decimal system is 16.
We can covert hexadecimal number to binary by converting the each digits of hexadecimal number to its binary equivalent. There is a 4 to 1 relationship between hexadecimal and binary. Each hexadecimal digits can be represented by four binary digits.
1’s complement of binary number is determined directly by replacing all 1s by 0s and 0s by 1s. On the other hand, 2’s complement of binary number is determined by first taking 1’s complement and then adding 1 in the result.
1’s complement of binary number is determined by replacing all 1s by 0s and 0s with 1s.
2’s complement of binary number is determined by first taking 1’s complement and then adding 1 in the result.
The 1’s complement of 10111001 is 01000110.
The language of electronic computer is binary. All numeric ans non numeric data must be converted into binary language so the computer can understand it. The representation of all numerical and non numerical data is binary digits is known as computer code.
BCD stand for Binary Coded decimal. It used to represent decimal digits in binary. It is a four bit code. It means that each decimal digits is represented by 4 binary digits. It was used in early computers.
ASCII stands for American Slandered Code for Information Interchange. It was published by ANSI. It is the most widely used coding scheme for PC. A 7-bit code represent 128 characters. An 8-bit code represent 256 characters. The extended 128 unique codes represent graphic symbols.
Unicode is 16-bit code. It can represent 65536 characters. It has started to replace ASCII code. It can represent the character of all languages in the world.
ASCII and EBCDIC is 8-bit code but Unicode is 16-bit code. It can represent 65536 characters. It means that Unicode has up to 65536 character instead of 256 characters. It has the capacity to represent of the alphabets for the major foreign languages.
LSD stands for least significant digit. It is a digits that appear in the most left side of a number.
MSD stands for Most significant digit. It is a digits that appear in the most right side of a number.