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: 22/09/2018
Model Paper 2
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 device used CCD chip?
Light pen
Scanner
Microphone
Digital Camera
2.
Which one of the following is not a function of an operating system?
Program Management
Process Management
Device Management
Memory Management
3.
Which of the following is the most widely used notation to represent algorithms?
Flowchart
Pseudo code
English language
all of these
4.
Which of the following is not a Function of Operating System?
Process Management
Memory Management
Security management
Compiler Environment
5.
6.
How is encapsulation and abstraction are interrelated?
7.
What is the error in the following structure definition.
struct employee{ inteno;charename[20];char dept;}
Employee e1,e2;
8.
What is the output of the following code?
for (int i = 2; i < = 10 ; i + = 2)
cout << i;
9.
Mention different management techniques?
10.
What is meant by Decomposition?
11.
Distinguish between a condition and a statement.
12.
Define IPO Cycle.
13.
List out different distributions of Linux operating system.
14.
Write the functions of control unit.
15.
Define information hiding.
16.
The following code sums up the total of all students name starting with ‘S’ and display it.Fill in the blanks with required statements.
struct student {int exam no,lang,eng,phy,che,mat,csc,total;char name[15];};
int main()
{
student s[20];
for(int i = 0; i < 20; i ++)
{
…………………….. //accept student details
}
for(int i = 0; i < 20; i ++)
{
…………………….. //check for name starts with letter “S”
……………………. // display the detail of the checked name
}
return 0;
}
17.
Convert the following if-else to a single conditional statement:
if (x > = 10)
a = m + 5;
else
a = m;
18.
Draw a flowchart for alternative control flow.
19.
What is case analysis?
20.
What is Nano-technology?
21.
Write few goals of scheduling.
22.
Explain and list out examples of mobile operating system.
23.
Differentiate optical and Laser mouse.
24.
Write a program to find sum of the series
S = 1 + x + x2 +..... + xn
25.
Write a note on case analysis.
26.
Decanting problem. You are given three bottles of capacities 5, 8 and 3 litres. The 8L bottle is filled with oil, while the other two are empty. Divide the oil in 8L bottle into two equal quantities. Represent the state of the process by appropriate variables. What are the initial and final states of the process? Model the decanting of oil from one bottle to another by assignment. Write a sequence of assignments to achieve the final state.
27.
What are Registers? Explain the five Registers that are essential for instruction execution.
28.
29.
List out the points to be noted while creating a user interface for an Operating system.
1.
(d)
Digital Camera
2.
(a)
Program Management
3.
(b)
Pseudo code
4.
(b)
Memory Management
5.
(c)
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.
Errors: (); is missing (ii) spaces are missing at two places (iii) structure name given wrongly.
Corrected structure:
struct employee (int eno; char ename [20];
char dept;}
employee e1, e2;
8.
Output:
2 4 6 8 10.
9.
Single continuous allocation, Partitioned allocation, Paged memory management, Segmented memory management.
10.
It is nothing but breaking down problem into smaller and more manageable problems.
11.
| statement | condition |
| A statement is a phrase that commands the computer to do an action. | A condition is a phrase that describes a test of the state. |
| In flow chart rectangular box is used | In flow chart diamond box is used |
| Ex. x: = 5 | Ex. If C SI else S2 |
12.
The functional components of a computer performs. Every task given to a computer follows an Input- Process- Output Cycle (IPO cycle).
13.
Different server distributions in Linux OS:
Ubuntu, Linux Mint, Debian, Fedora, RedHat.
14.
The control unit controls the flow of data between the CPU, memory I/O devices. It also controls the entire operations of a computer.
15.
Encapsulation is the most striking feature of a class. The data is not accessible to the outside world, and only those functions which are wrapped in the class can access it. This encapsulation of data from direct access by the program is called data hiding or information hiding.
16.
}
struct student
int exam_no, lang, eng, phy, chem, mat, csc, total;
char name [15];
}
int main()
{
students [20];
for (int i = 0; i <20; i++)
{
cout<<"\n Enter the exam number of student:"";
cin>> s[i].exam_no.;
cout << "\n Enter language names:";
ein>>s[i].lang;
cout<<"Enter name of the Student:"";
cin>>s[i].Name;
}
for (int i=0; i<20; i++)
{
if (s[i],name[0] == 's')
{
cout << "Exam number:" << s[i].name;
cout << "Student Exam number";
}
}
return 0;}
17.
a=(x>=10)? m + 5:m;
18.

19.
1. Case analysis statement generalizes it to multiple cases.
2. Case analysis splits the problem into an exhaustive set of disjoint cases.
20.
Nano-technology is an engineering, science, and technology that develops machines or works with one atom or one molecule that is 100 nanometers or smaller.
21.
(i) Farmers
(ii) Response time
(iii) Throughput
(iv) Turn around time
22.
A mobile operating system controls a mobile device and its design supports wireless communication and different types of mobile applications. It operates on smart phones Tablets and Digital Mobile devices.
(i) Google Android
(ii) Apple iOS
(iii) Blackberry
(iv) Symbian
23.
| 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 |
24.
#include <iostream>
using namespace std;
#include <math.h>
int main()
{
int x, n;
float sum= 0;
cout<<"Enter the value for x:";
cin>>x;
cout<<"Enter the number of terms";
cin>>n;
for (int i=0; i<n; i++)
sum = sum + Pow(x,i);
cout<<"Sum="<< Sum<<endl;
cin.get();
return 0;
}
25.
The alternative statement analyses the problem into two cases. The case analysis statement generalizes it to multiple cases. Case analysis splits the problem into an exhaustive set of disjoint cases. For each case, the problem is solved independently. if Cl, C2, and C3 are conditions, and S1, S2, S3, and S4 are statements, a 4-case analysis statement has the form,
1. Case C1
2. S1
3. Case C2
4. S2
5. Case C3
6. S3
7. else
8.S4
The conditions C1, C2, and C3 are evaluated in turn. For the first condition that evaluates to true, the corresponding statement is executed, and the case analysis statement ends. If none of the conditions evaluates to true, then the default case S4 is executed.
1. The cases are exhaustive: at least one' of the cases is true. If all conditions are false, the default case is true.
2. The cases are disjoint: only one of the cases is true. Though it is possible for more than one condition to be true, the case analysis always executes only one case, the first one that is true. If the three conditions are disjoint, then the four cases are (1) C1, (2) C2, (3) C3, (4), (not C1) and (not C2) and (not C3).
26.
Ans.(a)
Let a, b, c be the variables whose maximum value are 8L, 5L and 3L respectively.
Initial State
a, b, c: 4, 4,0
Specifications:
1 decant
2-inputs: a, b, c: =8,0,0
3-outputs: a, b, c: = 4, 4, 0
Algorithm:
Let us assume that a: = b denote oil in b is poured into a bottle until either "a" is full or "b" becomes empty.
1 decant (a, b, c)
2 a, b, c:=8,0,0
3 b:=a
4 --a, b, c: 3, 5, 0.
5 c:=b
6 --a, b, c: = 3, 2, 3
7 a:=c
8 -- a, b, c: = 6, 2,0
9 c:=b
10 --a, b, c:=6,0,2
11 b: a
12 a, b, c: = 1, 5, 2
13 c:=b
14 --a, b, c: 1, 4, 3
15 a: c
16 --a, b, c: = 4, 4,0
27.
Registers:
(i) Registers are the high-speed temporary storage locations in the CPU. Hence, their contents can be handled much faster than the' contents of memory.
(ii) Although the number of registers varies from computer to computer, there are some registers which are common to all computers. Five registers that are essential for instruction execution are:
(iii) Program Counter (PC): Contains the address of the next instruction to be fetched.
(iv) Instruction Register (IR): Contains the instruction most recently fetched.
(v) Memory Address Registers (MAR): Contain the address of a location in memory for read and write operations.
(vi) Memory Buffer Register (MBR): It contains the value to be stored in memory or the last value read from memory.
(vii) Accumulator (ACC): An accumulator is a general purpose register used for storing temporary result produced by the arithmetic logic unit.
28.

29.
The main purpose of using an operating system:
(i) It controls and coordinates all the activities of a computer system.
(ii) It provides an environment for a computer user to execute programs on computer hardware in a convenient and efficient manner.
(iii) It enables the user to design the application, and also it provides an interface to interact with the computer and controls the execution of all kinds .of programs without knowing the internals of the hardware.
(iv) It interprets the command and instructions to perform the specified tasks.
(v) It coordinates and assigns the compilers, assemblers, utility programs to the users.
(vi) It detects errors present in the hardware and software.
(vii) It maintains the internal time clock.
(viii) It protects itself from being destroyed by any users.
(ix) It serves two major functions
1. Supervision (Prevent errors)
2. Management (Operation and control of I/O devices)
(x) It loads the program itself into memory so that user can interact with hardware and software.
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