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/01/2020
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.
Write a short note on Tamil in internet.
2.
Differentiate Spyware and Ransomware.
3.
What is function signature?
4.
Write about objects.
5.
Write a C++ program to find sum of any 5 numbers.
6.
Which function is used to convert the given character into its uppercase? Give example.
7.
Why the following identifiers are invalid? Give reason
(i) num-add
(ii) This
(iii) 2myfile
8.
Differentiate “=” and “==”.
9.
Why the operating system is needed?
10.
Draw the diagram of overview of an operating system.
11.
Write an algorithm to find the minimum of two number.
12.
How will you solve a problem using recursion?
13.
Write a note on RISC processor.
14.
Write a note on desktop.
15.
Differentiate initial and final state of an algorithm.
16.
How is state represented in algorithms?
17.
Are there any difficulties you face while using Ubuntu? If so, mention it with reasons.
18.
Differentiate PROM and EPROM
19.
Write short note on impact printer.
20.
What is an input device? Give two examples.
1.
1. Internet is the best information technological device, through which we get know everything from the Internet.
2. In 2017 a study conducted by KPMG a Singapore-based organization along with, google, reported that, Tamil topped the list, among the most widely used languages in India where 42% are using the Internet in Tamil.
3. Moreover in 2021 onwards, 74% of people in India will access the internet using Tamil and it will be in the top usage of Internet in India.
2.
| Spyware | Ransomware |
| Spyware can be installed on the computer automatically when the attachments are open, by clicking on links or by downloading infected software. | Ransomware is a type of malicious program that demands payment after launching a cyber-attack on a computer system. This type of malware has become increasingly popular among criminals and costs organizations millions each year. |
3.
The ability of the function to process the message or data in more than one form is called as function overloading. It implies that two or more functions in the same scope share the same name but their parameters are different. In this situation, the functions that share the same name are said to be overloaded and the process is called function overloading. The number and types of a function's parameters are called the function's signature.
4.
Objects:
Represents data and its associated function together into a single unit. Objects are the basic unit of OOP. Basically an object is created from a class. They are instances of class also called as class variables. An identifiable entity with some characteristics and behaviour is called object.
5.
#include< iostream.h >
using namespace std;
int main ( )
{
int i=1,num,avg,sum=0;
while(i < =5)
{
cout << "Enter the number :";
cin>>num;
sum=sum+num;
i++;
}
avg=sum/5;
cout << "The sum is" << sum << endl;
}
Output
Enter the number: 1
Enter the number: 2
Enter the number: 3
Enter the number: 4
Enter the number: 5
The sum is 15
6.
toupper(): This function is used to convert the given character into its uppercase. This function will return the uppercase equivalent of the given character. If the given character itself is in upper case, the output will be the same
Syntax:
char toupper( char c);
The following statement will assign the character constant 'K' to the variable c.
char c = toupper('k');
7.
| Identifiers | Valid/ Invalid | Reason for invalid |
|---|---|---|
| num-add | Invalid | Contains special character (-) |
| This | Invalid | This is one of the keywords. keywords cannot be used as identifier names. |
| 2myfile | Invalid | The name must start with an alphabet or an underscore |
8.
| = | == |
| " = "is an assignment operator | " == " is an equal to operator and it is a relational operator. |
| It is used to assign the value of variable or expression | It is used for comparison of both left and right side operands. |
| Eg: a = b (b value is assigned to a) | Eg: a==b (a value will be compared with b value). |
9.
Need for operating system:
Operating System has become essential to enable the users to design applications without the knowledge of the computer's internal structure of hardware. Operating System manages all the Software and Hardware. Most of the time there are many different computer programmes running at the same time, they all need to access the Computers, CPU, Memory and Storage. The need of Operating System is basically- an interface between the user and hardware

Operating System works as translator, while it translates the user request into machine languagetfsinary language), processes it and then sends it back to Operating System. Operating System converts processed information into user readable form.
10.

11.
1. minimum(a,b)
2. --a,b
3. ifa
4. result:=a
5. else
6. result=b
7. --result=a \(\downarrow\) b
12.
Recursion is another algorithm design technique, closely related to iteration. Using recursion, we solve a problem with a given input, by solving the same problem with a part of the input, and constructing a solution to the original problem from the solution to the partial input.
13.
(i) RISC stands for Reduced Instruction Set Computers. They have a small set of highly optimized instructions.
(ii) Complex instructions are also implemented using simpler instructions, thus reducing the size of the instruction set.
(iii) Examples of RISC processors are Intel P6, Pentium IV, AMD K6 and K7.
14.
(i) The opening screen of Windows is called "Desktop".
(ii) The desktop of your computer may look different
(iii) This is because Windows allows you to change the appearance of the desktop.
(iv) The desktop is the opening screen which consists of the icons as well as the Start button.
(v) The desktop can be used to store information temporarily or to move around documents and windows.
15.
The inputs and outputs are passed between an algorithm and the user through variables. The values of the variables when the algorithm starts is known as the initial state, and the values of the variables when the algorithm finishes is known as the final state.
16.
The state represented in a algorithm is set of variables. At any place the value of the variables are substituted and evaluation is done.
17.
(i) Ubuntu has less hardware support for commercial/industrial/medical/ logistical therefore its less voted for use in big time backends.
(ii) Ubuntu doesn't support middlewares such as C panel, cloud linux and a plethora of other infrastructure or monitoring tools.
(iii) Hard to install graphic drivers especially for old hardwares. It is not possible to play the modern games, because of poor graphics quality.
(iv) The user switching from windows will not like the user experience on Ubuntu and will have difficulty in operating the OS.
(v) Ubuntu is not capable of playing MP3 files by default.
18.
| 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. |
19.
Impact printers:
(i) Impact printer refers to the class of printers that work by banging a head or needle against an ink ribbon to make a mark on the paper.
(ii) Impact printers are very noisy.
(iii) These printers can print on multi-part.
Eg: Dot Matrix, Line printers.
20.
Input Device:
It is a peripheral device used to provide data and control signals to an information processing system. Eg: Keyboard, Mouse, Scanners, Digital cameras, Joysticks.
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