0% found this document useful (0 votes)
9 views2 pages

I PUC Computer Science Exam Questions

The document outlines a preparatory examination for I PUC, consisting of multiple-choice questions, fill-in-the-blanks, and descriptive questions across various topics in computer science. It includes sections with questions worth different marks, covering subjects such as memory types, programming concepts, algorithms, and digital technology. The exam aims to assess students' understanding and knowledge in foundational computer science principles.

Uploaded by

mohdkhizar009
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)
9 views2 pages

I PUC Computer Science Exam Questions

The document outlines a preparatory examination for I PUC, consisting of multiple-choice questions, fill-in-the-blanks, and descriptive questions across various topics in computer science. It includes sections with questions worth different marks, covering subjects such as memory types, programming concepts, algorithms, and digital technology. The exam aims to assess students' understanding and knowledge in foundational computer science principles.

Uploaded by

mohdkhizar009
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

I PUC PREPARATORY EXAMINATION

PART-A

Answer All the questions, each question carries one mark 20X1=20

I Select the correct answer from the choice given.

1. Who is known as the ‘Father of Computer’


a) Charles Babbage b) Blaise Pascal c) Alan Turing d) John Von Neumann
2. Which memory has highest speed and is placed between CPU and primary
memory.
a) RAM c) Cache Memory
b) ROM d) Secondary Memory
3. Base of Binary number system is
a) 16 b) 2 c) 8 d) 10
4. Which is an example of immersive experience technology
a) Database Management c) Augmented Reality
b) Internet Browsing d) Word Processing analytics
5. What is output in algorithm?
a) Input data c) The result of the process
b) A debugging Report d) A set of instruction
6. In flowchart, which symbol is used to represent start and stop?
a) Oval b) Rectangle c) Diamond d) Circle
7. What is the extension to save python file.
a) .py b) .pp c) .pyp d) .phy
8. Which of the type conversion is called typecasting.
a) Implicit b) explict c) internal d) None of the above
9. Which decision statement is also known as one way branching?
a) if b) if else c) if else if d) while
10. Which function is used to take user Input in python?
a) input() b) print() c)put() d) write()
11. Which of the following is not a string operation?
a) Concatenation b) Repetition c) Membership d) None of the above
12. The index value of the list start from
a) 0 b) 1 c) 2 d) -1
13. How can we access the value of a dictionary.
a) Keys b) values c) Index d) Len()
14. Which function is used to get the total number of elements in a dictionary
a) len() b) length() c) l() d) count()
15. Intellectual property is legally protected through
a) Copyright b) Patent c) Trademark d) all the above

II Fill in the blanks choosing the appropriate word from the given in brackets.
[ UDF, item, Keywords, function, while loop, * ]

16. _______are the reserved words.


17. _____ loop is also known as pre tested loop.
18. The functions which are defined by the users are known as _______.
19. Symbol which is used to represent string repetition.
20. A pair of Key and value is known as an______.
PART - B

III Answer any four questions. Each question carries two marks: 4X2=8

21. Differentiate between RAM and ROM


22. Mention the two execution modes in Python.
23. Write the difference between Break and Continue.
24. What is Local and Global variable?
25. Explain slicing of a tuple with example.
26. Explain the types of digital footprint?
27. Explain Hacking.

PART - C

IV Answer any four questions. Each question carries three marks: 4X3=12

28. Define a) Interpreter b) Compiler c)Assembler


29. Convert 101101100011(2) into octal and hexadecimal.
30. Explain Cloud services.
31. What is algorithm? What are the advantage of algorithm?
32. Write a python program to find the simple interest.
33. Explain logical operators with example.
34. Explain traversing a strings with example.

PART - D

V Answer any four questions. Each question carries five marks 4X5=20

35. Explain the functional parts of a computer with a neat diagram.


36. Difference between Primary and secondary memory.
37. Explain different types of user interface of operating system.
38. Explain the application of AI
39. Write different flowchart symbols and its purpose.
40. Explain relational operators in detail.
41. Explain user define function with syntax and example.
42. Briefly explain any five list functions.

VI Answer any two questions. Each question carries five marks. 2X5=10

43. Convert FADE(16) = ____ (2), ______ (8), _____ (10)


44. Write a python program to find the factorial of
a given number.
45. Write flowchart and algorithm to check
whether the given number is even or odd.

You might also like