

MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
|
A. | Will give the information about all the predefined variables to know the server information |
B. | To get the information about the files uploaded using POST methods |
C. | When the information is passed using POST methods |
D. | None of the above |
E. | |
Answer» B. To get the information about the files uploaded using POST methods | |
2. |
|
A. | 201010 |
B. | 202010 |
C. | 101010 |
D. | 201020 |
Answer» B. 202010 | |
3. |
|
A. | 10,20,10 |
B. | 10,24,10 |
C. | 10,20,20 |
D. | 10,22,10 |
Answer» B. 10,24,10 | |
4. |
|
A. | $_SERVER |
B. | $_GLOBAL |
C. | $_GET |
D. | $_POST |
Answer» C. $_GET | |
5. |
Which of the following will be output of the following code? |
A. | 0 |
B. | 1 |
C. | No Output |
D. | Error |
Answer» D. Error | |
6. |
A variable declared _____ has a LOCAL SCOPE? |
A. | outside program |
B. | inside function |
C. | outside function |
D. | None Of the Above |
Answer» C. outside function | |
7. |
A variable declared _____ has a GLOBAL SCOPE? |
A. | outside program |
B. | inside function |
C. | outside function |
D. | None Of the Above |
Answer» D. None Of the Above | |
8. |
choose the incorrect variable name in php? |
A. | $_AGE |
B. | $18AGE |
C. | $AGE18 |
D. | $_AGE18 |
Answer» C. $AGE18 | |
9. |
Variables are ________ for storing information. |
A. | decimal |
B. | storage |
C. | numbers |
D. | containers |
Answer» E. | |