Computer model question papers
Computer model question papers
PART - B
III. Answer any four questions. Each question carries two marks: 4x2=8
21. Write the main difference between microcontroller and microprocessor.
22. Compare interactive mode and script mode.
23. Give the syntax and example of for statement.
24. What is local scope and global scope?
25. Why tuple is immutable? Give an example.
26. Mention different types of digital footprint.
27. What is virus and malware?
PART – C
IV. Answer any for questions. Each question carries three marks: 4 x 3 = 12
28. Explain the different types of language translators.
29. How does Unicode support multiple languages?
30. What are the types of robots?
31. What is pseudocode? What are the benefits of pseudocode?
32. Write an algorithm to calculate area and perimeter of a rectangle.
33. Explain logical operators.
34. What is traversing a string? Name different methods to traverse a string.
PART- D
V. Answer any four questions, each question carries five marks: 4 x 5 = 20
35. Explain the block diagram of different components of a computer.
36. Explain different types of user interface of operating system.
37. Explain different cloud services.
38. Draw a flowchart to check whether a given number is a even or odd number.
39. Explain different types of relational operators used in python.
40. Explain any five mathematical built-in functions.
41. Explain slicing operation in list with an example.
PART – E
VI. Answer any two question carries five marks: 2 x 5 = 10
42. Convert (CEBA)16 = (?)8 = (?)2 = (?) 10.
43. Give the output of the following when num1 = 4, num2 = 3, num3 = 2
a) num1 = 24 //4 // 2
print(num1)
b) num1 = num1 (num2 = num3)
print(num1)
c) num1 = 4
num2 = num1 +1
print (num1, num2)
d) num1 = float (10)
print(num1)
e) print (10!= 9 and 20>=20)
44. Difference between high level language and low level language.
I PUC ANNUAL EXAMINATION (2024-25)
MODEL QUESTION PAPER-2
COMPUTER SCIENCE (41)
Answer all the questions, each question carries One mark.
I. Select the correct answer from the choices given. 20 x 1 =20
PART-C
IV. Answer any four questions. Each question carries three marks: 4 x 3 = 12
28. What is microprocessor Give any two examples.
29. Explain Indian Script Code for Information Interchange (ISCII).
30. What is grid computing? Explain its types
31. Mention different standardized testing methods used in problem solving.
32. Write a pseudocode to calculate area and perimeter of a rectangle
33. Explain implicit conversion with an example.
34. Mention three built-in functions for string manipulations.
PART-D
V. Answer any four questions, each question carries five marks: 4 x 5=20
35. Discuss the significance of the system bus in a computer system with neat diagram.
36. Explain different types of data in computer system with an example.
37. Explain different characteristics of big data.
38. Explain steps for problem solving.
39. What are the features of python program?
40. Explain user defined function with suitable programming example.
41. Explain traversal operation in list with an example.
PART-E
V. Answer any two question carries five marks: 2 * 5 = 10
42. Convert (FACE) 16 = (?) 8 = (?) 2 = (?) 10
43. Explain in detail the concept of flow of control with examples.
44. Write a python program to print the following pattern.
12345
1234
123
12
1
I PUC ANNUAL EXAMINATION (2024-25)
MODEL QUESTION PAPER-3
COMPUTER SCIENCE (41)
Answer all the questions, each question carries One mark.
I. Select the correct answer from the choices given. 20 x 1 =20
PART-C
IV. Answer any four questions. Each question carries three marks: 4 x 3 = 12
28. What is system software? Write down its two primary services.
29. What are the applications of hexadecimal number system? Hexadecimal
30. Define robots? Mention its types with an example.
31. Explain characteristics of a good algorithm.
32. Explain the use of break and continue statement with an example?
33. What is identity operator? Explain its types.
34. Explain string is immutable with example.
PART-D
VI. Answer any four questions, each question carries five marks: 4 x 5 = 20
35. Explain the evolution of computer.
36. What is an operating system? Explain different functions of operating system.
37. Explain immersive experience.
38. Draw a flowchart to accept numbers till the user enters 0 and then find their average.
39. What is type conversion? Explain different types with an example.
40. What is the use of random module? Explain different random built-in modules.
41. Explain any five built-in functions for list manipulations with an example.
PART-E
V. Answer any two question carries five marks: 2 x 5 = 10
42. Find (11001001.1011)2 = (?)8 = (?)16 = (?)10
43. Write the corresponding Python assignment statements:
a) Assign 10 to variable length and 20 to variable breadth.
b) Assign the average of values of variables length and breadth to a variable sum.
c) Assign a list containing strings 'Paper', 'Gel Pen', and 'Eraser' to a variable stationery.
d) Assign the strings 'Mohandas', 'Karamchand', and Gandhi' to variables first, middle and last.
e) Assign the concatenated value of string variables first, middle and last full name. Make sure to
incorporate blank spaces appropriately between different parts of names.
44. Explain the features of python.
I PUC ANNUAL EXAMINATION (2024-25)
MODEL QUESTION PAPER-4
COMPUTER SCIENCE (41)
PART-A
Answer ALL the questions, each question carries ONE mark. Select the correct answer from the
choices given.
14. Which among the following is the correct statement to retrieve elements from index 2 to 6
from a tuple:
a) tuple1[2:7] b) tuple1[1:6] c) tuple1[2:6] d) tuple1[1:6]
PART-B
Answer any FOUR questions. Each question carries TWO marks: 4x2=8
PART-C
Answer any FOUR questions. Each question carries THREE marks: 4 x 3 = 12
PART-D
Answer any FOUR questions, each question carries FIVE marks: 4 x 5 = 20
35. Draw the functional block diagram of a computer system and briefly explain its components.
36. What is an operating system? Mention the functions of an operating system.
37. What is big data? Mention the characteristics of big data.
38. Write different flowchart symbols and their functions.
39. Explain any five arithmetic operators used in Python.
40. What is a function? Write the advantages of functions in Python programming.
41. Briefly explain the following built-in functions for list manipulations:
a) sorted () b) append () c) extend () d) insert () e) count ()
PART-E
Answer any TWO questions, each question carries FIVE marks: 2 x 5 = 10