1) The <ol> tag defines an ___________. 2) The full form of SEO is _________. 3) _____ script resides on server computer. 4) _______ statement is used to jump out of loop. 5) _________ event occurs when an element losses its focus.
Q.2. True or false. [05]
1) .cs is the extension of CSS file. 2) JavaScript is case sensitive language. 3) onKeydown event occurs when user moves mouse pointer. 4) MAX_VALUE property of number object returns smallest possible value. 5) getDay() method of Date object returns month in number.
Q.3. Select ONE correct alternative. [04]
1) __________ character is used to create an id in CSS. a) % b) $ c) @ d) # 2) _________ method displays message box with OK and Cancel button. a) Confirm() b) Alert() c) both d) None of these 3) JavaScript is _________ language. a) Compiled b) Interpreted c) both d) None of the above 4) We can declare all types of variables using keyword ________. a) Var b) dim c) variable d) declare
Q.4. Select TWO correct alternative. [06]
1) Other factors to rank the website higher are ______ and _________. a) Desktop friendly b) Speed of the website c) Creating robots.txt 2) Valid two methods of Date object are ________ and ___________. a) setTime() b) getValidTime() c) getTime() d) setValidTime() 3) Properties of document object are _______ and ___________. a) URL b) title c) name d) status
Q.5. Select THREE correct alternative. [06]
1) Types of floating properties are __________, ___________ and ____________. a) Left b) zero c) right d) all e) none f) dock 2) Select three correct methods of window object _______, _______ and __________. A) Write b) alert() c) writeln() d) close() e) open() f) charAt()
Q.6. Match the following. [04]
Column A Column B <ul> Inserts an image color Image as a submit button <img> Bulleted list <input type=image> CSS Property Q.7. Answer in brief. [10] 1) State types of SEO. 2) Explain in short White Hat technique. 3) Explain in short Black Hat technique. 4) Write features of JavaScript.
Q.8. Write program. [10]
Display Addition, subtraction, multiplication, division and remainder of two numbers, which Were accepted from user.