McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Advanced Web Technologies
→
Introduction to Object Oriented Programm...
→
The _______ function generates a random ...
Q.
The _______ function generates a random number:
A.
rand
B.
min
C.
abs
D.
sqrt()
Answer» A. rand
1.9k
0
Do you find this helpful?
8
View all MCQs in
Advanced Web Technologies
Discussion
No comments yet
Login to comment
Related MCQs
The rand() function generates a random number:
If you create a __construct() function, PHP will automatically call this function when you create an object from a class.
If you create a __destruct() function, PHP will automatically call this function at the end of the script.
________ function creates an XMLHttpRequest object, adds the function to be executed when the server response is ready, and sends the request off to the server.
loadDoc() function creates an XMLHttpRequest object, adds the function to be executed when the server response is ready, and sends the request off to the server.
in PHP ,The____ function is used to return the length (the number of elements) of an array:
The _____ function returns the absolute (positive) value of a number:
The abs() function returns the absolute (positive) value of a number:
the sqrt() function returns the square root of a number:
The round() function rounds a floating-point number to its nearest integer: