11th Standard Syllabus & Materials
11th Standard
Tamilnadu 11th Standard Tamil மொழி கலை -செய்யுள் - ஒவ்வொரு புல்லையும் Important Questions And Answers Study Material - QB365
NEW11th Standard
Tamilnadu 11th Standard Tamil கேடில் விழுச்செல்வம் - உரைநடை - தமிழகக் கல்வி வரலாறு Important Questions And Answers Study Material - QB365
NEW11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - இலக்கணம் - பகுபத உறுப்புகள் Important Questions And Answers Study Material - QB365
NEW11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set B
NEW11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set B

Published on: 28/07/2018
Based on the Number Systems, some of the important questions are covered in this question paper. The questions are prepared from the book back and the creative questions.
Teachers can prepared question paper with answer key within five minutes. Please click here for subscribe.
Download Tamil Nadu 11th Standard Computer Science question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Science Test

1.
A word can have a length of..........
2,5,10 bits
15,25,50 bits
16,32,64 bits
64,128,255 bits
2.
Which is used to measure the number of bits in each word?
Word length
length
Size
word size
3.
The number of bits a processor can read/write at a time is called............
nibble
word
byte
none of these
4.
4 bits =................
Bit
Byte
Nibble
Word
5.
Which is considered as the basic unit of measuring the memory size in the computer?
Bit
Byte
Nibble
Word
6.
How many characters can be handled in Binary Coded Decimal System?
64
255
256
128
7.
2\(\wedge \)50 is referred as
Kilo
Tera
Peta
Zetta
8.
Expansion for ASCII
American School Code for Information Interchange
American Standard Code for Information Interchange
All Standard Code for Information Interchange
American Society Code for Information Interchange
9.
How many bytes does 1 KiloByte contain?
1000
8
4
1024
10.
Which refers to the number of bits processed by a computer's CPU?
Byte
Nibble
Word length
Bit
11.
What is BCD?
12.
Expand ASCII and ISCII.
13.
Expand EBCDIC and BCD.
14.
What is a use of coding scheme?
15.
Write the one's complement of 10102 and 1001012?
16.
What does the complement of a number refer?
17.
Perform the following expressions. (COFFEE)16 = (?)2
18.
Perform the following expressions. (FACE)16 = (?)2
19.
Describe the parameters are used to determine the value of each digit in a number.
20.
(300)10 \(\rightarrow \) (?2) \(\rightarrow \) (?8) \(\rightarrow \) (?)16
21.
(101010)2 \(\rightarrow \) (?10) \(\rightarrow \) (?10)
22.
Why is the number conversion necessary?
23.
Convert the following Decimal numbers to its equivalent Binary, Octal, Hexadecimal. - 126
24.
Convert the following Decimal numbers to its equivalent Binary, Octal, Hexadecimal. - 255
1.
(c)
16,32,64 bits
2.
(a)
Word length
3.
(c)
byte
4.
(a)
Bit
5.
(b)
Byte
6.
(a)
64
7.
(c)
Peta
8.
(b)
American Standard Code for Information Interchange
9.
(d)
1024
10.
(c)
Word length
11.
Binary Coded Decimal is a 4-bit code used to represent the numeric data alone.
12.
(i) ASCII - American Standard Code for Information Interchange.
(ii) ISCII - Indian Standard Code for Information Interchange
13.
(i) EBCDIC - Extended Binary Coded Decimal Interchange Code
(ii) BCD - Binary Coded Decimal
14.
The coding scheme is used to represent a character in the bits
15.
(i) One's complement of 10102 is 01012 (replace 1by 0 and 0 by 1)
(ii) One's complement of 1001012 is 0110102
16.
The term complement refers to a part which together with another makes up a whole. The one's complement performs the logical negation on each individual bit.
17.
(COFFEE)16
\(\overset { C }{ \underset { 1100 }{ \downarrow } } \)\(\overset { O }{ \underset { 0000 }{ \downarrow } } \)\(\overset { F }{ \underset { 1111 }{ \downarrow } } \)\(\overset { F }{ \underset { 1111 }{ \downarrow } } \)\(\overset { E }{ \underset { 1110 }{ \downarrow } } \)\(\overset { E }{ \underset { 1110 }{ \downarrow } } \)
(COFFEE)16 = (110000001111111111101110)2
18.
(FACE)16
\(\overset { F }{ \underset { 1110 }{ \downarrow } } \) \(\overset { A}{ \underset { 1111 }{ \downarrow } } \)\(\overset { C }{ \underset { 1010 }{ \downarrow } } \)\(\overset { E }{ \underset { 1110 }{ \downarrow } } \)
(FACE)10 (1111101011001110)2
19.
(i) The absolute value is the magnitude of a digit in a number.
(ii) For example, the digit 5 in 7458 has an absolute value of 5 according to its value in the number line.
(iii) The place value of a digit in a number refers to the position of the digit in that number such as tens, hundreds, and thousands.
(iv) The total value of a number is the sum of the absolute value x place value of each digit that the number consists of.
(v) The base value of a number is also known as the radix, which depends on the type of the number of systems that are being used.
20.

(300)10 \(\rightarrow \)(100101100)2 \(\rightarrow \) (454)8 \(\rightarrow \) (12C)16
21.
1010102
= 0010 0010
= 2 10
= 2 A
(101010)2 = (2A)16
(101010)2 = (1 x 25) + ( 0 x 24) + (1 x 23) + (0 x 22) + ( 1x 21) + (0 x 20)
= 32 + 0 + 8 + 0 + 2 + 0 = 4210
(101010)2 = (2A)16 = 42(10)
22.
The number conversion is necessary because us enters the data into the computer in decimal form only and the computer is then expected to convert the decimal number to other number systems which it understands.
23.
12610
.png)
= 1111112
= 11111102 = ?8
= \(\overline { \underset { \overset { \downarrow }{ 1 } }{ 11 } } \) \(\overline { \underset { \overset { \downarrow }{ 7 } }{ 111 } } \) \(\overline { \underset { \overset { \downarrow }{ 6 } }{ 110 } } \)= 1788
=11111102 =?16
= \(\overline { \underset { \overset { \downarrow }{ \overset { 7 }{ \overset { \downarrow }{ 7} } } }{ 111 } } \) \(\overline { \underset { \overset { \downarrow }{ \overset { 14 }{ \overset { \downarrow }{ E } } } }{ 1100 } } \)
=7E16
=12610 = 11111102 = 1768 = 7E16
24.
25510
.png)
= 111111112
= 111111112 = ?8
= \(\overline { \underset { \overset { \downarrow }{ 3 } }{ 11 } } \) \(\overline { \underset { \overset { \downarrow }{ 7 } }{ 111 } } \) \(\overline { \underset { \overset { \downarrow }{ 7 } }{ 111 } } \)
=3778
= 111111112 =?16
= \(\overline { \underset { \overset { \downarrow }{ \overset { 15 }{ \overset { \downarrow }{ f } } } }{ 1111 } } \) \(\overline { \underset { \overset { \downarrow }{ \overset { 15 }{ \overset { \downarrow }{ f } } } }{ 1111 } } \)
= ff16
= 25510 = 111111112 = 3778 = ff16
11th Standard Syllabus & Materials
11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set B
NEW11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
Tamilnadu 11th Standard Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set B
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards