Web Technology Index
Web Technology Index
1
Q2. Explain hosting space and categorization of hosting space with some advantage. 2
Q3. Discuss Hyperlink tags with classification and suitable example of Hyperlink implementation on webpages. 3
Q4. Write the difference between CSS2 and CSS3 with features of CSS3. 4-5
Q5. Explain DOM in JavaScript and check validation of empty field to input text in textbox which show the message on Webpage
“*requires to input text “on click upon a button. 6-7
Q7. Write an HTML page with JavaScript that takes a number from one text field in the range 0-999 and display it in other text
field in word. If the number out of range it should show “out of range” and if not a number then show” not a number”. 7-8
Q12. What is Webserver? Discuss the architecture of Webserver. 9
Q13. What is Web? Explain the characteristics of Web. 10
Q16. Discuss the characteristics of JavaScript and define a function using JavaScript to take a number from input field of html and
check number is palindrome not. 11-12
Q17. What is Cookie? Discuss the advantages of cookie using JavaScript and how to set and get cookie suitable example. 13-14
Q18. Explain explode () and implode () function of PHP with suitable example. Write program to take “BR-01-852522” and extract
them separately. 15
Q19. What is inheritance in PHP? Discuss types of inheritance in PHP with suitable example. 16-17
Q21. Create a data storage structure DTD for any five students name, roll, gender, course, and fee display through XML file. 17-18
Q6. Discuss the utility of XSL while using XML document with suitable example. 19-20
Q8. Explain XML with advantages and disadvantages. Write XML document which keep the 5 students “regno”,” name”,” age”,”
mobile” and transform the record of student using XSL document and display record in tabular form using <table> - tag. 21-23
Q9. Explain Cookie and session in PHP with suitable example. Write a Webpage that lists all the Cookies stored in the browser on
clicking a button “list cookies”. 24-25
Q10.Explain object-oriented programming features of PHP. Also discuss types of inheritance. Write a simple webpage using “class
arithmetic” take two number and operator (+, -, *, /, *) and result on webpage. 26-27
Q11. Explain constructor and Destructor of PHP and also discuss their types with suitable example. 28-29
Q14. What is <table> -tag? Discuss all the related tags to store a student information name, roll and registration number with
suitable example. 30-31
Q15. Write short notes on the following css commands with suitable example: 32-33
(a) border-radius (b) background-image (c) word-spacing (d) text-decoration
Q20. Write a program using constructor and destructor to check a number is prime or not where number taken from text field and
result shown on the same page and write JavaScript function to validate only number allow. 34-35
1. The ___ is essentially a global ___ of computing resources. Ans) internet, network
2. A distributed board that offers a combination news and discussion service known as:
Ans) Usenet News.
3. The most common way to access an HTML element is to use the “id” of the element.
Ans) getElementByID(), $(“#id”).val()
4. type {name: ‘Amit’, age: 34} is of type in JavaScript: Ans) Object type
5. A ____ is used to define a special state of an element. Ans) Psuedo-class
6. The Z-index property specifies the stack order of an element: Ans) Z-index
7. ____ is a PHP super global variable which holds information about headers, paths and
scripts locations. Ans) $_SERVER
8. PHP does not have a built-in support for which one of the following? Ans) MPEG
9. ____ function, PHP will automatically call this function when you create an object from a
class. Ans) __construct()
10. Which of the following is used to read an HTML page and render it? Ans) Web Browser
11. What is DOM in HTML? Ans) Convention for representing and interacting with objects in
html document
12. In which part of the HTML metadata is contained? Ans) head tag
13. How do we write comments in HTML? Ans) <!.......>
14. HTML is a subset of ______. Ans) SGML
15. In HTML, which attributes is used to create a link that opens in a new window tab?
Ans) target = ”_blank”
16. Which of the following is not JavaScript data types? Ans) All of the mentioned
17. Which of the following object is the main entry point to all client-side JavaScript features
and APIs? Ans) Window
18. Which of the following can be used to call a JavaScript Code Snippet?
Ans) Function/Method
19. Which of the following web servers are required to run the PHP script?
Ans) Any of the mentioned