11th Computer Science Half Yearly QP EM Thanjavur
11th Computer Science Half Yearly QP EM Thanjavur
in
EXAMINATION-
YEARLY
HTJ HALF COMPUTER SCIENCE
MARKS: 70
CLASS:11
TIME 3 . 0 0 Hrs
If there is any
for fairness of printing.
Instructions: 1. Check
the Question paper Blue or Black ink to.
immediately. 2. Use
Hall Supervisor
lack of fairness, inform the
to draw diagrams.
u n d e r l i n e and pencil
write and PART-I 15
15 X1
Choose the best answer.
used IC's?
Which generation
of computer c) Third
d) Fourth
1. b) Second
a) First
combination of?
NOR is a
c) NOT(NOT) d) NOT(NOR)
b) NOT(AND)
a) NOT(OR)
memory?
B. Which is the fastest Cache memory d) Blue-Ray disc
a) Hard disk
b) Main memory c)
used by Linux is
The File management system d) NFTS
.
b) NTES c) FAT
3) ext2
to rename a file in windowS
. The shortcut key used d) F6
c) FS
) F2 b)F4
the loop is iterated?
n
. How many times
l.i
i:=0
while i #5
I: = 1 + 1
a) 4 b) 5
da
6 d) o
8.
c) do...while d) if...else
a) for b)whilee
al
to reference of a variable?
9. Which operator is used access
a) S b) c) & d)!
.k
b) 5 c) 6 d) 4
12.
a)2
Which of the following is a user defined data type?
w
n
35. Explain the characteristics of a microprocessor? (OR)
Write the procedure to create shortcut in Windows OS?
l.i
36. Explain the different types of inheritance. (OR) What is an entry control loop? Explain
37.
any one of the entry controlled loop with suitable example.
Explain scope of variable with example. da
(OR)
ka
Write the output of the following C++ program.
#include<iostream>
vi
#include<stdio>
#include <string>
al
#include<conio>
.k
int main)
w
COute ..\n
coute "Book Name "cstrcpyla[0].name, "Programming) sendl;
cout« "Book Author:"<strcpyla[0] author, "Dromy")<<endi;
coutee"nDetails of Book No "< 2 *< "\n";
coutee "Book Name
"<<strcpylal1].name, "C++programming")scendl;
cout< "Book Author :"<<strcpy(a[1].author, "BjarneStroustrup "<<endl;
coute"\n\n";
COutcE .. ************************ ***********
.n
coute<"S.No\t Book Name\t|author\n";
Coutce ************************************* ************
.\n
for (int i=0; i<2; i++)
cout"\n"<<<i+1 <<"\t" «
al[i).name << "\t" <<
a[i|.author
cout<"\n-
**************************************.** ***********************
return 0