0% found this document useful (0 votes)
54 views4 pages

12-CA-EM-Revision 3

This document contains a computer applications exam with questions testing knowledge of multimedia, databases, programming languages like PHP and Java, networking, and computer concepts. It has 4 parts - multiple choice questions worth 15 marks (Part I), short answer questions worth 12 marks (Part II), longer answer questions worth 18 marks (Part III), and 5 mark questions worth 25 marks (Part IV). The exam covers topics such as file formats, ER modeling, PHP variables, loops, conditional statements, and uses of networks.

Uploaded by

Malathi Raja
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)
54 views4 pages

12-CA-EM-Revision 3

This document contains a computer applications exam with questions testing knowledge of multimedia, databases, programming languages like PHP and Java, networking, and computer concepts. It has 4 parts - multiple choice questions worth 15 marks (Part I), short answer questions worth 12 marks (Part II), longer answer questions worth 18 marks (Part III), and 5 mark questions worth 25 marks (Part IV). The exam covers topics such as file formats, ER modeling, PHP variables, loops, conditional statements, and uses of networks.

Uploaded by

Malathi Raja
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
You are on page 1/ 4

CHENNAI DISTRICT

HIGHER SECONDARY – SECOND YEAR


3rd Revision Examination – May 2021
COMPUTER APPLICATIONS
Time Allowed: 2.30 Hours] [Maximum Marks: 70
PART – I
Choose the correct answer: 15 × 1 = 15
1. ...... is the basic component of multimedia
(A) Video (B) Audio (C) Text (D) Graphics

2. Expansion of JPEG:
(A) Joint Photograph Exports Group (B) Joint Photograph Experts Group
(C) Joint Photographic Exports Group (D) Joint Photographic Experts Group

3. DBMS stands for


(A) Database Management System (B) Data Based Managers System
(C) Database Managers Society (D) Data Base Management Society

4. Which of the following notation is used to weak relationship in ER diagrams?


(A) Simple rectangular box (B) Double rectangular boxes
(C) Rhombus (D) Rhombus within rhombus

5. Expansion of JSP:
(A) Java Script Page (B) Java Server Page
(C) Java Server Portal (D) Java Script Portal

6. Which of the following tag is used to define PHP codes?


(A) <?php ...... ?> (B) <php? ...... php>
(C) <php> ....... </php> (D) <?php> ...... </?php?

7. A function in PHP starts with …………..


(A) def (B) dim (C) fun (D) function

8. PHP’s indexed array begin with position ………..


(A) 0 (B) 1 (c) 2 (D) 3

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

10. What will be the output of the following PHP code?


<?php
$x = 10;
$y = 20;
if (($x > $y) && (1||1))
print “hi” ;
else
print “how are u”;
?>
(A) how are u (B) hi (C) error (D) no output

11. How many times the following loop will execute?


for($x=2; $x<=10; $x+=2)
(A) 2 (B) 5 (C) 10 (D) 20

12. Which of the following loop construct provides an easy way to iterate over arrays?
(A) do (B) do...while (C) for (D) foreach

13. A set of computers connecting together is called as ...........


(A) Network (B) Server (C) Hub (D) Node

14. Wi-Fi stands for .........


(A) Wireless Fidelity (B) Wired Fidelity
(C) Wired Optic Fiber (D) Wireless optic Fiber

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”;
?>

21. What is foreach loop in PHP?


22. What are the common uses of computer network?
23. Define Intranet.
24. Write a short note on NRCFOSS.

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.

35. Explain about ER model relationship types.


(OR)
Draw the ER diagram notations for the various ER components.

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.

37. Explain about if...elseif...else statement in PHP with suitable example.


(OR)
Explain about switch statement in php with suitable example.

38. Explain about for loop in php with suitable example.


(OR)
Explain the uses of network at Home and Business.
*****

You might also like