You are on page 1of 3

PDHMA Rehearsal Examination Mark: - 80

Std.: - 12th Sub.: - Geography Time: - 3 Hrs.

1. Fill in the blanks (10)


1. <meta http-equiv="__________">, the page will get refresh after every five seconds.
2. The ___________ attributes sets the height of the video player.
3. ______________ is concerned with how good is your network.
4. Website's _____________ has become a ranking factor for Google.
5. _____________ property of window object sets or returns the name of the window.
6. ____________method of array object joins two or more arrays and returns a copy of the joined
arrays.
7. Smart Home is the application of ___________ Technology.
8. ____________ networks are digital cellular networks.
9. A _____________ is a block of statements that can be repeatedly in a program.
10. Business entities conducting business electronically are called ______________.
2. True or False (10)
1. <meta charset = "Big5"> is for Chinese characters.
2. Website's mobile friendliness is not important factor in ranking.
3. Events are the actions done by the user or an application that occurs on the web page.
4. print() method of window object prints the content of current window.
5. Time is the primary factors in automation which can be saved through IoT platforms.
6. In Private cloud all the services and supporting infrastructure is shared among across the
multiple users.
7. PHP is very difficult to use.
8. We can create our own functions in PHP.
9. Session helps web application to maintain user information on all the pages.
10. OLX, Quikr, online auction are the examples of B2B model.
3. MCQ one correct alternative. (10)
1. The _________ tag is used to create a form.
(a) <input> (c) <select>
(b) <text area> (d) <form>
2. The _________________ attribute specifies the name of the metadata.
(a) Name (c) Content
(b) http-equiv (d) Charset
3. SEO Stands for ___________
(a) Search Engine Optimization (c) Search Engine Optimizing
(b) Search Engine Option (d) Search Engine Organizing
4. If it is singular tag for eg<img> it should be self enclosed like __________
(a) <img> (b) </img> (c) <img/> (d) </img/>
5. What it is necessary to skip statement block and take the control at the beginning for next
Iteration ____________ statement is used.
(a) Break (b) Continue (c) React (d) Response
6. In ___________ cloud services and supporting infrastructure are shared across multiple users.
(a) public (b) private (c) secure (d) hybrid
7. PHP files are saved with ___________ extensions.
(a) html (b) .xml (c) js (d) .php
8. How to add a single line comment in PHP?
(a) // (b) # (c) $ (d) @
10. In ____________ model business sells its product directly to a customer.
(a) C2B (b) B2C (c) B2B (d) C2C

4. MCQ two correct alternative. (10)


1. Text decoration property is used to add ________________
(a) line-through (b) strike-through (c) underline (d) justify
2. Types of positioning in CSS are ___________
(a) Form (b) Constant (c) fixed (d) static
3. Following are attributes of <audio> tag ____________.
(a) width (b) autoplay (c) muted (d) height
4. The page should include proper heading tag from __________ to ________ wherever required.
(a) <head> (b) <h1> (c) </h1> (d) <title>
5. Following are the built in objects in JavaScript __________
(a) Math (b) Time (c) Array (d) Month
6. Following are the methods of Window object ____________.
(a) open() (b) status (c) closed (d) close()
7. Following are the types of cloud.
(a) Public Cloud (b) Private Cloud (c) Personal Cloud (d) secure Cloud
8. Following are the data types used in PHP ____________
(a) Boolean (b) Text (c) Number (d) Array
9. The PHP super globals __________ and _________ are used to collect form data.
(a) $_GET (b) $POST (c) $GET (d) $_POST
10. Examples of B2C model are _________ , __________.
(a) Linux (b) Flipkart (c) Amazon (d) Window

5. MCQ three correct alternative. (06)


1. Following are the valid values of type attribute of <ol> tag ________
(a) I (b) 1 (c) a (d) 2 (e) 0 (f) C
2. PHP data types are ___________.
(a) Text (b) String (c) Number (d) Integer (e) Empty (f) Boolean

6. Match the Following. (06)


Column A Column B
1) Class selector a) Determine the health of the website
2) SEO Audit b) Returns the largest maximum value.
3) MAX_VALUE c) Used the store values
4) Variables d) Written with period (.) character

7. Answer the following (Any 5) (10)


a) Explain in short Black hat technique.
b) Explain in short SEO Keyword search
c) Explain models of Cloud Computing
d) Define Al with sub fields of AI
e) Explain concept of 5G.
f) Explain phases of Trade Cycle.
g) Short note on Electronic Data Interchange
h) What is E-Governance?

8. Write a Program (10)


(a) Write a html program to display "Digital India" in Verdana font using Internal CSS. Add any two
sentences about Digital India below in orange color.
OR
(a) Write a html program to create a form to accept Doctor's Name, Number of patients (maximum 20),
date of examining the patients.
(b) Write an event driven JavaScript program to display area of a rectangle. Accept length and breadth from
the user (area = lxb).
OR
(b) Write an event driven JavaScript program to display factorial of number 35 when mouse is moved on the
button.

You might also like