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/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.
Which of the following is not an invariant of the assignment? m, n := m+2, n+3
m mod 2
n mod 3
3 x m - 2 x n
2 x m - 3 x n
2.
Suppose u, v = 10, 5 before the assignment. What are the values of u and v after the sequence of assignments?
1 u :=v
2 v := u
u, v = 5,5
u, v = 5,10
u, v = 10,5
u, v = 10,10
3.
What is the smallest size of data represented in a CD?
blocks
sectors
pits
tracks
4.
Which is the default browser for Ubuntu?
Firefox
Internet Explorer
Chrome
Thunderbird
5.
File Management manages
Files
Folders
Directory systems
All the Above
6.
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
7.
Expand POST
Post on self Test
Power on Software Test
Power on Self Test
Power on Self Text
8.
9.
Why is function an abstraction?
10.
Define a loop invariant.
11.
What is Open Source?
12.
List the encoding systems that represents characters in memory
13.
What is multi-user Operating system?
14.
15.
16.
What is the difference between assignment operator and equality operator?
17.
Convert (150)10 into Binary, then convert that Binary number to Octal.
18.
Write the specific use of Cortana.
19.
Differentiate PROM and EPROM
20.
What are the advantages and disadvantages of Time-sharing features?
21.
Differentiate optical and Laser mouse.
22.
23.
Convert (98.46)10 to Binary.
24.
Explain advantages and disadvantages of open source operating systems.
25.
1.
(d)
2 x m - 3 x n
2.
(a)
u, v = 5,5
3.
(c)
pits
4.
(a)
Firefox
5.
(d)
All the Above
6.
(b)
American Standard Code for Information Interchange
7.
(d)
Power on Self Text
8.
(c)
9.
Once a function is defined, it can be used over and over and over again. Reusability of a single function several times is known as an abstraction.
10.
In iteration, the loop body is repeatedly executed as long as the loop condition is true. Each time the loop body is executed, the variables are updated.
However, there is also a property of the variables which remains unchanged by the execution of the loop body. This unchanging property is called the loop invariant.
11.
Open source refers to a program or software in which the source code is available in the web to all public, without any cost.
12.
(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
13.
A Multi-user Operating system is a computer operating system (OS) that allows multiple users on different computers or terminals to access a single system with one OS on it.
14.
15.
16.
| 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. |
17.
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
18.
Uses of Cortana:
1. Cortana is a voice activated personal assistant.
2. Give the reminders based on time, places, or people.
3. Track packages, teams, interests, and flights.
4. Send emails and texts.
5. Manage the calendar and keeps up to date.
6. Create and manage lists.
7. Chit chat and play games.
8. Find facts, files, places, and info.
9. Open any app on the system.
19.
| PROM | EPROM |
| Can be Programmed only once. | It is reusable and can be programmed multiple times. |
| This has Permanent memory. | EPROMs memory can be erased using UV light. |
| Enclosed in plastic package so that not visible to UV light. | EPROMs are fused with quartz window. |
| Uses high Voltage. | Also use high Voltage but not enough to alter the semiconductor layer permanently. |
20.
Advantages and disadvantages of Time Sharing Option (TSO)
| Time-Sharing Operating Systems | |
| Advantages | Disadvantages |
| Each task and each user get its time. | Problem in Reliability |
| Systems have to give time to these application individual tasks and other applications also, so that all system behave correctly. | It consumes many resources so it need special operating systems. |
| Reduces the CPU ideal time | Need High specification hardware |
21.
| Optical Mouse | Laser Mouse |
| It is less sensitive towards the surface | Highly sensitive |
| Tracking power is less | Tracking power is more |
| Old technology | Latest technology |
| This uses the light source instead of ball to judge the motion of the pointer. | This uses Laser light |
| Optical mouse has 3 buttons | No. of buttons will vary from 3 to many |
22.
23.
98.4610

2. Fractional part
0.46 x 2 = 0.92 = 0
0.92 x 2 = 1.84 = 1
0.84 x 2 = 1.68 = 1
0.68 x 2 = 1.36 = 1
0.36 x 2 = 0.72 = 0
0.72 x 2 = 1.44 = 1
98.4610 = (1100010.011101...)2
24.
The benefits of open source are tremendous and have gained huge popularity in the IT field in recent years. They are as follows:
1. Open source (OS) is free to use, distribute and modify.
2. Open source is independent of the company as author who originally created it.
3. It is accessible to everyone. Anyone can debug the coding.
4. It doesn't have the problem of incompatible formats that exists in proprietary software.
5. It is easy to customize as per our needs.
6. Excellent support will be provided by programmers who will assist in making solutions. Some of the disadvantages are:
7. Latest hardware are incompatible, i.e. lack of device drivers.
8. It is less user friendly and not as easy to use.
9. There may be some indirect costs involved such as paying for external support.
10. Malicious users can potentially view it and exploit any vulnerability.
25.
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