1. How do you create cookie in PHP by ________.
-
set-cookie()
create Cookie ()
make Cooking()
2. MYSQL i here "i" means________
-
implementation
interface
improved
3.MYSQL i here "i" means________
-
implementation
interface
improved
4. Data source name in pear DB is _________
-
String
character
float
5. Which are build in data types that sql supports?
-
real ,double precision
mysql
pear db
6. The PHP ____function formats a timestamp to a more readable date and time.
-
date()
min()
abs()
7. in PHP, An _____is a special variable, which can hold more than one value ata time.
-
array
structure
csss
8. The MySQLi functions allows you to access______ database servers.
-
Mysql
SSL
Fetch
9. The____ function fetches a result row as an associative array, a numeric array, orboth.
-
fetch array()
Cookie()
S_Array()
10. The ssl_set()function is used to establish secure connections using _____
-
secure socket layer (SSL)
Mysql
http
11. __________ function is used to change the default database for the connection.
-
fetch_array()
Cookie()
S_Array()
12. PHP recognize constructors by the name.
-
class name()
_construct()
function _construct()
13. XML-RPC is more about values transfer, although it can transfer structures such asstruts, lists etc. ,it is _______.
-
true
false
both
14. ________ function creates an XMLHttpRequest object, adds the function to beexecuted when the server response is ready, and sends the request off to the server.
-
LoadDoc ()
UDDI
AjaxStrart()
15.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
16. the long form of axis is Asynchronous java script & xml
- true
false
both a and b
17. 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
18.long form of UDDI is _______
-
Universal description language
Web services deleted language
Universal description, discovery language
19. ______is a new technique for creating better, faster, and more interactive web applicationswith the help of XML, HTML, CSS and Java Script.
-
Ajax
XML
SimpleXML
20. In php A function will not execute automatically when a page loads.
-
true
false
both a and b
21. XML is used to data.
-
design
store
delete
22. XML tags are predefined -----------
-
true
false
not know
23. Xml separate the data from presentation
-
true
false
not know
24. ________ This is a programmer-defined data type, which includes local functions as well aslocal data.
-
child class
class
member function
25. _______ A class that inherits from another class. This is also called a subclass or derivedclass.
-
child class
class
member function
26. _________ An array with a numeric index. Values are stored and accessed in linear fashion.
-
associative array
multidimensional array
Numeric array
27. ____________An array with strings as index. This stores element values in association withkey values rather than in a strict linear index order.
28. Xml document are formed by trees
29. Which keyword allows class members (methods and properties) to be used withoutneeding to instantiate a new instance of the class?
30. Which one of the following keyword is used to inherit our subclass into a superclass?
Post a Comment
0 Comments