Advanced Web Technologies MCQs and Notes

R

Ram Sharma • 193.86K Points
Coach

Q 11. URL stands for ____________ .

(A) Uniform resource locator
(B) Universal resource location
(C) Universe research land mark
(D) non of theses

R

Ram Sharma • 193.86K Points
Coach

Q 12. If you create a __destruct() function, PHP will automatically call this function at the end of the script.

(A) true
(B) false
(C) both a and b
(D) none of these

P

Praveen Singh • 36.81K Points
Coach

Q 13. A ______is called when the object is destructed or the script is stopped or exited.

(A) destructor
(B) constructor
(C) object
(D) none of these

V

Vikash Gupta • 33.56K Points
Instructor I

Q 14. If you create a __construct() function, PHP will automatically call this function when you create an object from a class.

(A) true
(B) false
(C) both a and b
(D) none of these

V

Vinay • 28.75K Points
Instructor II

Q 15. A ______allows you to initialize an object's properties upon creation of the object.

(A) classes
(B) constructor
(C) object
(D) none of these

P

Priyanka Tomar • 35.28K Points
Coach

Q 16. _______are the two main aspects of object-oriented programming.

(A) classes and objects
(B) constructor and destructor
(C) object and array
(D) none of these

R

Rakesh Kumar • 28.44K Points
Instructor II

Q 17. A ______ is a way to store information (in variables) to be used across multiple pages.

(A) cookie
(B) session
(C) abs
(D) sqrt

P

Praveen Singh • 36.81K Points
Coach

Q 18. A ______is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values.

(A) cookie
(B) session
(C) abs
(D) sqrt

V

Vikash Gupta • 33.56K Points
Instructor I

Q 19. The PHP ____function formats a timestamp to a more readable date and time.

(A) date()
(B) min()
(C) abs()
(D) sqrt()

P

Priyanka Tomar • 35.28K Points
Coach

Q 20. The ____statement is used to perform different actions based on different conditions.

(A) switch
(B) min
(C) abs
(D) sqrt()

Download our easy to use, user friendly Android App from Play Store. And learn MCQs with one click.

Image