Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

It Paper

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Fill in the blanks.

1. In CSS, __________________ property is used to set position for an element.


2. ________________ hat strategies include relevant content.
3. ________________ statement is used to jump out of loop.

4. 5G stands for ____________________.


5. ________________ is a symbol or name that stands for a value.
6. PKI stands for __________________________.
7. ________________ tag defines the specific clickable regions.
8. ______________ method of string object returns the character at the specified position.
9. ______________ file tells search engine which page you want to exclude from indexing.

10. DOM stands for ___________________________.

State the following statements true or false.


1. Mobile payment apps are UPI, Paytm, Paypal etc.
2. Cookies store visited page on browser to optimize search.
3. AI helps to take faster decision as compare to humans.
4. onClick, onMouseUp are mouse events.

5. Title content should be up to 60 characters.


6. An ID is unique element.
7. Default range of range control is 100-200.
8. alert() method of window object display the alert box containing message with OK button.
9. PHP is platform independent.
10. E-wallet is a type of postpaid account.

Select any one correct option from the following.


1. ________________ method of window object sets focus to the current window.
a. focus() b. open() c. blur() d. close()

2. How to add a single line comment in PHP?


a. // b. # c. $ d. @
3. _____________ phase of Trade cycle consists of Order and Delivery.
a. Presale b. Execution c. Settlement d. After sales

4. The default value of type attribute of ordered list is ______________.


a. I b. a c. 1 d. i

5. SEO stands for _____________________________.

a. Search Engine Optimization b. Search Engine Option


c. Search Engine Optimizing d. Search Engine Organizing
6. IaaS Stand for _________________________.
a. Infrastructure as a Service b. Infrastructure as a self
c. Infrastructure as Secure c. Infrastructure as a Section
7. <input type=”_______________ ”> defines a color picker.

a. Number b. URL c. Color d. Date


8. ________________ property of Number object returns the largest minimum value.
a. MAX_VALUE b. NaN c. MIN_VALUE d. Fixed
9. The ______________ attributes of <meta> tag specifies the name of the metadata.
a. http-equiv b. Name c. Content d. Charset
10. _________________ are sent along when browser requests server pages.
a. Cookie b. Session c. Method d. Server

Select any two correct options from the following.


1. PHP runs on following platform.
a. Linux b. Excel c. Word d. Windows
2. The After sales phase consist of ___________________ and _________________.
a. Order b. Delivery c. warranty d. After sale service
3. Example of SaaS are __________________.

a. Amezon Web Services b. Microsoft Azure VM


c. GitHub d. Google’s G Suit
4. Types of SEO
a. On-Page SEO b. White Hat SEO
c. Off-Page SEO d. Black Hat SEO
5. Types of positioning in CSS are ______________

a. Form b. Constant c. Fixed d. Static

6. The major browsers which support features of HTML5 are

a. Windows Explorer b. Microsoft Edge c. Google Chrome d. My files

7. confirm() method of window object displays confirm dialog box containing message with
_______ and ____________ button.

a. GO b. OK c. Cancel d. Click

8. The PHP super globals _________________ and ____________ are used to collect form data.

a. $_GET b. $POST c. $GET d. $_POST

9. The Date object is used to create ____________ and _________________ values.

a. date b. string c. Time d. Number

10. Examples of successful implementation of E-Governance projects are ______ and _______ .

a. e-seva b. e-Mitra c. e-tax d. e-friend

Select any three correct options from the following.

1. Following are the attributes of <meta> tag.

a. Content b. Charset c. Name

d. Min e. Max f. Minimum


2. PHP data types are
a. Text b. String c. Number d. Integer
e. Empty f. Boolean

Match the Following


A B
1. Class selector a. Scope is Global

2. Image optimization b. Written with period (.) character


3. trim () c. alt attribute
4. E-commerce d. Removes white spaces from both sides of a string
5. MAX_VALUE e. determines health of website
6. Variables f. Returns the largest maximum value
7. SEO Audit g. Used to store values

Write short notes


1. Write advantages and disadvantages of E-commerce.
2. Explain cloud computing.
3. Explain features of Javascript.
4. Which are different SEO techniques?
5. Explain concept 5G.
6. Explain phases of Trade cycle.

7. Explain in short Black Hat Technique.


8. Write any 4 advantages of e-governance.

Write HTML code to display following output


List of Applications

 MS Word
 MS Excel
 MS PowerPoint
 HTML
 Javascript

Write HTML5 code with following specifications

i. The background color of the college name should be in red color.


ii. The text color of the college name should be yellow color.
iii. The description of the college should be paragraph with right align.

Write HTML5 code with CSS as follows:

1. To create form to accept name, age, email address from the user.

2. Create submit button to send the data.

3. The heading of the form should have a background color and a different font style.

Display Addition, subtraction, multiplication, division of two numbers, which were


accepted from user.

Write a Javascript code to accept radius of the circle and display its area.

(area = 3.14 × radius × radius)

Write program to display numbers from 100 to 150

You might also like