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

I Pu Computer Science (Model Paper - 2)

1) The document is a model paper for the Computer Science subject with questions ranging from part A to part D with increasing difficulty and marks. 2) It covers various topics related to computer science including computer characteristics, data types, operators, arrays, functions, algorithms, word processing, spreadsheets and HTML. 3) The questions are in varying formats like multiple choice, fill in the blanks, short answers and programming problems to assess different skills of the students.

Uploaded by

Samrudh Bhaskar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views3 pages

I Pu Computer Science (Model Paper - 2)

1) The document is a model paper for the Computer Science subject with questions ranging from part A to part D with increasing difficulty and marks. 2) It covers various topics related to computer science including computer characteristics, data types, operators, arrays, functions, algorithms, word processing, spreadsheets and HTML. 3) The questions are in varying formats like multiple choice, fill in the blanks, short answers and programming problems to assess different skills of the students.

Uploaded by

Samrudh Bhaskar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

I PU COMPUTER SCIENCE (MODEL PAPER – 2)

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 is characteristic of computer _____?
a) Versatility b) Less speed c) More cost d) All the above
2. Memory unit starts from __________
a) Gigabyte b) Kilobyte c) Bit d) byte
3. EPROM stands for ________.
a) Erasable and Programmable Read Only Memory
b) Electrical Erasable and Programmable Read Only Memory
c) Extra Programmable Read Only Memory
d) Extreme and Programmable Read Only Memory
4. Which of following is binary conversion of 25(10)?
a) 0001 1001 b) 1010 1101 c) 0000 1111 d) 1101 0010
5. A + B = SUM, is __________ error?
a) Syntax b) Semantic c) Run - time d) Logical
6. _______ is method of programming which uses selection and iteration statements.
a) Structured Programming b) Modular Programming
c) Procedural Programming d) None of the above
7. ________ is father of C++.
a) Bjarne Stroustrup b) Charles Babbage c) Newton d) W. G. Grace
8. Which of the following is Manipulator in C++ ____
a) sqrt( ) b) setw( ) c) strcpy( ) d) int
9. do – while is also called as ______
a) for loop b) Switch loop c) Pre – tested loop d) Post – tested loop

10. _______ array is an array which store in table format.


a) 1 – Dimensional b) 2 – Dimensional c) Multi – Dimensional d) String
11. _______ parameters are used in both function declaration and definition.
a) Actual b) Default c) Formal d) Array

12. Scope of variables are


a) Local variables b) Global variables c) both a and b d) None of the above
13. Select popularly used word processors ___________
a) MS Word b) MS Excel c) Mysql d) Google
14. In spreadsheet, intersection of rows and columns is called as _________.

a) Table b) Cell c) Active Cell d) Work Book


15. ________ is function used to find highest values within range of cells
a) LARGEST( ) b) MAX( ) c) COUNT( ) d) HIGHEST( )

II. Fill in the blanks choosing the appropriate word/words from those given in brackets.
(Repeated answers will not be considered)
( >>, for, recursion, one, keyword)
16. ________ is a word which has special meaning in C++.

17. _______ is an operator used with cin.

18. Fixed – execution loop is also called as .

19. 1 – D array is an array having only _______ subscripts.

20. ______ is a process which calls itself again and again.

PART – B

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

21. Differentiate between Mini and Micro computers.


22. Expand OCR and MICR.
23. What is operating system? Give example.
24. Define algorithm and flowchart.
25. Write any two disadvantages of OOPs.
26. What is user data type? Name any one.
27. List any two functions available in < ctype.h > header file.
28. Write any two advantages of word processor.
PART – C

Answer any FOUR questions. Each question carries three marks. 3 x 4 = 12


29. Give the characteristics of non-impact printers.
30. Convert 256(10) to Binary and Octal.
31. Explain multi user and multi taking operating system.
32. Write an algorithm to find area and circumference of circle.
33. Explain any three relational operators with example.
34. Explain cascading of input and output operator with example.
35. What is array? Write declaration syntax with example.
36. What is structure? Write syntax and example of structure.
PART – D

Answer any SIX questions. Each question carries five marks. 5 x 6 = 30


rd
37. Explain features of 3 generations of computer.
38. Subtract 28(10) from 35(10) using 1’s complement.
39. Explain stages involved in problem solving methodology.
40. What are identifiers? List rules for name identifiers.
41. Explain switch with statement with a suitable programming example.
42. Write a program to find factorial of n numbers.
43. What is 1 - Dimensional arrays? Explain memory representation of 1 - dimensional array.
44. Explain the working of function with argument and no return value with simple program.
45. List any five features of spreadsheet.
46. Explain any five built in functions in spreadsheet.
47. What is HTML? Explain any four formatting tags.

*****

You might also like