You are on page 1of 3

Annual Examination-2023

Model Question Paper-II


First PUC Computer Science
Time: 3.15 Hours Max marks: 70
PART – A
Answer all the questions. Each question carries one mark. 1x20 = 20
I. Select the correct answer from the choices given: (Repeated answers will not be considered)
1. EDVAC stands for
a) Electric Discrete Variable Automatic Computer
b) Electronic Discrete Variable Automatic Computer
c) Electric Data Variable Automatic Computer
d) Electronic Data Variable Automatic Computer
2. The number of pixels that can be displayed vertically and horizontally is called as.
a)Wallpaper b)Aspect ratio
c)Picture d)Resolution
3. Which memory is periodically refreshed to store the data?
a) SRAM b)DRAM
c)PROM d)EPROM
4. The total number of digits present in any number system.
a)Value b)Length
c)Base(Radix) d)Numeric
5. A step-by-step finite set of instructions to solve a well-defined problem.
a) Algorithm b) Flowchart
c) Coding d) Testing
6. The process of splitting the lengthier and complex programs into number of smaller
units.
a) Top down design b) Bottom up design
c) Stepwise refinement d) Modularization(Modular programming)
7. The name given to programming elements such as variables, arrays, functions etc.
a) Identifier b) Keyword
c) Constant d) Operator
8. Which is a stream insertion operator?
a) Input operator (>>) b) Output operator (<<)
c) Addition operator (+) d) Subtraction operator (-)
9. What is the numerical equivalent of TRUE and FALSE?
a) 0 and 0 b) 0 and 1
c) 1 and 1 d) 1 and 2
10.Which of the following is used to access elements of an array?
a) Data type b) Array name
c) Subscript d) Size

Ramachandra
Department Of Computer Science
PRN Amratha Bharathi PU College,Hebri
Udupi District
11. How many user defined function can be included in a program?
a) Only one b) More than one
c) Zero d) Limited
12.Which of the following is used in function call statement?
a) Local variable b) Global variable
c) Actual argument d) Formal argument
13. Following is an application is general purpose application software used in creating,
editing, storing letter documents, books, articles etc.
a) Word processor b) C++
c) Java d) Python
14.Which symbol is used to start formulas in MS Excel?
a) = b) +
c) ( ) d) $
15. In a spreadsheet, correct cell address is:
a) AA b) AB
c) A3 d) 3A
II.Fill in the blanks choosing the appropriate word/words from those given in
brackets. (Repeated answers will not be considered)
(arrays, function prototype, exit( ), operator, manipulator)
16. ______________ is a symbol that represents an operation to the compiler.
17. ____________ is used along with the insertion operator (<<) to manipulate or modify
the output.
18. __________ can used to terminate the entire program.
19. __________is the collection of elements where all the elements are same data type and
under the same name.
20. The declaration of the function that instructs the program about the type of the value
return by the function and the number and type of arguments is __________

PART – B
Answer any FOUR questions. Each question carries two marks. 2x4=8

21. Write the features of second generation computers.


22. Give the difference between hard copy and soft copy.
23. Differentiate between interpreter and compiler.
24. What is flow chart? Mention the types.
25. Mention any two applications of OOP.
26. Write the syntax for variable declaration with example.
27. Write any two library function of file ctype.h
28. What is header and footer?

Ramachandra
Department Of Computer Science
PRN Amratha Bharathi PU College,Hebri
Udupi District
PART – C
Answer any FOUR questions. Each question carries three marks. 3 x 4 = 12
29. Explain non-impact printers in detail.
30. Convert 1100011.011(2) to decimal.
31. Explain different functions of operating systems.
32. Write an algorithm to find the largest of three numbers.
33. What is type casting? Explain the types.
34. Write a C++ program to convert Fahrenheit to Celsius
35. Give the initialization of two-dimensional array with an example.
36. How is structure is defined? Write syntax and example.

PART – D
Answer any SIX questions. Each question carries five marks. 5 x 6 = 30
37. Briefly explain the history of computers.
38. Subtract 25(10)-14(10) using 1’s and 2’s complement method.
39. Briefly explain the various stages of problem solving.
40. Explain the characteristics of C++.
41. Explain the working of if else if statement with an example.
42. Explain while statement with syntax and example.
43. Write a C++ program to find sum and average of N numbers of the array.
44. Explain the recursive functions with an example.
45. Explain charts. What are the steps involved in drawing a chart?
46. Explain any five statistical functions of spreadsheet (ESS) in detail.
47. Explain any five tags of HTML.

***********

Ramachandra
Department Of Computer Science
PRN Amratha Bharathi PU College,Hebri
Udupi District

You might also like