You are on page 1of 2

Practice Set

1. The basic operations performed by a computer are


a) Arithmetic operation b) Logical operation c) Storage and relative d) All the above
2. The brain of any computer system is
a) ALU b) Memory c) CPU d) Control unit
3. Storage capacity of magnetic disk depends on
a) Tracks per inch of surface b) Bits per inch of tracks
c) Disk pack in disk surface d) All of above
4. The two kinds of main memory are:
a) Primary and secondary b) Random and sequential c) ROM and RAM d) All of above
5. Computer is free from tiresome and boardroom. We call it
a) Accuracy b) Reliability c) Diligence d) Versatility
6. CD-ROM is a
a) Semiconductor memory b) Memory register c) Magnetic memory d) None of above
7. The ALU of a computer responds to the commands coming from
a) Primary memory b) Control section c) External memory d) Cache memory
8. The output quality of a printer is measured by
a) Dot per sq. inch b) Dot per inch c) Dots printed per unit time d) All of the above
9. Which of the following storage devices can store the maximum amount of data?
a) Floppy Disk b) Hard Disk c) Compact Disk d) Magneto Optic Disk
10. Which of the following is not an input device?
a) OCR b) Optical scanners
c) Voice recognition device d) COM (Computer Output to Microfilm)
11. Magnetic disks are the most popular medium for
a) Direct access b) Sequential access c) Both of above d) None of above
12. Regarding a VDU (Monitor), Which statement is more correct?
a) It is an output device b) It is an input device
c) It is a peripheral device d) It is hardware item
13. Python was initially designed by
a) Guido Van Rossum b) Charles Babbage c) Grace Hopper d) Dennis Ritchie
14. Which of the following are an advantage of Python?
a) Easy to use b) Object Oriented c) Portability d) All of these
15. The extension of Python files is
a) .pyth b) .python c) .py d) .py
16. Which of the following are character sets?
a) Alphabets b) Digits c) White Spaces d) All of these
17. Which of the following are sequences of character data?
a) Lists b) Tuples c) Strings d) Dictionaries
18. Which comments starts with # Symbol?
a) Double line b) Parentheses c) Single line d) All of these
19. Find the punctuators from the following options.
a) Brackets b) Parentheses c) Comma d) All of these.
20. List are created by using symbols-
a) { } b) [ ] c) ( ) d) < >
Short Answer Questions
1. Define the term Computer System?
2. Explain Python Character set in short.

3. Define the terms Tokens and Variables?


4. Name the Tokens that are available in Python?
5. What is the output of the following code?
>>> a=10
>>> print(“Value of a is:”, a +10 * 2)
6. Convert the equation into corresponding Python statement y=a3 + b2 + c + 2bc
Questions
1. What is software? Explain the software classification with a diagram.
2. Differentiate between identifiers and Keywords.
3. What is Operating System and Witte the name of any two operating system software?
4. Write about the Impact Printer and Non Impact Printer?
5. Explain the difference between RAM and ROM.
6. Write one example of the following terms.
i) Identifiers ii) Punctuator iii) Keyword iv) Constant
1. Write a Program code for Area of Circle and Perimeter of Circle?
2. Write a Program code for Simple Interest and Compound Interest?
3. Explain the Memory and their different types of Storage?
4. Define the term List , Tuples and Dictionary with their example.
5. Write a Program code for the elements of List and reverse these elements.
6. Predict the Output of given code:
Program Code:
>>> s2 = [‘s’, ‘c’, ‘h’, ‘o’, ‘o’, ‘l’]
>>> print(s2[3])
>>>print(s2[-5])

You might also like