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: 13/09/2019
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.
____________is an electronic (solid-state) non-volatile computer storage medium that can be electrically erased and reprogrammed.
main memory
flash memory
Blu-Ray disc
USB
2.
The fundamental logic are.....
five
four
two
three
3.
Which of the following interface transfers the uncompressed video and audio data to a computer monitor?
DVD
CD
HDMI
HDD
4.
102 + 102 =......
1002
202
1102
102
5.
The capacity of ordinary CD is .......
700 MB
700 GB
700 KB
700 TB
6.
The singular form of data is...........
Record
File
Datum
Values
7.
Which of the following are the computer systems inspired by the biological neural networks?
NLP
IBM
Robotics
ANN
8.
Which bus in unidirectional?
Address bus
Control bus
Data bus
system bus
9.
Laser mouse has as many as ______ buttons.
10
11
12
3
10.
Robotics develop in_____ generation.
Third
Fourth
Fifth
Sixth
11.
Which of the following is not a first generation computers?
ENIAC
EDVAC
UNIVAC 1
IBM1401
12.
NOR is a combination of ?
NOT(OR)
NOT(AND)
NOT(NOT)
NOT(NOR)
13.
14.
Which of the following refers to Android operating system's version?
JELLYBEAN
UBUNTU
OS/2
MITTIKA
None of the above
15.
First generation computers used
Vacuum tubes
Transistors
Integrated circuits
Microprocessors
16.
Write the 1's complement number and 2's complement number for the following decimal number: -46
17.
What is the use of ports?
18.
Initially, farmer, goat, grass, wolf = L, L, L, L and the farmer crosses the river with goat. Model the action with an assignment statement.
19.
List out different distributions of Linux operating system.
20.
21.
Differentiate Input and output unit.
22.
Write the three main units of microprocessor.
23.
What is OS?
24.
Write a short note on Interactive OS.
25.
Explain Time sharing scheduling or priority scheduling.
26.
What is the difference between assignment operator and equality operator?
27.
Are drives such as hard drive and floppy drives represented with drive letters?
28.
Customers are waiting in a line at a counter. The man at the counter wants to know how many customers are waiting in the line.
29.
Write six uses of operating system.
30.
Explain the octal to decimal conversion and hexadecimal to decimal conversion.
31.
32.
Write the procedure to convert fractional Decimal to Binary.
1.
(b)
flash memory
2.
(d)
three
3.
(d)
HDD
4.
(a)
1002
5.
(a)
700 MB
6.
(c)
Datum
7.
(d)
ANN
8.
(a)
Address bus
9.
(c)
12
10.
(d)
Sixth
11.
(d)
IBM1401
12.
(a)
NOT(OR)
13.
(a)
14.
(a)
JELLYBEAN
15.
(a)
Vacuum tubes
16.
Binary equivalent of -46 =101110
8 bit format =00101110
1's Complement = 11010001
Add 1 to LSB =1
2's Complement of -46 = 11010010

17.
The Motherboard of a computer has many I/O sockets that are connected to the ports.
18.
Model of the action with an assignment statement:
1. --farmer, goat, grass, wolf = L,L.L.L.
2. Farmer, goat:= R, R
3. -farmer, goat, grass, wolf = R.R.L,L
4. --farmer: = L
5. --farmer, goat, grass, wolf = L,R,L.L
6. farmer, grass: = R, R
7. --farmer, goat, grass, wolf = R,R,R,L
8. farmer, goat: = L, L
9. --farmer, goat, grass, wolf = L,L,R,L
10. farmer, wolf: = R.R
11. --farmer, goat, grass, wolf = R,L,R,R
12. farmer: = L
13. --farmer, goat, grass, wolf = L,L,K,R
14. farmer, goat: = R,R
15. -- farmer, goat, grass, wolf = R,R,R,R
19.
Different server distributions in Linux OS:
Ubuntu, Linux Mint, Debian, Fedora, RedHat.
20.
21.
| Input Unit | Output Unit |
| An input device feeds information to a computer system for processing. | output device reproduces or displays the results of that processing. |
| Input devices only allow for input of data to a computer. | output devices only receive the output of data from another device. |
| It is a peripheral device used to provide data and control signals to an information processing system such as computer. | It is a unit which sends data from the computer to another device. |
| Eg. keyboard, mouse | Eg. printer, monitor |
22.
The microprocessor is made up on main units. They are:
(i) Arithmetic and Logic unit (ALU):
To perform arithmetic and logical instructions based on computer instructions.
(ii) Control unit :
To control the overall operations of the computer through signals.
(iii) Registers (Internal Memory):
They are used to hold the instruction and data for the execution of the processor.
23.
(i) An operating system (OS) is a software program that enables the computer hardware to communicate and operate with the computer software.
(ii) It also acts as an interface between the user and the computer hardware and controls the execution of all kinds of programs.
24.
(i) This is the operating system that provides a Graphic User Interface (GUI) through which the user can easily navigate and interact.
(ii) The computer responds almost immediately after an instruction has been entered, and the user can enter new instructions after seeing the results of the previous instructions.
25.
(i) Each program or task is given a fixed amount of time to execute.
(ii) The CPU continues with the execution till either the allotted time is over or there is some interrupt request or the task is completed before the allotted time.
26.
| Assignment Operator | Equality Operator |
| Assignment operator is used to assign the values to the variable. | The equality operator is used to compare the values of both the variables and the result is true or false. |
27.
Yes, hard drives and floppy drives are represented with drive letters.
A: drive is used for floppy disk of 3.5 inches and storage capacity of 1.44 MB.
B: drive is for floppy of size 5.25 inches and of storage capacity of 1.2 MB
So, we can say like
A: First Floppy Drive
B: Second Floppy Drive
C: D:E:.....Z: Hard Disk Drives, CD/DVD
28.
Customers are waiting in a line at a counter. The man at the counter wants to know how many customers are waiting in the line.

Instead of counting the length himself, he asks customer A for the length of the line with him at the head, customer A asks customer B for the length of the line with customer B at the head, and so on. When the query reaches the last customer in the line, E, since there is no one behind him, he replies 1 to D who asked him. D replies 1 + 1 = 2 to C, C replies 1 + 2 = 3 to B, B replies 1 + 3 = 4 to A, and A replies 1 + 4 = 5 to the man in the counter
29.
The main use of Operating System is
1. to ensure that a computer can be used to extract what the user wants it do.
2. Easy interaction between the users and computers.
3. Starting computer operation automatically when power is turned on (Booting),
4. Controlling Input and Output Devices
5. Manage the utilization of main memory.
6. Providing security to user programs.
30.
Octal to Decimal Conversion:
To convert Octal to Decimal, we can use positional notation method.
1. Write down the Octal digits and list the powers of8 from right to left(Positional Notation)
2. For each positional notation of the digit write the equivalent weight.
3. Multiply each digit with its corresponding weight
4. Add all the values
Example

Hexadecimal to Decimal Conversion:
To convert Hexadecimal to Decimal we can use positional notation-method.
1. Write down the Hexadecimal digits and list the powers of 16 from right to left
(Positional Notation)
2. For each positional notation written for the digit, now write the equivalent weight.
3. Multiply each digit with its corresponding weight
4. Add all the values to get one final value.
Example-
Convert (25F)16 into its equivalent Decimal number.

31.
1985 1. Introduction of GUI in 16 - bit. processor
1987 1. Supports to minimize or maximize windows.
1992 1. Introduced the concept of multitasking.
1995 1. Introduced Start button, the taskbar, Windows Explorer and Start menu.
1998 1. Integration of the Web browser (Internet Explorer) with the Operating System.
Designed to act as servers in network. 7. Windows Me
2000 It introduced automated system diagnostics and recovery tools. 8. Windows 2000
2000 1. Served as an Operating System for business
2001 1. Introduced 64-bit Processor.
2006 Updated the look and feel of Windows 11. Windows 7
2009 Booting time was improved, introduced new user interfaces like Aero Peek, pinning programs to the taskbar, handwriting recognition etc, and Internet Explorer 8. 12. Windows 8
2012 1. Windows 8 was faster than previous versions of Windows.
2015 1. Start Button was added again.32.
The method of repeated multiplication by 2 has to be used to convert such kinds 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 0's and 1's that become the binary equivalent of a decimal fractions.
Step 4: The final answer is to be written from first. integer part obtained till the last integer part is 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