This document is a model question paper for Computer Science for I PUC students, consisting of 47 questions divided into five parts. It includes multiple-choice questions, fill-in-the-blanks, and descriptive questions covering various topics in computer science. The total marks for the paper are 70, and the time allotted is 3 hours and 15 minutes.
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 ratings0% found this document useful (0 votes)
20 views3 pages
Model Paper1
This document is a model question paper for Computer Science for I PUC students, consisting of 47 questions divided into five parts. It includes multiple-choice questions, fill-in-the-blanks, and descriptive questions covering various topics in computer science. The total marks for the paper are 70, and the time allotted is 3 hours and 15 minutes.
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 PUC – MODEL QUESTION PAPER-1
SUBJECT: COMPUTER SCIENCE (41) Max. Marks :70
Total No. of Questions: 47 Time: 03:15 Hours. PART – A Answer all the questions, each question carries One mark. 15 x 1 = 15 I. Select the correct answer from the choices given. 1. The standard output unit of a system is (a) Keyboard (b) Monitor (c) Scanner (d) Pritner 2. The unit to measure the resolution of the monitor is (a) Mega Pixel (b) Aspect ratio (c) Picture (d) High Definition Resolution 3. 1KB is equivalent to (a) 1000Bytes (b) 1024Bytes (c) 1000KB (d) 1024KB 4. Which of the following is an example for non positional number system? (a) Decimal Number System (b) Binary Code (c) Roman System (d) Hexadecimal system 5. Identify the error in the following program segment void main() { int a=5, b=8; cout<<”a=<<a; } (a) Statement missing (b) Function should return a value (c) unterminated string (d) Linker error 6. if(test condition) Statement-1; It is a (a) if – else selection (b) simple if selection (c) nested if selection (d) multiple selection 7. Who developed C++? (a) Dennis Ritchie (b) Bjarne Stroustrup (c) Ada lovelace (d) Blaise Pascal 8. Give the header file that holds objects setw( ) and endl. (a) <iostream.h> (b) <conio.h> (c) <iomanip.h> (d) <stdio.h> 9. Assertion (A) :while is looping statement. Reason (R) : This loop stops the execution of a set of statements when the condition is false. (a) A is false and R is true (b) A is true and R is correct explanation (c) A is true and R is not correct explanation (d) A is true and R is false 10. Highest Index of an array is (a) zero (b) n-1 (c) two (d) one 11. The function that calls itself in its definition is, (a) Function definition (b) library function (c) function prototype (d) recursive function 12. The variable declared outside the functions, (a) Local variable (b) Global variable (c) Formal argument (d) All of the above 13. Which of the following allows to insert an image into the document (a) thesaurus (b) mail merge (c) clip art (d) word art 14. What is the extension of MS WORD file? (a) .doc or .docx (b) .text (c) .excel (d) .xls or .xlsx 15. Which of the following is not a built in function in ESS (a) Sum() (b) Nper() (c) Date() (d) Multiplication() II. Fill in the blanks choosing the appropriate word/words from those given in the brackets.
(loop, formal, double, -, +,&&) 5X1=5
16. is an example for binary operator. 17. is logical AND operator. 18. ________ is a looping statement. 19. is the data type that can store fractional values. 20. The argument can be identified in function definition is ______ argument. PART-B III. Answer any four questions. Each question carries two marks: 4x2=8 21. Mention any two applications of computers 22. What is an output device? Give an example. 23. What is software? List the types of software? 24. Write any two features of an algorithm. 25. Define class and Object. 26. Write a short note on datatypes. 27. Explain atoi and itoa library functions. 28. Write the shortcut key for save and print operations in MS Word. PART-C IV. Answer any four questions. Each question carries three marks: 4 x 3 = 12 29. Expand the following terms. a. ASCII b. EDVAC c. IC 30. Write equivalent values of 45(10)=_______(2), _____(8), _______(16) 31. Write any features of Windows OS. 32. What is an Algorithm? Write an algorithm to find area of circle. 33. Explain Arithmetical operators used in C++. 34. Give syntax and examples for input and output statements in C++. 35. Give the declaration syntax of an array and explain. 36. What is a structure? Write an example for initialize a structure. PART-D VI. Answer any Four questions, each question carries FIVE marks: 4 x 5 = 20 37. Explain functional units of computers with a neat diagram. 38. Explain Top-down and Bottom up approach to solve any problem. 39. What is a token? Write the different types of tokens. 40. Explain switch...case syntax with an example. 41. Write a program segment to input read array elements and print the same array. 42. Write the applications of a spreadsheet. 43. Explain any five Date and Time functions used in ESS. 44. What is HTML? Explain any 5 tags used in HTML. PART-E V. Answer any TWO question carries FIVE marks: 2 x 5 = 10 45. Subtract 123(10) – 36(10) using 2’s complement method. 46. Explain conditional statement with suitable example. 47. Explain “function with out argument with return value” using suitable example. ********