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: 24/07/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.
NAND is called as ______ Gate
Fundamental Gate
Derived Gate
Logical Gate
Electronic gate
2.
NOR is a combination of?
NOT(OR)
NOT(AND)
NOT(NOT)
NOT(NOR)
3.
A + A =?
A
O
I
A
4.
Which gate is called as the logical inverter?
AND
OR
NOT
XNOR
5.
Which is a basic electronic circuit which operates on one or more signals?
Boolean algebra
Gate
Fundamental gates
Derived gates
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.
Draw the truth table for XOR gate
12.
Write a short note on NAND Gate.
13.
What Is Boolean Algebra?
14.
Convert (46)10 into Binary number.
15.
Write the 1's complement procedure.
16.
What is data?
17.
Write a short note on XNOR gate
18.
Write the truth table of fundamental gates
19.
Add 2010 + 2510
20.
Convert (150)10 into Binary, then convert that Binary number to Octal.
21.
Write note on binary number System
22.
What is radix of a number system? Give example
23.
Explain the fundamental gates of expression and truth table.
24.
Write the procedure to convert fractional Decimal to Binary.
1.
(b)
Derived Gate
2.
(a)
NOT(OR)
3.
(a)
A
4.
(c)
NOT
5.
(a)
Boolean algebra
6.
(a)
64
7.
(c)
Peta
8.
(b)
American Standard Code for Information Interchange
9.
(d)
1024
10.
(c)
Word length
11.
The truth table for XOR gate is
| Input | Output | |
| A | B | C |
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
12.
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
13.
Boolean algebra is a mathematical discipline that is used for designing digital circuits in a digital computer. It describes the relation between inputs and outputs of a digital circuit. The name Boolean algebra has been given in honor of an English mathematician George Boole who proposed the basic principles of this algebra.
14.

4610 - 1011102
15.
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).
16.
The term data comes from the word datum, which means a raw fact. The data is a fact about people. places or some objects
17.
The XNOR (exclusive - NOR) gate is a combination XOR gate followed by an inverter. Its output is "true" if the inputs are the same, and "false" if the inputs are different. In simple words, the output is 1 if the input is the same, other wise the output is 0.
18.
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 |
19.
.png)
8 bit Format of 2010 = 00010100
8 bit format of 2510 = 00011001
2010 + 2510 = _________
00101101
__________
2010 + 2510 = 001011012
20.
15010 = ?
.png)
15010 = (10010110)2
.png)
100101102 = 2268
21.
(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.
22.
A numbering system is a way of representing numbers. Each number system is uniquely identified by its base value or radix. Radix or base is the count of number of digits in each number system. Radix or base is the general idea behind positional numbering system.
Example:
Binary Number System - Radix 2
Octal Number System - Radix 8
Deciaml Number System - Radix 10
Hexadecimal Number System - Radix 16.
23.
AND Gate:
The AND gate can have two or more input signals and produce an output signal.
The output is "true" only when both inputs are "true", otherwise, the output is "false". In other words, the output will be 1 if and only if both inputs are 1; otherwise the output is O. The output of the AND gate is represented by a variable say C, where A and B are two and if input boolean variables. In boolean algebra, a variable can take either of the values '0' or '1'. The logical symbol of the AND gate is AND gate is

One way to symbolize the action of an AND gate by writing the boolean function.
C = A AND B
In boolean algebra the multiplication sign stand for the AND operation. Therefore, the output of the AND gate is
C = A.B or
Simply C = A .B
Read this as "C equals A AND B". Since there an two input variables here, the truth table has four entries, because there are four possible inputs: 00 01, 10 and 11
For instance both inputs are 0,
C = A.B
= 0 .0
= 0
The Truth Table For AND Gate is
| Input | Output | |
| A | B | C |
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
OR Gate:
The OR gate gets its name from the face that behaves like the logical inclusive "OR" The output is "true" if either or both of the inputs are "true", both inputs are "false" then the output is "false", other words the output will be 1 if and only if 0, or both inputs are 1; otherwise, the output is 0, the logical symbol of the OR gate is

The OR gate output is
C = A or B
We use the + sign to denote the OR function therefore
C = A + B
Read this C equals A or B
For instance, if both the input are 1
C = A + B = 1 + 1 = 1
The truth table For OR Gate is
| Input | Output | |
| A | B | C |
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
NOT Gate;
The NOT gate, called a logical inverter, has only one input. It reverses the logical state. In other words the output C is always the complement of the input. The logical symbol of the NOT gate is

The Boolean function of Not Gate is
C = NOT A
In boolean algebra, the overbar stands for NOT operation. Therefore,
C = \(\bar { A } \)
Read This as "C" equals Not "A" or "C" equals the complement of "A''
If A is 0
C = \(\bar { 1 } \) = 0
On the other hand, if A is 1
C = \(\bar { 1 } \) = 0
The truth table for NOT gate is
| Input | Output |
| A | C |
| 1 | 0 |
| 0 | 1 |
24.
The method of repeated multiplication by 2 has to be used to convert such kind of decimal fractions.
The steps involved in the method of repeated multiplication by 2:
Step 1: Multiply the decimal fraction by 2 and note. the integer part. The integer part is either 0 or 1.
Step 2: Discard the integer part of the previous product. Multiply the fractional part of the previous product by 2. Repeat Step 1 until the same fraction repeats or terminates (0).
Step 3: The resulting integer part forms a sequence of 0s and 1s that become the binary equivalent of decimal fraction.
Step 4: The final answer is to be written from first. integer part obtained till the last integer part obtained.
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