1. The _____ method starts with two underscores (__).
-
class
object
Construct
2. _______an object means converting it to a byte stream representation that can bestored into file.
-
class
object
Construct
3. _________ An array with a numeric index. Values are stored and accessed in linear fashion.
-
associative array
multidimensional array
Numeric array
4. An XML element can contain ___
-
text elements attribute
only attribute
element
5. In PHP, we have the following loop types:
-
while loop
for loop
foreach
6. An XML tree start at root element and end at its child elements,
-
true
false
not know
7. To create a constant, use the _____ function.is use
-
define()
min()
abs()
8. mysql_close() is use to ________database(wamp) in php .
-
create
close
connect
9. XML is neither a presentation language nor a programming language.
-
true
false
both
10. ____________An array with strings as index. This stores element values in association withkey values rather than in a strict linear index order.
-
associative array
multidimensional array
Numeric array
11. There are two types of validation are available in PHP. They are as follows −
-
Client-Side Validation
Server Side Validation −
input type validation
12. ______ doesn't define a specific set of tags
-
Ajax
XML
SimpleXML
13. Which method scope prevents a method from being overridden by a subclass?
-
Abstract
Protected
Final
14.Which one of the following functions is used to determine whether a class exists?
-
exist()
exist_class()
class_exist()
15. When inheriting from an abstract class, the child class method must be definedwith the same name, and the same or a less restricted access modifier.
-
true
false
both a and b
16.long form of Ajax is
-
Asynchronous java script & xml
Asynchronous Java program
Asynchronous xml language
17. ___________ After submitted by data, The data has sent to a server and perform validationchecks in server machine.
-
Client-Side Validation
Server Side Validation
input type validation
18. Core PHP means solving a Mathematical problem by using paper and pen and Frame workmeans solving Mathematical problem by using a calculator.
-
true
false
both a and b
19.long form of WSDL is ___
-
web services description language
Web services deleted language
Web services define language
20. long form of UDDI is _______
-
Universal description language
Web services deleted language
Universal description,discovery language
21. Interfaces allow you to specify what methods a class should implement.
-
true
false
both a and b
22. ________ is a server scripting language, and a powerful tool for making dynamicand interactive Web pages.
-
PHP
java script
Angular js
23. The default file extension for PHP files is _________
-
.PHP
.js
.Ajs
24. PHP code is executed on the server, and the result is returned to the browser asplain HTML
-
true
false
both a and b
25. Jquery ajax is usefull while working with forms it consist of serialization ,client side ,validation ,it is
-
true
false
both true and false
26. _______ A class that inherits from another class. This is also called a subclass or derivedclass.
-
child class
class
member function
27. loadDoc() function creates an XMLHttpRequest object, adds the function to beexecuted when the server response is ready, and sends the request off to the server.
-
true
false
both a and b
28. Which version of PHP introduced the instance of keyword?
-
PHP 4
PHP 5
PHP 5.3
29. the _____function returns the square root of a number:
-
count
min
abs
30. The _______ function generates a random number:
-
rand
min
abs
Related Quaries:
- web technologies mcq questions
- web technologies mcq questions and answers pdf
- web technology mcq sanfoundry
- web technology mcq with answers pdf
Post a Comment
0 Comments