Explore topic-wise MCQs in Css.

This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Css knowledge and support exam preparation. Choose a topic below to get started.

1.

What returns the set cookies in the form of a key?

A. http_user_agent
B. query_string
C. path_info
D. http_cookie
E. None of these
Answer» E. None of these
2.

What gives the full path to CGI script?

A. request_method
B. server_name
C. script_name
D. script_filename
E. None of these
Answer» E. None of these
3.

Which of the following gives the path for CGI script?

A. remote_addr
B. path_info
C. query_string
D. remote_host
E. None of these
Answer» C. query_string
4.

Which of the following transform property value defines a 3D transformation, using a 4 4 matrix of 16 values?

A. matrix2d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
B. matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
C. matrix(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
D. All of above
E. None of these
Answer» C. matrix(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)