12-CA-EM-Revision 3
12-CA-EM-Revision 3
2. Expansion of JPEG:
(A) Joint Photograph Exports Group (B) Joint Photograph Experts Group
(C) Joint Photographic Exports Group (D) Joint Photographic Experts Group
5. Expansion of JSP:
(A) Java Script Page (B) Java Server Page
(C) Java Server Portal (D) Java Script Portal
1
9. What will be the output of the following PHP code?
<?php
$x;
if ($x === 0)
print “hi” ;
else
print “how are u”;
print “hello”
?>
(A) how are u (B) hello (C) hi (D) how are u hello
12. Which of the following loop construct provides an easy way to iterate over arrays?
(A) do (B) do...while (C) for (D) foreach
15. The source code of a software is freely accessible by the public is known as
(A) Freeware (B) Firmware (C) Open Source (D) Public Source
2
PART – II
Answer any six questions.
Question No. 19 is compulsory. 6 × 2 = 12
16. What is Multimedia Kiosk?
17. What is MySQL?
18. What will be the output of the following php code?
<?php
$x=15;
var_dump($x);
?>
19. What is associative array?
20. What will be the output of the following PHP code?
<?php
$x = 10;
$y = 20;
if ($x > $y + ($y != 3))
print “hi” ;
else
print “how are u”;
?>
PART – III
Answer any six questions.
Question No. 29 is compulsory. 6 × 3 = 18
25. Differentiate Webcasting and Video Conferencing.
26. Write a short note on (i) RTF (ii) Plain text
27. Write a short note on types of entities.
28. Write a short note about Foreign Key.
29. What are the basic rules for declaring variables in PHP?
30. Write a short note about parameterized function with suitable example.
31. Write the Syntax of Switch statement.
32. Write the syntax of for and foreach loop constructs.
33. List out some benefits of social network.
3
PART – IV
Answer all the questions. 5 × 5 = 25
34. Write a short note on (i) GIF (ii) JPEG (iii) AIFF (iv) WMA (v) AVI
(OR)
Explain the Steps involved in Multimedia Production.
36. Explain the comparison and logical operators used in PHP with suitable example.
(OR)
What is an array? Explain the types of arrays with suitable example.