Web Technologies Mcq Questions [SET - 4] | Web Development Mcq Questions and Answers
1. Which version of PHP introduced the instance of keyword?
-
PHP 4
PHP 5
PHP 5.3
2.Which one of the Following methods is responsible for sending the query toDatabase
-
query()
send_query( )
sendquery()
3.Which is the comment symbol in mysql?
-
&&
/*….*/
#
4. A ________ consists of one or more tables.
-
database
command
Query
5. ________ is used to uniquely identify the rows in table.
-
primary key
Database
not null
6. _____ returns the last error description for the most recent function call
-
Error no
Zero no
no error
7. A _______ is a server that manages data for user.
-
Wamp
World
Excel
8. RDBMS stands for __________.
-
Relation data base management
reletives data base management
Random data base management
9.Which one of the following functions is used to determine whether a class exists?
-
exist()
exist_class()
class_exist()
10. Which one of the following functions is used to determine object type?
-
obj_type()
type()
is_a()
11. Which keyword is used to refer to properties or methods within the class itself?
-
private
public
protected
12. In Ajax XMLHttpRequest this object is used to exchange data with web server .
-
true
false
both
13. __________Reduce the traffic travels between the client and the server
- Ajax
HTML
xml
14. The ajaxStart and ajaxStop are ______ that relate to all Ajax requests together
-
event
properties
object
15. XML is neither a presentation language nor a programming language.
-
true
false
both
16. In XML we can define/create the tags according to your need.
-
true
false
both
17. ______is designed to read the XML and create a way for programs to use XML.
-
XML PERSOR
CSS
XML-TREE
18.An_________starts at a root element and branches from the root to childelements.
-
XML PERSOR
CSS
XML-TREE
19. SOAP supports document-level transfer
-
true
false
both
20. XML-RPC is more about values transfer, although it can transfer structures such asstruts, lists etc. ,it is _______.
-
true
false
both
21. In PHP, we have the following loop types:
-
while loop
for loop
foreach
22. PHP code is executed on the server, and the result is returned to the browser asplain HTML
-
false
both a and b
23. PHP files can contain text, HTML, CSS, JavaScript, and PHP code
-
true
false
both a and b
24.PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
-
true
false
both a and b
25. PHP is compatible with almost all servers used today (Apache, IIS, etc.)
-
true
false
both a and b
26. PHP supports a ___________ range of databases
-
wide
small
short
27. is main example of ajax application .
-
google map
msword
php
28. Ajax method and method is used to perform Ajax request
-
Jquery
json
jphp
29. Jquery ajax is usefull while working with forms it consist of serialization ,client side ,validation ,it is
-
true
false
both true and false
30. Ajax is not programming language , itis
-
true
false
both true and false
Post a Comment
0 Comments