Cgi Programming And Miscellaneous

Name: _____________________

Date: _____________________

Instructions: Answer all questions. Write your answers clearly in the space provided.

Question 1:

Which web font was developed by Apple and Microsoft in the late 1980s?

A. TTF
B. OTF
C. WOFF
D. WOFF 2.0
Answer: _________
Question 2:

What value lets animation to play forwards first then backward?

A. alternate
B. alternate-reverse
C. reverse
D. normal
Answer: _________
Question 3:

Which value specifies animation with slow start?

A. ease-out
B. ease-in
C. linear
D. ease
Answer: _________
Question 4:

Which specifies the speed curve of animation?

A. animation-iteration-count
B. animation-name
C. animation-play-state
D. animation-timing-function
Answer: _________
Question 5:

Which of the following adds the value of a counter to an element?

A. counter-increment
B. content
C. counter()
D. counter-reset
Answer: _________
Question 6:

Which of the following gives the path for CGI script?

A. remote_host
B. remote_addr
C. query_string
D. path_info
Answer: _________
Question 7:

Which property specifies the number of columns an element should be divided into?

A. column-rule
B. column-count
C. column-gap
D. column-fill
Answer: _________
Question 8:

Which of the following is not a combinatory?

A. *
B. >
C. ~
D. +
Answer: _________
Question 9:

Which font format is used in web pages?

A. WOFF 2.0
B. WOFF
C. SVG Fonts
D. EOT
Answer: _________
Question 10:

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: _________
Question 11:

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: _________
Question 12:

Which of the following specifies how to slice border image?

A. border-image
B. border-image-source
C. border-image-outset
D. border-image-slice
Answer: _________
Question 13:

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: _________
Question 14:

Which of the following selects all elements that are siblings of the specified element?

A. child selector
B. general sibling selector
C. adjacent sibling selector
D. descendant selector
Answer: _________
Question 15:

Which property is used for setting column-width and column-count?

A. columns
B. column-width
C. column-span
D. column-width-rule
Answer: _________
Question 16:

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: _________
Question 17:

What gives the full path to CGI script?

A. script_filename
B. script_name
C. server_name
D. request_method
Answer: _________
Question 18:

What specifies the speed curve of transition effect?

A. transition-delay
B. transition-property
C. transition-timing-function
D. transition-duration
Answer: _________
Question 19:

How many values are there for the object-fit property?

A. 2
B. 5
C. 3
D. 4
Answer: _________
Question 20:

Which variable defines the data type of the content?

A. content_type
B. content_length
C. http_cookie
D. http_user_agent
Answer: _________
Question 21:

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: _________
Question 22:

What defines the date when information becomes invalid?

A. last-modified: string
B. expires: date string
C. content-type: string
D. None of the above
Answer: _________
Question 23:

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: _________
Question 24:

How many values are there for animation-full-mode property?

A. 1
B. 2
C. 3
D. 4
Answer: _________
Question 25:

Which of the following is a format for scalable computer fonts?

A. EOT
B. WOFF
C. OTF
D. WOFF 2.0
Answer: _________
Question 26:

Which of the following specifies animation code?

A. @keyframes
B. animation
C. animation-delay
D. animation-direction
Answer: _________

Answer Key

1: A
2: A
3: B
4: D
5: C
6: D
7: B
8: A
9: B
10: A
11: B
12: D
13: A
14: B
15: A
16: C
17: A
18: C
19: B
20: A
21: C
22: B
23: A
24: D
25: C
26: A