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 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.
The Right most bit on the binary digit carries the smallest weight is called..........
LSB
MSB
RMB
LMB
2.
The left most bit on the binary digit carries the largest weight is called......
LSB
MSB
Word
Byte
3.
The decimal value of 1010.012 is_________.
10.5
10.25
10.05
10.025
4.
Expansion of LSB is________.
Least Significant Byte
Least Sign Bit
Least Significant Bit
Left Significant Bit
5.
Expansion of MSB is......
Most Sign Bit
Most Significant Bit
Medium Signal Bit
Most Significant Byte
6.
Which gate is called as the logical inverter?
AND
OR
NOT
XNOR
7.
Which is a basic electronic circuit which operates on one or more signals?
Boolean algebra
Gate
Fundamental gates
Derived gates
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.
Write a short note on NAND Gate
12.
What Is Boolean Algebra?
13.
Convert (46)10 into Binary number
14.
Write the 1's complement procedure.
15.
What is data?
16.
Reason out why the NAND an NOR are called universal gates?
17.
Write a short note on XNOR gate
18.
Write the truth table of fundamental gates
19.
Add 2010+2510
20.
What is radix of a number system? Give example
21.
How AND and OR can be realized using NAND and NOR gate
22.
Explain the fundamental gates of expression and truth table
23.
1.
(a)
LSB
2.
(b)
MSB
3.
(b)
10.25
4.
(c)
Least Significant Bit
5.
(b)
Most Significant Bit
6.
(c)
NOT
7.
(a)
Boolean algebra
8.
(b)
American Standard Code for Information Interchange
9.
(d)
1024
10.
(c)
Word length
11.
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
12.
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.
13.
∴ 4610 - 1011102
14.
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).
15.
The term data comes from the word datum, which means a raw fact. The data is a fact about people. places or some objects
16.
NAND and NOR gates are called Universal gates, because the fundamental logic gates can be realized through them
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 O.
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.
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 Systenm - Radix 8
Decimal Number System - Radix 10
Hexadecimal Number System - Radix 16.
21.
AND and OR operation from NAND gates are shown below
.png)
A.B = (A NAND B) NAND ( A NAND B)
OR operation
.png)
A+B (ANAND A)NAND (B NANDY Y)
b) AND AND OR operation from NOR gates are shown below.
.png)
A - B = (A NORA A) NOR (B NOR B)
.png)
A+ B = (A NOR B) NOR (A NOR B)
22.
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 0. 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 'I'. 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 ifboth 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 |
23.
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