Computer Science Model Paper
Computer Science Model Paper
Computer Science Model Paper
Model Paper
SUBJECT: COMPUTER SCIENCE PAPER -1
TIME TOTAL MARKS :50
(a) The time required to move R/W head to the particular track is called _________.
(i) Latency time (ii) Seek time (iii) Waiting time (iv) Response time (1)
(a) Explain the following HTML tags with one example of each: (3)
(i) <MARQUEE>
(ii) <SUB>
(iii)<BODY>
(b) What is Polymorphism ? Explain Compile Time and Run Time Polymorphism (3)
(a) What is Constructor and Destructor ? Explain each with the help of suitable example (4)
(b) What do you mean by Virtual Memory ? Explain any three terms used in Virtual (4)
Memory.
(a) Write difference between linear search and binary search. (3)
(a) What is virus ? Write any three infecting methods of virus. (4)
(b) Define Binary tree. Draw a Tree diagram for following expression. (4)
(a) Explain time sharing related to process management of operating system. (3)
(b) Explain how a member function is defined outside class with examples. (3)
(a) State various steps involved in the allocation of partition in case of fixed partition
memory management. (4)
(b) Explain the scope resolution operator and memory management operator in C++ with
example. (4)
Q.5(A) Answer any two of the following:
(a) Write a C++ program to find the smallest of four given integers using function min() that
returns the smallest of four given integers. The function prototype is as below
(b) Write an object oriented program in C++ to read an integer number and find the sum of
digits of integer.[Hint: input 125 output 8 i.e 1+2+5=8] (5)
<html>
<body>
<UL type=”circle”>
<Li> One
<Li>Two
<Li> Three
<UL type=”square”>
<Li> Monday
<Li>Tuesday
<Li> Wednesday
</UL>
</UL>
</body>
</html>
(a) Write a C++ program to accept and integer number and test whether it prime or not. (5)
(b) Write a program in C++ using OPP technique to compute circumference of circle. (5)