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

Published on: 21/11/2019
Number Systems
Download Tamil Nadu 11th Standard Computer Applications 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 Applications Test

1.
1 Byte = ........... bits.
8
16
1024
512
2.
The processed data is called______.
Information
Knowledge
datum
files
3.
Which gate is called as the logical inverter?
AND
OR
NOT
XNOR
4.
What is the 1's complement of 00100110?
00100110
11011001
11010001
00101001
5.
How many characters can be handled in Binary Coded Decimal System?
64
255
256
128
6.
How the data classified based on their size?
7.
Write the associative laws?
8.
Draw the truth table for XOR gate
9.
We cannot find 1's complement for (28)10 State reason.
10.
Write the 1's complement procedure.
11.
Write the De Morgan's law.
12.
Reason out why the NAND an NOR are called universal gates?
13.
Write the truth table of fundamental gates
14.
Write short note on ISCII.
15.
Write note on binary number System.
16.
Convert the following Octal numbers into Binary numbers. - 6458
17.
Write the 1's complement number and 2's complement number for the following decimal numbers: (A) 22 (B) -13 (C) 65 (D) - 46 (E) 255
18.
Explain the following terms in detail. (1) ISCII (2) TSCII
19.
Find 1’s Complement and 2’s Complement for the following Decimal number a) -98 b) -135
1.
(a)
8
2.
(a)
Information
3.
(c)
NOT
4.
(b)
11011001
5.
(a)
64
6.
Bits, Nibble, Bytes, and Word
7.
Associative
A + (B + C) = ( A + B) + C
A. (B. C) = (A . B) .C
8.
The truth table for XOR gate is
| Input | Output | |
| A | B | C |
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
9.
(28)10 is a positive number. 1's complement represent signed numbers (Negative numbers) only. So, (28)10 cannot find 1's complement.
10.
Step 1: Convert given Decimal number into Binary
Step 2: Check if the binary number contains 8 bits. if less add 0 at the left most bit, to make it as 8 bits.
Step 3: Invert all bits (i.e. Change 1 as 0 and 0 as 1).
11.
De Morgan's
\(\bar { A+B } =\bar { A } .\bar { B } \)
\(\left( \bar { A.B } \right) =\bar { A } +\bar { B } \)
12.
NAND and NOR gates are called Universal gates, because the fundamental logic gates can be realized through them
13.
a) AND gate truth table
| A | B | C |
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
b) OR Gate Truth table
| A | B | C |
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
c) Not Gate Truth Table
| A | A |
| 0 | 1 |
| 1 | 0 |
14.
(i) ISCII is the system of handling the character of Indian local languages. This as a 8-bit coding system.
(ii) Therefore it can handle 256 (28) characters. This system is formulated by the department of Electronics in India in the year 1986-88 and recognized by Bureau of Indian Standards (BIS).
(iii) Now this coding system is integrated with Unicode.
15.
(i) There are only two digits in the Binary system, namely, 0 and 1.
The numbers in the binary system are represented to the base 2 and the positional multipliers are the powers of 2.
(ii) The left most bit in the binary number is called as the Most Significant Bit (MSB) and it has the largest positional weight.
(iii) The right most bit is the Least Significant Bit (LSB) and has the smallest positional weight.
16.
6458
\(\overset { 6 }{ \underset { 110 }{ \downarrow } } \) \(\overset { 4 }{ \underset { 100 }{ \downarrow } } \) \(\overset { 5 }{ \underset { 101 }{ \downarrow } } \)
6458 = 1101001012
17.
(A) - 22

Binary equivalent of + 22 =10110
8 bit format =00010110
1's complement =11101001
Add 1 to LSB = +1
2's complement of -22 =\(\_ \_ \_ \_ \_ \_ \_ \_ \_ \_ \\ 11101010\\ \_ \_ \_ \_ \_ \_ \_ \_ \_ \_ \)
(B) -13
Binary equivalent of + 13 =1101
8 bit format =00001101
1's complement =11110010
Add 1 to LSB = +1
2's complement of-13 \(\_ \_ \_ \_ \_ \_ \_ \_ \_ \\ 11110011\\ \_ \_ \_ \_ \_ \_ \_ \_ \_ \)
(C)-65

Binary equivalent of + 65 =1000001
8 bit fomiat =01000001
1's complement =10111111
Add 1 to LSB = +1
2's complement of -65 =\(\_ \_ \_ \_ \_ \_ \_ \_ \_ \_ \\ 11000000\\ \_ \_ \_ \_ \_ \_ \_ \_ \_ \_ \_ \)
(D)-46

Binary equivalent of + 46 =101111
8 bit format =00101111
1's complement =11010000
Add 1 to LSB = +1
2's complement of-46 \(\_ \_ \_ \_ \_ \_ \_ \_ \_ \\ 11010001\\ \_ \_ \_ \_ \_ \_ \_ \_ \_ \_ \)
(E)-255

Binary equivalent of + 255 =11111111
1's complement =00000000
Add 1 to LSB = +1
2's complement of - 255 = \(\_ \_ \_ \_ \_ \_ \_ \_ \\ 00000001\\ \_ \_ \_ \_ \_ \_ \_ \_ \_ \)
18.
ISCII (Indian Script Code for Information Interchange):
(i) In order to encode Indian languages Ion computers, a common standard for coding Indian scripts is developed which is called as ISCI!. In 1991, the Bureau of Indian Standards adopted the Indian Standard Code for Information Interchange (ISCII).
(ii) ISCII standard is evolved by a standardization committee during 1986-88. The ISCII document is available as IS 13194: 1991 from the BIS offices.
(iii) Assamese, Bengali (Bangla), Devanagari, Gujarati, Gurumukhi, Kannada, Malayalam, Oriya, Tamil, and Telugu are supported in ISCII. ISCII has been used by IBM for PCDOS, Apple for ILK, and several companies are developing products and solutions based on this representation.
TSCII (Tamil Standard Code for Information Interchange):
(i) Tamil Standard Code for Information Interchange is the Tamil encoding scheme designed to handle the entire Tamil alphabet. TSCII is proposed by the Internet Working Group for the Tamil Standard Code (IWG-TSC).
(ii) The Tamil alphabets have soup (247), grantha characters (13), and Tamil numerals (13). The number of unique Tamil glyphs to consider is about 170. Since the number of slots available in the upper-ASCII segment (#128-255) is much less than the required slot for each character in Tamil.
(iii) Therefore, few Tamil alphabets are to be included in the native form, and the others are generated using modifiers (several keystrokes in sequence).
19.
a) -98
.png)
= 9810 = 1100010
8bit format of 9810 = 0 1 1 0 0 0 1 0
1's complement = 1 0 0 1 1 1 0 1
Add 1 Bit = +1
_____________
2's complement 1 0 0 1 1 1 1 0
_____________
b) -135
.png)
= 13510 = 10000111
1's complement = 0 1 1 1 1 0 0 0
Add 1 bit = + 1
______________
2's complement = 0 1 1 1 1 0 01
_______________
11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - துணைப்பாடம் - யானை டாக்டர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set A
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