1. _________ is a blue print of any object in OOP.
-
class
object
Construct
2. An _____ is an instance or occurrence of our class.....
-
class
object
Construct
3. The _____ method starts with two underscores (__).
-
class
object
Construct
4. An XML element can contain ___
-
text elements attribute
only attribute
element
5. The _______ defines a standard way for accessing and manipulating HTMLdocuments. It presents an HTML document as a tree-structure.
6.__________ is used to display data and focuses on how data looks.
7. _________ is a software and hardware independent tool used to transport andstore data. It focuses on what data is.
8. _______an object means converting it to a byte stream representation that can bestored into file.
9. ________ define the properties and method for accessing and editing xml & htmldocument
10. Which one of the following keyword is used to inherit our subclass into a superclass?
11. Which keyword is used to refer to properties or methods within the class itself?
12. Which keyword allows class members (methods and properties) to be used withoutneeding to instantiate a new instance of the class?
13. Xml is use to separate the_____ form design.
14. CSS is use to separate data from _____.
15._________ An array with a numeric index. Values are stored and accessed in linear fashion.
16. ___________ After submitted by data, The data has sent to a server and perform validationchecks in server machine.
17. __________ These are the function defined inside a class and are used to access objectdata.
18. _________ Validation is performed on the client machine web browsers.
19. ----------is a technique for creating fast and dynamic web page.
20. allows to web pages to be upload asynchronously and exchange the smallof data wit server .
21. ___________ After submitted by data, The data has sent to a server and perform validationchecks in server machine.
22. __________ An array containing one or more arrays and values are accessed usingmultiple indices
23. __________ These are the function defined inside a class and are used to access objectdata.
24.long form of Ajax is
25.long form of WSDL is ___
26. long form of UDDI is _______
27.In Ajax XMLHttpRequest this object is used to exchange data with web server .
28. the sqrt() function returns the square root of a number:
29. The round() function rounds a floating-point number to its nearest integer:
30. The rand() function generates a random number:
Post a Comment
0 Comments