0% found this document useful (0 votes)
134 views3 pages

I Pu Computer Science (Model Paper - 3)

This document contains a sample computer science exam with multiple choice questions, fill in the blank questions, and longer answer questions testing knowledge of computer fundamentals. It covers topics like computer memory, programming concepts, C++, arrays, functions, flowcharts, and Microsoft Excel. The exam is divided into 4 parts - Part A contains 20 multiple choice questions worth 1 mark each, Part B contains 4 short answer questions worth 2 marks each, Part C contains 4 slightly longer answer questions worth 3 marks each, and Part D contains 6 longer answer questions worth 5 marks each, for a total of 70 possible marks.

Uploaded by

Samrudh Bhaskar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
134 views3 pages

I Pu Computer Science (Model Paper - 3)

This document contains a sample computer science exam with multiple choice questions, fill in the blank questions, and longer answer questions testing knowledge of computer fundamentals. It covers topics like computer memory, programming concepts, C++, arrays, functions, flowcharts, and Microsoft Excel. The exam is divided into 4 parts - Part A contains 20 multiple choice questions worth 1 mark each, Part B contains 4 short answer questions worth 2 marks each, Part C contains 4 slightly longer answer questions worth 3 marks each, and Part D contains 6 longer answer questions worth 5 marks each, for a total of 70 possible marks.

Uploaded by

Samrudh Bhaskar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 3

I PU COMPUTER SCIENCE (MODEL PAPER – 3)

P.E.S. PU COLLEGE, Hanumanthanagar, Bangalore - 50


COMPUTER SCIENCE (41)
TIME: 3 HOURS MAX MARKS: 70
PART – A
Answer all the questions. Each question carries one mark. 1 x 20 = 20

I. Select the correct answer from the choices given: (Repeated answers will not be
considered)
1. Which of the following language does the computer understand?
a) Computer understands only C ++ Language
b) Computer understands only Assembly Language
c) Computer understands only Binary Language
d) Computer understands only English
2. Which of the following is the lowest in the computer memory hierarchy?
a) Cache
b) RAM
c) Secondary memory
d) CPU registers
3. The MICR stands for
a) Magnetic Ink Card Reader
b) Magnetic Ink Code Recognition
c) Meta Ink Character Recognition
d) None of these
4. The largest unit of storage is…………….
a) GB
b) KB
c) MB
d) TB
5. ------------- is helpful to discuss different methods of solving a problem.
a) Flowchart
b) Algorithm
c) Pseudo code
d) All of these
6. Advantages of modular programming--------------
a) Reusability
b) Portability
c) Debugging is easier
d) All of these
7. Selection construct example………………
a) Multiple selection
b) do-while
c) break
d) Return
8. The smallest individual unit in a program is known as---------
a) Keyword
b) Operator
c) Punctuators
d) Tokens
9. Manipulators used for inserts a new line ---------------
a) endline
b) endl
c) newline
d) ‘\n’
10. The destination statement for the goto label is identified by what label?
a) $
b) @
c) *
d) :
11. Array containing elements are numbered as 0,1,2,3? these numbers are called
a) Subscripts of the array
b) Index values
c) Members of an array
d) Both a) and b)
12. What are mandatory parts in the function declaration?
a) return type, function name
b) return type, function name, parameters
c) parameters, function name
d) parameters, variables
13. Formatting is performed on
a) Text
b) Table
c) Menu
d) Both a) and b)
14. Which of the following is not related to Ms. Excel?
a) Row
b) Column
c) Lookup
d) Cell
15. To return the remainder after a number is divided by a divisor in sprearsheet we use the
function
a) Div()
b) Round()
c) Fact()
d) Mod()

II. Fill in the blanks choosing the appropriate word/words from those given in brackets.
(Repeated answers will not be considered)
(Continue, Formal, Constant, Static, Stream)

16. ----------------- are identifiers whose value does not change during execution of a program.
17. A ------------- is an object where a program can either insert/extract characters to/from it.
18. ------------- statement is used to skip the current iteration of a loop.
19. Array is ---------- data structure.
20. A ---------parameters are the parameters used in function definition and declaration.
PART – B
Answer any FOUR questions. Each question carries two marks. 2x4=8

21. Write any two important features of the second-generation system.


22. Write the differences between static RAM and dynamic RAM.
23. Give the difference between software and hardware.
24. Which activity is represented by a rectangle and a rhombus symbol in the flowchart?
25. Why is a relational operator used?
26. Write a short note on variables.
27. Explain any two advantages of functions.
28. What the difference is between save and save as option?

PART – C
Answer any FOUR questions. Each question carries three marks. 3 x 4 = 12
29. Compare volatile and non-volatile memories.
30. Convert 11001010(2) to hexadecimal.
31. Convert 101101(2) to decimal and Octal.
32. Distinguish between Machine-level language and High-Level language.
33. Mention the advantages of modular programming.
34. Explain a ternary operator with an example.
35. Write the array representation of initialization of a two-dimensional array with an
example.
36. Write the different methods of structure initialization.
PART – D
Answer any SIX questions. Each question carries five marks. 5 x 6 = 30

37. Explain the classification of computers based on size, speed, and performance.
38. Write a short note on binary arithmetic.
39. Write a note on program errors.
40. Write a short note on the characteristics of OOP.
41. Explain the working of ‘for’ loop structure with an example.
42. Explain the jump statements in C++.
43. Write a program to find the sum and average of “N” numbers.
44. Explain functions with no argument and no return value with an example.
45. Explain the steps involved in drawing a chart in excel.
46. Explain the uses of spreadsheets.
47. Write a short note on WWW, Web page and Website.

***************

You might also like