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 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.
"75% of Men likes cricket" is............
Information
data
knowledge Record
Record
2.
How the message represented in computers?
Information
data
Knowledge
all of these
3.
The singular form of data is...........
Record
File
Datum
Values
4.
Data means..............
a set of values
a set of information
a set of records
a set of files
5.
How the information entered in a computer?
Knowledge
data
ASCII Value
BCD
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.
Name the four types of Number system.
12.
Name the Number system is used in general
13.
List the types of information stored in a computer
14.
Convert (46)10 into Binary number
15.
Write the 1's complement procedure.
16.
What is data?
17.
(101010)2 \(\rightarrow \) (?10) \(\rightarrow \) (?10)
18.
Why is the number conversion necessary?
19.
Add 2010+2510
20.
Write short note on ISCII.
21.
Convert (150)10 into Binary, then convert that Binary number to Octal.
22.
Write note on binary number System
23.
Explain Unicode.
24.
Explain the Derived gates with expression and truth table.
1.
(a)
Information
2.
(d)
all of these
3.
(c)
Datum
4.
(a)
a set of values
5.
(b)
data
6.
(a)
64
7.
(c)
Peta
8.
(b)
American Standard Code for Information Interchange
9.
(d)
1024
10.
(c)
Word length
11.
(i) Decimal Number system
(ii) Binary Number system
(iii) Octal Number system
(iv) Hexadecimal Number system
12.
The decimal Number system is the number system used in general.
13.
(i) Numbers
(ii) Text
(iii) Graphics
(iv) Animations
(v) Audio
(vii) Video etc
14.
(46)10 into Binary = 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.
Example : Rajesh 16, XI
17.
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)
18.
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.
19.
.png)
8 bit Format of 2010 = 00010100
8 bit format of 2510 = 00011001
2010 + 2510 = _________
00101101
__________
2010 + 2510 = 001011012
20.
ISCII - Indian Standard Code for Information Interchange (ISCII) is the system of handling the character of Indian local languages. This is a 8-bit coding system. Therefore it can handle 256 (28) characters. It is recognized by Bureau of Indian Standards (BIS). It is integrated with unicode.
The supported scripts are:
Assamese, Bengali (Bangla), Devanagari, Gujarati, Gurmukhi, Kannada, Malayalam, Oriya, Tamil, and Telugu. ISCII does not encode the writing systems of India based on Arabic, but its writing system switching codes none the less provide for Kashmiri, Sindhi, Urdu, Persian, Pashto and Arabic. The Arabic-based writing systems were subsequently encoded in the PASCII encoding.
ISCII is an 8-bit encoding. The lower 128 code points are plain ASCII, the upper 128 code points are ISCII-specific. In addition to the code points representing characters, ISCII makes use of a code point with mnemonic ATR that indicates that the following byte contains one of two kinds of information. One set of values changes the writing system until the next writing system indicator or end-of-line.
21.
Change it to Binary
.png)
15010 = 100101102
Step 2 : Change it to Octal
10,010,110
421 421 421
010 010 110
Binary 100101102
Octal =2268
22.
In Binary Number System, there are only two digits namely 0 and 1. The numbers in the binary system are represented to the base 2. In the Binary Number, the left most bit is the Most Significant Bit (MSB) and the right most bit is the Least Significant Bit (LSB). MSB has largest positional weight and LSB has smallest positional weight.
Ex. 110010₂
23.
(i) Unicode is the newest concept in digital coding. In Unicode, every number has a unique character.
(ii) Unicode is the universal character encoding standard used for the representation of text for computer processing
(iii) It can be used to store and process all significant current and past languages. Unicode provides a unique hex encoded number for every character
(iv) Unicode is a 16-bit code, which allows for about 65,000 different representations. This is enough to encode the popular Asian languages (Chinese, Korean, Japanese, etc.)
(v) It also turns out that ASCII codes are preserved. Therefore, conversion between ASCII and Unicode is a simple method (take all one byte ASCII codes and zero-extend them to 16 bits).
(vi) This will be the Unicode version of the ASCII characters. The C, C++ programs use the ASCII Code, and Java programs have already used Unicode. The Unicode Standard has been adopted by industry leaders such as Apple, HP, IBM, Microsoft, Oracle, SAP, Sun, Sybase, and Unisys. Unicode is required by web users and modem standards.
24.
The logic gates like NAND, NOR, XOR and XNOR are derived gates which are derived from the fundamental gates AND, OR NOT.
(1) NAND gate:
The NAND is the combination of NOT and AND. The NAND is generated by inverting the output of an AND operation.
Output: y = \(\overline { \left( A.B \right) } \)
The truth table for NAND gate is
| Input | Output | |
| A | B | y = \(\overline { \left( A.B \right) } \) |
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
(ii) NOR gate:
The NOR is the combination of NOT and OR. The NOR is generated by inverting the output of an OR operation.
Logic function: y = \(\overline { \left( A+B \right) } \)
the truth table for NAND gate is
| Input | Output | |
| A | B | y = \(\overline { \left( A+B \right) } \) |
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
(iii) XOR gate:
The XOR (exclusive - OR) gate acts in the same way as the logical either /or.
the truth table
| Input | Output | |
| A | B | C |
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
(iv) XNOR gate:
XNOR (exclusive - NOR) gate is a combination of XOR gate followed by an inverter.
Logic function: y= \(\overline { A \ B } \)
the truth table
| Input | Output | |
| A | B | C |
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Boolean function:
\(\mathrm{C} =\overline{\mathrm{A} \oplus \mathrm{B}} \)
\(=\overline{{\overline{\mathrm{A}}} \cdot \mathrm{B}+\mathrm{A} \cdot \overline{\mathrm{B}}} \)
\(=\overline{\overline{\mathrm{A}} \cdot \mathrm{B}} \cdot \overline{\mathrm{A} \cdot \overline{\mathrm{B}}} \)
\(=(\overline{\mathrm{A}}+\overline{\mathrm{B}})(\overline{\mathrm{A}}+\overline{\bar{B}}) \)
\(=(\mathrm{A}+\overline{\mathrm{B}})(\overline{\mathrm{A}}+\mathrm{B}) \)
\(=\mathrm{A} \overline{\mathrm{A}}+\overline{\mathrm{AB}}+\mathrm{AB}+\mathrm{B} \overline{\mathrm{B}} \quad \mathrm{A \overline {A }}=\mathrm{O}\)
\(\mathrm{C} =\overline{\mathrm{A}} \overline{\mathrm{B}}+\mathrm{AB}\)
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