1. ________ is a server scripting language, and a powerful tool for making dynamicand interactive Web pages.
-
PHP
java script
Angular js
2._______ is a object oriented programming language , it is used to create theobject…
-
PHP
java script
Angular js
3. ________ This is a programmer-defined data type, which includes local functions as well aslocal data.
-
child class
class
member function
4. 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
5. the long form of axis is Asynchronous java script & xml
-
true
false
both a and b
6. A class property used by another class is called ______.
-
Abstract class
Interface
Encapsulation
7. The ability to hide the details of implementation is known as _____.
-
Abstract class
Interface
Encapsulation
8. In PHP, there are three types of arrays:
-
Indexed arrays -
Associative arrays -
Multidimensional arrays -
9. in PHP ,The____ function is used to return the length (the number ofelements) of an array:
-
count
min
abs
10. java script was designed as a _____ scripting language.
-
get
Post
Server
11. HTTP stands for ___________.
-
Hyper text transfer protocol
hyper text mark protocol
File transfer protocol
12. To upload the file ________ array is used.
-
$Files
$load
$New
13. PHP was designed as a ________ scripting language.
-
Sever side
client slide
compiler
14. ____________is about communication between web clients and servers
-
WWW
HTML
TCP
15. Communication between client computers and web servers is done by sending_________________.
-
HTTP request & HTTP Responses
GET & POST
TCP & FTP
16. A ______is a small file that the server embeds on the user's computer. Each timethe same computer requests a page with a browser, it will send the ________ too.
-
Cookie & cookie
FTP & TCP
GET & POST
17. The index can be assigned automatically (index always starts at 0), likethis: $cars = array("Volvo", "BMW", "Toyota");
-
true
false
both a and b
18. ________Any representation of data in which the implementation details are hidden
-
overloading
data Abstraction
Encapsulation
19. __________ refers to a concept where we encapsulate all the data and member functionstogether to form an object.
-
overloading
data Abstraction
Encapsulation
20. Classes and objects are the two main aspects of __________________
-
object oriented programming
constructor and destructor
object and array
21. A constructor allows you to initialize an object's properties upon creation of theobject.
-
true
false
both a and b
22. Get and ________ are two HTTP methods that a client use to pass from dataserver.
- get
Post
Server
23. ______ tag is used for multiple selections.
- select tag
text tag
list tag
24. If you create a _______function, PHP will automatically call this function whenyou create an object from a class.
-
__construct()
___destruct()
both a and b
25. URL stands for ____________ .
A. Uniform resource locator
B. Universal resource location
C. Universe research land mark
D. non of theses
Discussion
A. Uniform resource locator
26. The __________ array contains information from the web server.
-
S_client
S_server
dynamic
27. The _________ works through request header and response.
-
Authentication
Authority
Responsibility
28. _____________ is a php super global variable which is used to access globalvariable from anywhere in PHP script.
-
$_ localb
$_Global
Client
29. The _____ functions can be used to find the lowest or highest value in a list ofarguments:
-
count & num
min & max
abs & count
30. The _____ function returns the absolute (positive) value of a number:
-
count
min
abs
Post a Comment
0 Comments