Advanced Web Technologies MCQs and Notes

V

Vikash Gupta • 33.56K Points
Instructor I

Q 21. In PHP7, you can create an Array constant using the ____ function.

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

V

Vijay Sangwan • 28.62K Points
Instructor II

Q 22. To create a constant, use the _____ function.is used

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

A

Admin • 36.93K Points
Coach

Q 23. The _______ function generates a random number:

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

G

Gopal Sharma • 38.32K Points
Coach

Q 24. The _____function rounds a floating-point number to its nearest integer:

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

V

Vijay Sangwan • 28.62K Points
Instructor II

Q 25. the _____function returns the square root of a number:

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

R

Ranjeet • 34.60K Points
Instructor I

Q 26. The _____ function returns the absolute (positive) value of a number:

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

R

Ranjeet • 34.60K Points
Instructor I

Q 27. The _____ functions can be used to find the lowest or highest value in a list of arguments:

(A) count & num
(B) min & max
(C) abs & count
(D) sqrt() & round

R

Rakesh Kumar • 28.44K Points
Instructor II

Q 28. The index can be assigned automatically (index always starts at 0), like this: $cars = array("Volvo", "BMW", "Toyota");

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

V

Vijay Sangwan • 28.62K Points
Instructor II

Q 29. in PHP ,The____ function is used to return the length (the number of elements) of an array:

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

V

Vikash Gupta • 33.56K Points
Instructor I

Q 30. In PHP, there are three types of arrays:

(A) Indexed arrays -
(B) Associative arrays -
(C) Multidimensional arrays -
(D) all of the above

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

Image