COMPUTER APPLICATIONS
Class : 12 (LESSONS 1 TO 5) Time Allowed : 1.30 Hours
Maximum Marks : 50
I. Choose the most appropriate answer from the given four alternatives and write the option code
and the corresponding answer. 10 x 1 = 10
1. RTF (Rich Text Format) file format was 6. Identify the data query language command
introduced by __________ used to retrieve the data from database.
a) TCS b) Microsoft c) Apple Inc. d) IBM (a) Delete (b) Insert (c) Select (d) Update
2. The least frame rate of at least _______ 7. In PHP, Default syntax should start with
frames per second gives the impression of ________ and end with ________
smoothness. (a) <?, ?> (b) <php,> (c) <?php,> (d) <?php,?>
a) 16 b) 26 c) 8 d) 12 8. What is the default file extension for PHP?
3. In PageMaker, to create a new document using (a) .php (b) .html (c) .ph (d) .xml
the shortcut key 9. Which one of the following is the right way of
a) Ctrl + A b) Ctrl + B c) Ctrl + C d) Ctrl + N defining a function in PHP?
4. The keyboard shortcut for pointer tool is a) function functionname()
a) F7 b) Shift + F2 c) F9 d) Shift + F4 {// code to be executed}
5. ________ is a field or more than one field b) function() {} c) def myFunction():
that uniquely identifies each row in a table. d) None of the above
(a) Primary Key b) Connection primary key 10. What is the index of the first element in an
c) External key d) Super key indexed array in PHP?
a) 0 b) 1 c) 2 d) 3
II. Answer any five questions. Question No. 17 is Compulsory. 5 x 2 = 10
11. Define Multimedia.
12. What is threading text blocks?
13. What is text block?
14. State few advantages of Relational databases.
15. What is PHP?
16. What are the different types of comments in PHP. Give an example.
17. How do you create an indexed array in PHP?
III. Answer any five questions. Question No. 24 is Compulsory. 5 x 3 = 15
18. List out audio file formats.
19. How do you rejoin split blocks?
20. What is the use of Master Page?
21. What is relationship in databases? List its types.
22. Explain the types of PHP Tags.
23. Write about the syntax of PHP.
24. How do you call a function in PHP?
IV. Answer all the questions. 3 x 5 = 15
25. a) Explain in detail about Production team roles and responsibilities.
(OR)
b) Discuss on various database models available in DBMS.
26. a) Write the steps to draw a star using polygon tool?
(OR)
b) Explain operators in PHP with examples.
27. a) List the basic concepts of ER Model with suitable example.
(OR)
b) Explain the user-defined function with suitable examples.