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 Technology 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 Technology Test

1.
How the information entered in a computer?
Knowledge
data
ASCII Value
BCD
2.
NAND is called as ______ Gate
Fundamental Gate
Derived Gate
Logical Gate
Electronic gate
3.
Which amongst this is not an Octal number?
645
234
876
123
4.
What is the 1's complement of 00100110?
00100110
11011001
11010001
00101001
5.
How many bytes does 1 KiloByte contain?
1000
8
4
1024
6.
What are derived gates?
7.
Write a short note on NAND Gate.
8.
List the encoding systems that represents characters in memory
9.
Convert (46)10 into Binary number.
10.
Write the 1's complement procedure.
11.
Describe Octal Number system.
12.
Give the truth table of XOR gate.
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 Hexadecimal numbers to Binary numbers (A). A6 (B). BE (C). 9BC8 (D). BC9
17.
Convert the Following - (3674)8 \(\rightarrow \) (?2) = (?)10
18.
Add 11010102 + 1011012
19.
Find 1's Complement and 2's Complement for the following Decimal number. = -98
1.
(b)
data
2.
(b)
Derived Gate
3.
(c)
876
4.
(b)
11011001
5.
(d)
1024
6.
Derived gates are the gates which are derived from the fundamental logical gates
7.
The NAND is the combination of NOT and AND. The NAND is generated by inverting the output of an AND operator. The algebraic expression of the NAND function is : Y = A . B
8.
(i) BCD - Binary Coded Decimal.
(ii) EBCDIC - Extended Binary Coded Decimal Interchange Code.
(iii) ASCII - American Standard Code for Information Interchange,
(iv) Unicode.
(v) ISCII - Indian Standard Code for Information Interchange
9.

4610 - 1011102
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.
(i) The octal number system is playing a vital role in digital computer work.
(ii) The octal number system has a base of 8: It means that it has eight unique symbols such as 0,1,2,3,4,5,6 and 7.
(iii) Thus, each digit of an octal number can have any value from 0 to 7
12.
| A | B | A \(\oplus \)B |
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
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.
(A) A616
\(\begin{matrix} A & 6 \\ \downarrow & \downarrow \\ \begin{matrix} 10 \\ \begin{matrix} \downarrow \\ 1010 \end{matrix} \end{matrix} & \begin{matrix} 6 \\ \begin{matrix} \downarrow \\ 0110 \end{matrix} \end{matrix} \end{matrix}\)
A616=101001102
(B) BE16
\(\begin{matrix} B & E \\ \downarrow & \downarrow \\ \begin{matrix} 11 \\ \begin{matrix} \downarrow \\ 1010 \end{matrix} \end{matrix} & \begin{matrix} 14 \\ \begin{matrix} \downarrow \\ 1110 \end{matrix} \end{matrix} \end{matrix}\)
BE16=101111102
(C) 9BC816
\(\begin{matrix} 9 & B \\ \downarrow & \downarrow \\ \begin{matrix} 9 \\ \begin{matrix} \downarrow \\ 1001 \end{matrix} \end{matrix} & \begin{matrix} 11 \\ \begin{matrix} \downarrow \\ 1011 \end{matrix} \end{matrix} \end{matrix}\begin{matrix} C & 8 \\ \downarrow & \downarrow \\ \begin{matrix} 12 \\ \begin{matrix} \downarrow \\ 1100 \end{matrix} \end{matrix} & \begin{matrix} 8 \\ \begin{matrix} \downarrow \\ 1000 \end{matrix} \end{matrix} \end{matrix}\)
9BC816=100011011110010002
(D) BC916
\(\begin{matrix} B & C & 9 \\ \downarrow & \downarrow & \downarrow \\ \begin{matrix} 11 \\ \downarrow \\ 1011 \end{matrix} & \begin{matrix} 12 \\ \downarrow \\ 1100 \end{matrix} & \begin{matrix} 9 \\ \downarrow \\ 1001 \end{matrix} \end{matrix}\)
BC916=1011110010012
17.
(3674)8 in binary From
3 6 7 4
011 110 111 100
(3674)8 = (011110111100)2
(3674)8 in decimal Form
(3674)8 = 3 x 83 + x 82 + 7 x 81 + 4 x 80
= 1536 + 384 + 56 + 4 = (1980)10
Thus (3674)8 \(\rightarrow \) (0111110111100)2 = (1980)10
18.
11010102 + 1011012
1101010
+101101
________
10010111
________
= 100101112
19.
.png)
=9810 = 110010
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 0 1
_____________
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