IST 226 GVLTEC questions-answers 1
The color white's hex code can be represented as ____. A. #FFFFFF B. #000000 C. #F00000 D. #00000F
A. #FFFFFF
You can change the color of links using the ____ property. A. color B. font C. option D. style
A. color
Which of the following declarations is invalid? A. font-family: Lucida Calligraphy; B. font-family: Arial, serif; C. font-family: "Times New Roman", sans-serif; D. font-family: Arial, Helvetica, serif;
A. font-family: Lucida Calligraphy;
The space between characters is called ____. A. kerning B. leading C. tracking D. weighing
A. kerning
The ____ property, as shown in the accompanying figure, is used to add white space between lines of text. A. line-height B. kerning C. white-space D. line-spacing
A. line-height
The ____ value of the text-transform property removes the lowercase and capitalize values. A. none B. blank C. remove D. delete
A. none
The ____ is required as part of the CSS language for colors in hexadecimal values. A. pound symbol B. exclamation point C. ampersand D. question mark
A. pound symbol
As shown in the accompanying figure, the ____ is the name of a specific feature, such as color or font-size. A. property B. selector C. index D. rule
A. property
In an inline style rule, a(n) ____ is included after the value. A. semicolon B. question mark C. period D. asterisk
A. semicolon
In the accompanying figure, Times New Roman is an example of a ____ font. A. serif B. sans-serif C. fantasy D. monospace
A. serif
Case-Based Critical Thinking Questions Case 3-2 Kyra has been promoted to a new position: international marketing director. She is not familiar with the significance of different colors in various cultures worldwide. Therefore, she asks Max, who is much more knowledgeable about these matters, to help her get up to speed. What does Max tell Kyra that she should avoid if she does not want to evoke the mood of funerals in Asia? A. white B. yellow C. red D. blue
A. white
Which of the following RGB triplets contains an error? A. (0, 213, 23) B. (15, 255, 257) C. (55,55,55) D. (0, 0, 0)
B. (15, 255, 257)
A point is the measurement of the font size and it is equal to ____ of one inch. A. 1/36 B. 1/72 C. 1/16 D. 1/32
B. 1/72
A hexadecimal value is a base ____ value. A. 8 B. 16 C. 10 D. 12
B. 16
How many color names are standard in CSS2? A. 15 B. 16 C. 17 D. over 200
B. 16
For critical components and functionality, you should always test HTML and CSS in Web browsers that are at least ____ year(s) old. A. 1 B. 2 C. 3 D. 4
B. 2
One method for validating a document that has not been posted to a Web server is called ____. A. Set location B. By direct input C. Enter URL D. none of the above
B. By direct input
Which of the following is a method for validating on the W3C CSS validation page? A. Set location B. By file upload C. Enter URL D. CSS value set
B. By file upload
An em unit equals the width of an uppercase letter ____ in the browser default font size. A. W B. M C. N D. E
B. M
Which of the following properties changes the text color? A. font-color B. color C. back-color D. background-color
B. color
Case-Based Critical Thinking Questions Case 3-1 Ethan is trying to determine how Cascading Style Sheets can be used for the Web site that he has to develop for his company. He knows that his friend Leon already has developed a similar Web site, and he checks with Leon for some answers to his questions. Leon explains to Ethan that after CSS code is developed, it has to be tested on different browsers to prove that it appears without any significant differences. What is the name for that feature? A. inter-browser support B. cross-browser support C. all-browser support D. multi-browser support
B. cross-browser support
Ethan is trying to determine how Cascading Style Sheets can be used for the Web site that he has to develop for his company. He knows that his friend Leon already has developed a similar Web site, and he checks with Leon for some answers to his questions. Ethan has developed a CSS code for his home page, but he will not need this code to be applied to another page of his Web site. What style type is the best match for his needs? A. external B. embedded C. inline D. integrated
B. embedded
A font that looks artistic is called ____ font. A. cursive B. fantasy C. creative D. monospace
B. fantasy
The CSS property ____ is an example of a shorthand property. A. font-style B. font C. font-family D. font-shorthand
B. font
Cascading Style Sheets are used to ____. A. create the structure of the Web page B. format Web pages C. control elements of Web page content D. all of the above
B. format Web pages
What are the three primary colors? A. red, black, and white B. green, blue, and red C. yellow, green, and blue D. blue, red, and black
B. green, blue, and red
With the text-align property, which of the following makes each line of text flush with the left and right margins? A. flush-left B. justify C. flush-both D. center
B. justify
In sans-serif generic fonts, ____. A. letters have finishing strokes at the top or bottom B. letters do not have finishing strokes C. letters are decorative D. letters are designed to look like handwriting
B. letters do not have finishing strokes
The font-size property value of 3 em will ____. A. keep the text size unchanged B. make the text three times larger than the browser's default font size C. add three pixels to the browser's default font size D. make the text three times smaller than the browser's default font size
B. make the text three times larger than the browser's default font size
A style sheet is a collection of ____. A. names B. rules C. attributes D. elements
B. rules
As shown in the accompanying figure, the ____ identifies the element you are applying a style to, such as h1 or body. A. property B. selector C. index D. rule
B. selector
The ____ property, as shown in the accompanying figure, indents the first line of each paragraph when used with the p selector. A. kerning B. text-indent C. tracking D. line-height
B. text-indent
The property ____ provides a setting for the associated feature (e.g., yellow for the color property). A. key B. value C. parameter D. element
B. value
CSS supports all of the following units of measurement of font size EXCEPT ____. A. point B. y-Height C. x-Height D. pixel
B. y-Height
The color ____ can be defined as an RGB triplet as rgb(255, 255, 0). A. red B. yellow C. green D. orange
B. yellow
The working draft of CSS is ____. A. CSS2 B. CSS2.2 C. CSS3 D. CSS4
C. CSS3
The most intense color representation in the base 16 system is ____. A. 00 B. 11 C. FF D. GG
C. FF
A rule for CSS is the combination of ____. A. a selector, an element, and a value B. an element, an attribute, and a value C. a selector, a property, and a value D. a property, an attribute, and a value
C. a selector, a property, and a value
The ____ mark the beginning and end of the group of properties and values for each selector. A. angle brackets B. braces C. curly brackets D. parentheses
C. curly brackets
Which of the following is an example of a relative value of the font-size property? A. pt B. px C. em D. pc
C. em
A separate document that contains styles is called a(n) ____ style sheet. A. inline B. exterior C. external D. comment
C. external
A font ____ is a set of fonts that have similar characteristics. A. universe B. cluster C. family D. platform
C. family
How many generic fonts are used in Web page design? A. three B. four C. five D. six
C. five
Case-Based Critical Thinking Questions Case 3-1 Ethan is trying to determine how Cascading Style Sheets can be used for the Web site that he has to develop for his company. He knows that his friend Leon already has developed a similar Web site, and he checks with Leon for some answers to his questions. Ethan is not sure that using CSS is the best way to format Web documents. Leon explains to him the main advantage CSS has over HTML. What is that main reason? A. better structure for the page content B. simplified manipulation with HTML elements C. flexible formatting and easily modified code D. all of the above
C. flexible formatting and easily modified code
Using the font shorthand property, values must be specified for the ____ property. A. font-style B. font-weight C. font-size D. all of the above
C. font-size
Which of the following is the wrong order for listing values of font properties? A. font-style, font-weight, font-size, font-family B. font-style, font-variant, font-size, font-family C. font-size, font-style, font-weight, font-family D. font-weight, font-size, font-family
C. font-size, font-style, font-weight, font-family
Which of the following comes first in the correct order for the font properties in the font shorthand property? A. font-family B. font-size C. font-style D. font-variant
C. font-style
Case-Based Critical Thinking Questions Case 3-1 Ethan is trying to determine how Cascading Style Sheets can be used for the Web site that he has to develop for his company. He knows that his friend Leon already has developed a similar Web site, and he checks with Leon for some answers to his questions. Which of the following styles does Leon tell Ethan to avoid when writing CSS code? A. external B. embedded C. inline D. none of the above
C. inline
The advantages of using CSS include all of the following EXCEPT ____. A. more flexible formatting B. easily modified code C. less functionality than using XHTML alone D. greater consistency in the Web page
C. less functionality than using XHTML alone
The ____ element is used to connect the external style sheet to a Web page. A. connect B. attach C. link D. key
C. link
As shown in the accompanying figure, specifying the value ____ for the text-decoration property removes the underline from hyperlinks. A. remove B. blank C. none D. delete
C. none
The ____ is the name of a specific feature, such as text-align. A. declaration B. style C. property D. rule
C. property
The manufacturers of Web browsers often create their own ____ extensions. A. indexed B. stylistic C. proprietary D. editable
C. proprietary
Case-Based Critical Thinking Questions Case 3-2 Kyra has been promoted to a new position: international marketing director. She is not familiar with the significance of different colors in various cultures worldwide. Therefore, she asks Max, who is much more knowledgeable about these matters, to help her get up to speed. Max tells Kyra that _____ is the color for good luck in China. A. blue B. yellow C. red D. white
C. red
In the accompanying figure, Arial is an example of a ____ font. A. cursive B. serif C. sans-serif D. monospace
C. sans-serif
In a shorthand property, property values are separated by ____. A. commas B. colons C. spaces D. semicolons
C. spaces
The value uppercase for the ____ property adjusts characters to all uppercase without changing the actual text in the HTML code. A. font-size B. font-weight C. text-transform D. font-case
C. text-transform
Case-Based Critical Thinking Questions Case 3-2 Kyra has been promoted to a new position: international marketing director. She is not familiar with the significance of different colors in various cultures worldwide. Therefore, she asks Max, who is much more knowledgeable about these matters, to help her get up to speed. Max tells Kyra that _____ is the color for courage in Japan. A. red B. white C. yellow D. blue
C. yellow
The color ____ can be produced by blending the maximum intensity of red and green. A. lilac B. purple C. yellow D. brown
C. yellow
A comment begins with the ____ symbols. A. ?& B. %= C. %+ D. /*
D. /*
CSS3 enables users to use which of the following? A. Web fonts B. box outlines C. semitransparent colors D. all of the above
D. all of the above
In CSS, colors can be entered by a(n) ____. A. name B. hexadecimal value C. RGB triplet D. all of the above
D. all of the above
The value of the text-indent property can be expressed ____. A. in ems B. as a percentage C. in pixels D. any of the above
D. any of the above
CSS2 enabled users to do all of the following EXCEPT ____. A. design styles for print media B. control the behavior of cursors C. control the appearance of scroll bars D. apply drop shadows to text
D. apply drop shadows to text
By default, links are underlined and ____. A. red B. yellow C. orange D. blue
D. blue
Case-Based Critical Thinking Questions Case 3-2 Kyra has been promoted to a new position: international marketing director. She is not familiar with the significance of different colors in various cultures worldwide. Therefore, she asks Max, who is much more knowledgeable about these matters, to help her get up to speed. If Kyra is building a religious Web site for an Israeli client, what color does Max say she should use if she wants to convey holiness? A. white B. yellow C. red D. blue
D. blue
If a CSS feature appears in all browsers without significant differences, the feature has ____. A. inter-browser support B. universal support C. all-browser support D. cross-browser support
D. cross-browser support
When using the ____ property, it's common practice to provide a list of the fonts you prefer to be used to display the text, followed by a generic font. A. font-display B. font-cluster C. font-set D. font-family
D. font-family
Case-Based Critical Thinking Questions Case 3-1 Ethan is trying to determine how Cascading Style Sheets can be used for the Web site that he has to develop for his company. He knows that his friend Leon already has developed a similar Web site, and he checks with Leon for some answers to his questions. Which of the following types of CSS does Leon tell Ethan will most compromise his ability to apply formatting changes globally? A. external B. internal C. embedded D. inline
D. inline
The generic font that uses a fixed character's width is called ____. A. sans-serif B. serif C. cursive D. monospace
D. monospace
For which of the following does CSS validation check? A. spelling errors B. grammar errors C. typographical errors D. none of the above
D. none of the above
The font-style property removes underlining using the value ____. A. remove B. none C. delete D. normal
D. normal
A ____ could be h1 or body. A. declaration list B. value C. property D. selector
D. selector
Color intensity is represented by a number sign, followed by how many digits? A. three B. five C. four D. six
D. six
Case-Based Critical Thinking Questions Case 3-2 Kyra has been promoted to a new position: international marketing director. She is not familiar with the significance of different colors in various cultures worldwide. Therefore, she asks Max, who is much more knowledgeable about these matters, to help her get up to speed. Max tells Kyra that _____ is the term that defines purity in India. A. blue B. white C. red D. yellow
The answer is NOT A. blue! It is either B, C, or D.
In the accompanying figure, Lucida Calligraphy is an example of a ____ font. A. fantasy B. monospace C. cursive D. serif
The answer is NOT B. monospace. It is probably C. cursive, but could also be A or D.
In the accompanying figure, Courier New is an example of a ____ font. A. fantasy B. serif C. cursive D. monospace
The answer is NOT B. serif! It may either be A, C, or D.
The font-style property removes italic using the value ____. A. remove B. none C. delete D. normal
The answer is NOT D. normal on the quiz I took, despite it saying that is the answer in most other sources. This question was marked wrong.
In the accompanying figure, Broadway is an example of a ____ font. A. cursive B. fantasy C. monospace D. sans-serif
The answer is NOT D. sans-serif! It may either be A, B, or C.
CSS1 enabled users to do all of the following EXCEPT ____.
design styles for aural devices