11th Standard Syllabus & Materials
11th Standard
TN 11th English Supplementary - 3 - The First Patient (Play) Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 3 - Forgetting Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 2 - The Queen of Boxing Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Poem - 1 - Once Upon A Time Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 1 - The Portrait of a Lady Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Tamil Computing Sample Question Papers Study Material - QB365 Set A

Published on: 22/09/2018
Important Question paper
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 memory management technique does not provide the program with a "linear and contiguous address space"?
Segmented
Paged
Partitioned
Single
2.
NLP is a component of _____
Expert systems
Robotics
Parallel computing
Artificial Intelligence
3.
Which of the following describes a test of the statement?
Order
Condition
Statement
Instruction
4.
Android is a ________
Mobile Operating system
Open Source
Developed by Google
All the above
5.
Identify the input device
Printer
Mouse
Plotter
Projector
6.
How is encapsulation and abstraction are interrelated?
7.
What is Strings?
8.
What is the output of the following code?
for (int i = 2; i < = 10 ; i + = 2)
cout << i;
9.
What is a Flow-chart?
10.
Both conditional statement and iterative statement have a condition and a statement. How do they differ?
11.
Name the First generation computers.
12.
What do you mean by task in Single user OS? Give example.
13.
What is multi-processing?
14.
What is the function of an ALU?
15.
List some of the features of modular programming.
16.
What is called nested structure. Give example
17.
Write a short program to print following series:
(a) 1 4 7 10...... 40
18.
What are the compound statements?
19.
If C is false in line 2, trace the control flow in this algorithm.
1 S1
2 -- C is false
3 if C
4 S2
5 else
6 S3
7 S4
20.
Differentiate Dot Matrix Printer and Laser Printer.
21.
What is an operating system and how are they classified based on Interaction?
22.
Explain the process management algorithms in Operating System.
23.
Write short note on impact printer.
1.
(a)
Segmented
2.
(d)
Artificial Intelligence
3.
(b)
Condition
4.
(a)
Mobile Operating system
5.
(b)
Mouse
6.
Abstraction means giving only essential things and hiding unnecessary details. Encapsulation is the binding of data members and methods together in a capsule to avoid accidental changes to data from external users. i.e., encapsulation is the bundling of related algorithms and data.
7.
A string is defined as a sequence of characters where each character may be a letter, number or a symbol. Each element occupies one byte of memory. Every string is terminated by a null ('\0', ASCII code 0) character which must be appended at the end of the string.
8.
Output:
2 4 6 8 10.
9.
It is a diagrammatic representation of algorithms.
10.
| Conditional Statement | Iterative Statement |
| Statements are executed only once when the condition is true. | Iterative statement repeatedly evaluates a condition and executes a statement until it becomes false. |
| If condition statement. | While condition statement. |
11.
ENIAC, EDVAC, UNIVAC 1
12.
A task is a function such as printing a document, writing a file to disk, editing a file or downloading a file etc. MS-DOS is an example for a single user and single task Operating System.
13.
Multiprocessing is one of the features of operating system. It has two or more processors for a single running process. Each processor works on different parts of the same task or two or more different tasks.
14.
The ALU is a part of CPU where various computing functions are performed on data. ALU performs arithmetic operations such as addition, subtraction, multiplication, division and logical operations.
15.
Important features of Modular programming:
1. Emphasis on algorithm rather than data
2. Programs are divided into individual modules
3. Each modules are independent of each other and have their own local data
4. Modules can work with its own data as well as with the data passed to it.
Example: Pascal and C.
16.
The structure declared within another structure is called a nested structure
Example:
struct Student
{
int age;
float height, weight;
struct dob
{
int date;
char month[4];
int year;
};
}sl;
17.
#include <iostream>
using namespace std;
int main()
{
cout<<"\n PRINT SERIES";
for (int i=1;i< 40; i=i+3)
cout << i << "1+";
cin.get():
return ();
}
18.
Compound statements are composed of sequential, alternative and iterative control flow statements.
19.
S1; S2; S4
20.
| Dot Matrix Printer | Laser printer |
| Printing speed is slow | Printing speed is high. |
| Suitable for black and white printing. | Suitable of colour printing. |
| It makes noise while printing. | It is silent while printing. |
21.
(i) An as is a system software which serves as the interface between a user and computer.
(ii) It is defined as a collection of programs that coordinates the operations of computer hardware and software.
(iii) On the basis of interaction, the Operating systems are divided in two types as GUI and CUI.
22.
(i) This algorithm is based on queuing technique. This is the basic logic of the FIFO algorithm.
(ii) Technically, the process that enters the queue first is executed first by the CPU, followed by the next and so on.
(iii) The processes are executed in the order of the queue (row).
23.
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.
11th Standard Syllabus & Materials
11th Standard
TN 11th Computer Applications Computer Ethics and Cyber Security Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications JavaScript Functions Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Control Structure in JavaScript Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Introduction to JavaScript Sample Question Papers 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