You are on page 1of 44

Computer Science 1

2012 March

Science 12th HSC

Board Exam

Maharashtra State Board

shaalaa.com
6/30/2015 Computer Science 1 ­ 2013 March ­ Science 12th HSC ­ Board Exam ­ Maharashtra State Board ­

http://www.questionpapers.shaalaa.com/print/20419 1/5
6/30/2015 Computer Science 1 ­ 2013 March ­ Science 12th HSC ­ Board Exam ­ Maharashtra State Board ­

http://www.questionpapers.shaalaa.com/print/20419 2/5
6/30/2015 Computer Science 1 ­ 2013 March ­ Science 12th HSC ­ Board Exam ­ Maharashtra State Board ­

http://www.questionpapers.shaalaa.com/print/20419 3/5
6/30/2015 Computer Science 1 ­ 2013 March ­ Science 12th HSC ­ Board Exam ­ Maharashtra State Board ­

http://www.questionpapers.shaalaa.com/print/20419 4/5
6/30/2015 Computer Science 1 ­ 2013 March ­ Science 12th HSC ­ Board Exam ­ Maharashtra State Board ­

http://www.questionpapers.shaalaa.com/print/20419 5/5
6/30/2015 Computer Science 1 ­ 2014 April ­ Science 12th HSC ­ Board Exam ­ Maharashtra State Board ­

http://www.questionpapers.shaalaa.com/print/43362 1/4
6/30/2015 Computer Science 1 ­ 2014 April ­ Science 12th HSC ­ Board Exam ­ Maharashtra State Board ­

http://www.questionpapers.shaalaa.com/print/43362 2/4
6/30/2015 Computer Science 1 ­ 2014 April ­ Science 12th HSC ­ Board Exam ­ Maharashtra State Board ­

http://www.questionpapers.shaalaa.com/print/43362 3/4
6/30/2015 Computer Science 1 ­ 2014 April ­ Science 12th HSC ­ Board Exam ­ Maharashtra State Board ­

http://www.questionpapers.shaalaa.com/print/43362 4/4
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
Scanned by CamScanner
OCT- 2021 EXAM DATE : 05/10/2021 COMP SCI : 1 (D9-1)
Instructions: 1) All questions are compulsory.
2) Figure to the right indicates full marks.
3) Use of any type of calculator is not allowed.
4) Draw a neat diagram wherever necessary.
Q1)A) Select correct option from the following and rewrite sentence:
a) The time required to move read/write head to the particular track
is called as ------------- 1
i) Latency time ii) Seek time
iii) Waiting time iv) Response time
b) ------- data structure does not requires contiguous memory locations 1
i) Array ii) String
iii) Pointer array iv) Linked list
c) A derived class with several base classes is -------- inheritance. 1
i) single ii) multiple
iii) multilevel iv) hierarchical
d) To place the image into HTML file --------- attribute is used in <img> tag 1
i) url ii) alt
iii) src iv) href
Q1)B) Answer any TWO of the followings :
a) Explain the following HTML tag with one example of each : 3
i) < P > ii) < A > iii) <HR>
b) What is searching? Write an algorithm of linear search? 3
c) Explain the following terms in case of magnetic disk : 3
i) Track and Sector ii) Latency time iii) Transmission time
Q2)A) Answer any TWO of the followings :
a) Draw tree diagram for the following mathematical expressing: 3
C = (X / Y )3 ( 5A + B2)
b) Describe how member function of class can be defined outside the class
definition and inside the class definition. 3
c) What is computer virus? State any four methods by which virus can
infect other program. 3
Q2)B) Answer any ONE of the followings:
a) What is video RAM? Explain use of attribute byte and data byte of video
RAM with example. 4
b) What is operator overloading? State any three steps involved in
operator overloading? 4
Q3)A) Answer any TWO of the followings:
a) Write any three special characteristics of friend function? 3
b) Explain with flowchart following control structures :
i) Sequential flow ii) Selection flow iii) Repetitive flow 3
c) What is fragmentation? Write any two difference points between internal
and external fragmentation? 3
Q3)B) Answer any ONE of the followings :
a) What is tree? What do you mean by root, leaf, siblings and child about
Tree with suitable example? 4
b) Explain following terms: 4
i) Page fault ii) Working set iii) Demand paging
Q4)A) Answer any TWO of the followings:
a) Explain with diagram input and output file stream in C++? 3
b) Explain the following terms in case of process scheduling:
a) Turnaround time b) Waiting time c) Event response time 3
c) What is destructor? Write syntax rules for writing destructor function? 3
Q4)B) Answer any ONE of the followings:
a) What is polymorphism? Explain runtime and compile time polymorphism
with suitable example? 4
b) How linked list is represented in memory write suitable example? 4
Q5) Answer any TWO of the followings :
a) Write a C++ program to display a Fibonacci series upto 15 terms? 5
b) Implement a class temperature to convert degree Fahrenheit value to degree
Celsius value [ hint C/5= F-32/9] 5
c) Write an exact output of the following HTML code with font specification
in bracket: 5
<html> <body> <h1> LIST OF BOOKS </h1>
<hr> <ul type =”circle”> <li> How solve by computer </li>
<li> HTML in easy steps</li> <li> C++ programming</li> </ul>
<ol type =”A”> <li> Microprocessor Programming </li>
<li> Networking essential </li>
</ol> </body> </html>
OR
Q5) Answer any TWO of the followings:
a) Write a C++ program to check whether the given integer is palindrome
OR not? 5
b) Write a C++ program to replace every space in an input string ( less than
80 Characters) with hyphen (i.e. _ ) 5
c) Write a code in HTML for following table : 5
Paper I Paper- II Total
Computer
Science
100 100 200

You might also like