

MCQOPTIONS
Saved Bookmarks
This section includes 14 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science knowledge and support exam preparation. Choose a topic below to get started.
1. |
What gives the full path to CGI script? |
A. | script_filename |
B. | script_name |
C. | server_name |
D. | request_method |
Answer» B. script_name | |
2. |
Which of the following gives the path for CGI script? |
A. | remote_host |
B. | remote_addr |
C. | query_string |
D. | path_info |
Answer» E. | |
3. |
What returns the set cookies in the form of a key? |
A. | path_info |
B. | http_user_agent |
C. | http_cookie |
D. | query_string |
Answer» D. query_string | |
4. |
WHAT_RETURNS_THE_SET_COOKIES_IN_THE_FORM_OF_A_KEY??$ |
A. | path_info |
B. | http_user_agent |
C. | http_cookie |
D. | query_string |
Answer» D. query_string | |
5. |
What gives the full path to CGI script?$ |
A. | script_filename |
B. | script_name |
C. | server_name |
D. | request_method |
Answer» B. script_name | |
6. |
Which_of_the_following_gives_the_path_for_CGI_script?$ |
A. | remote_host |
B. | remote_addr |
C. | query_string |
D. | path_info |
Answer» E. | |
7. |
Which variable defines the data type of the content? |
A. | content_type |
B. | content_length |
C. | http_cookie |
D. | http_user_agent |
Answer» B. content_length | |
8. |
Which of the following specifies the length of the data being returned? |
A. | set-cookie: string |
B. | location: URL string |
C. | content-length: string |
D. | last-modified: string |
Answer» D. last-modified: string | |
9. |
What defines the date when information becomes invalid? |
A. | last-modified: string |
B. | expires: date string |
C. | last-modified: string |
D. | content-type: string |
Answer» C. last-modified: string | |
10. |
Which of the following defines a MIME string format of the content being returned? |
A. | content-type:string |
B. | expires:date string |
C. | location:URL string |
D. | last-modified:string |
Answer» B. expires:date string | |
11. |
What specifies the speed curve of transition effect? |
A. | transition-delay |
B. | transition-property |
C. | transition-timing-function |
D. | transition-duration |
Answer» D. transition-duration | |
12. |
Which of the following specifies how many seconds a transition effect takes to complete? |
A. | transition-delay |
B. | transition-duration |
C. | transition-property |
D. | transition |
Answer» C. transition-property | |
13. |
Which of the following specifies a transition effect with same speed from start to end? |
A. | linear |
B. | ease-out |
C. | ease-in-out |
D. | ease |
Answer» B. ease-out | |
14. |
Which value specifies a transition effect with a slow start, then fast, then end slowly? |
A. | ease |
B. | linear |
C. | ease-in |
D. | ease-out |
Answer» B. linear | |