Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Kendriya Vidyalaya No.1, Kalpakkam: Computer Science

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

KENDRIYA VIDYALAYA NO.

1, KALPAKKAM
HALF YEARLY EXAMINATION - 2012-13

COMPUTER SCIENCE
Time : 3 hours

CLASS XI

Max Marks : 70

General Instructions
a) Write proper question number.
b) Answer all the questions.
c) This question paper consists of 2 pages.
d) Indent the programs appropriately

Answer the following questions

1.
2.
3.
4.
5.
6.

What is data?
Expand a) GB b) VLSI
Differentiate between Second generation and fourth generation computer.
What are the major strengths and weaknesses of computer?
Write a short note on Microcomputer?
Write and explain different components of CPU?

II

Answer the following questions

1
0
1
1
2
2
2
2
1
0

7.

Write DOS commands to


a. To display current date of the system
b. To rename file comp1.txt to comp2.txt
8. How to delete the file completely from the system?
9. Explain following Dos Commands with syntax1. Type
2. Edit
10. What is Time Sharing operating system?
11. What is Process Control Block?

1
1
2
2
2
2

III Answer the following questions


12
13
14
15
I
V

1
0
2

Convert
a) 5428 to binary number
b) AB5416 to decimal number
Express -54 using 8 bits in Sign and Magnitude representation.
Convert
a. 7.58 to Binary number
b. 123410 to hexadecimal number
What is RAM? Explain the working of RAM. Name any two types of RAM.

2
2
4

Answer the following questions

1
0

16
17
18
19

Write short note on


1. CRT
2. LCD
What do you mean by RISC?
Explain Dot Matrix Printer?
What do you mean by RAM? Write and explain different types of RAM?

Answer the following questions

1
1
2
2
4

20
21

1
0
2
2

25

2
2
2
2
0
2

What is Modular Programming?


Explain in brief
1. Data Abstraction
2. Encapsulation
22 What do you mean by Polymorphism?
23 What is Inheritance? Why it is used?
24 Write short note on class and object?
VI Answer the following questions

26
27
28
29
30
31

32

What is the output of following program?


int result = 4 + 5 * 6 + 2;
cout<<result;
int a = 5 + 7 % 2;
cout<<a;
What is data type? Explain different data types in detail?
Write the corresponding c++ expressions
a. A5 + b4 + c3
b. 10xy + x2y2 + sinx + log x
What is Operator? Explain different types of operators used in C++.
Write and explain different types of Errors?
Write a program to find average and percentage of your marks (5 subjects). The
maximum marks of each subject is 150.
Find errors in the following c++ program
Void main()
{
int a,b
if a > b
cout>>" a is greater ";
else
cout<" b is greater ";
getch;
}
What is type casting? Explain different types of type casting?

3
2
3
3
3
2

******

You might also like