- The rows attribute creates a column of frames.
- true
- false - correct answer
- The src of a frame tag can be a(n) _____ file.
- HTML
- JPG
- XHTML
- all of the above - correct answer
- The tag _____ creates three rows of frames with equal heights
- <frameset rows="%,%,%">
- <frameset rows="3,33,3">
- <frameset rows="&,&,&">
- <frameset rows="*,*,*">
- The tag _____ creates two rows of frames: the first row has a height of 160 pixels and the second row's height is equal to whatever space remains in the display area.
- <frameset rows="160,*"> - correct answer
- <frameset rows="160,%">
- <frameset rows="*,160">
- <frameset="160,%">
- The tag **BLANK** lays out frames in which the first column is 160 pixels wide, the second column is 25% of the display area, and the third column covers whatever space is left.
- <frameset cols="160,25%,&">
- <frameset cols="160,25%,%">
- <frameset cols="160,25%,*"> - correct answer
- <frameset="160,25%,&">
- The tag <frameset rows="*,*,*"> creates four rows of frames with equal heights.
- true
- false - correct answer
- To allow your Web site to be viewable using browsers that do not support frames, as well as by those that do, you can use the _____ tag to create a section of your HTML file containing code for browsers incapable of viewing frames.
- <noframeset>
- <body>
- <noframes> - correct answer
- <frames>
- To control the appearnace of scroll bars in a frame, use the _____ attribute in the <frame> tag.
- bar
- scroll
- scrolling - correct answer
- noscroll
- To create a frame layout, you use the rows and cols attributes of the _____ tag.
- <frame>
- <set>
- <frameset> - correct answer
- <layout>
- To create a frame layout, you use the top and bottom attributes of the <frameset> tag.
- true
- false - correct answer
- To create frames using both rows and columns, one frameset must be bracketed inside the other.
- true
- false - correct answer
- To display scroll bars, set the scrolling attribute in the <frame> tag to on.
- true - correct answer
- false
- To hide the border of a frame, you use the _____ attribute.
- scrolling
- noborder
- resize
- frameborder - correct answer
- To target a link to the full display area, you use the _top reserved target name.
- true - correct answer
- false
- To use the same target for all links in a page, add the target attribute to the _____ element in the document head.
- base - correct answer
- same
- all
- target
- Use the _____ target to open external sites in the full browser window, replacing the current frameset.
- _full
- _self
- _new
- _top - correct answer
- Using _____, you can create a frame layout with both rows and columns.
- nesting - correct answer
- comment
- signage
- tabular
- Using the _____ tag and indenting the <frame> tag a few spaces helps make your HTML code easier to follow and interpret.
- <nesting>
- <comment> - correct answer
- <signage>
- <tabular>
- What is the limit to the number of rows/columns you can specify for a frameset?
- 1 row 1 column
- 2 rows 2 columns
- 3 rows 3 columns
- there is no limit - correct answer
- What is the syntax for assigning a name to a frame?
- <frame target=" name" />
- <frame url=" name" />
- <frame src=" name" />
- <frame src=" url" name="name" /> - correct answer
- Which of the following aspects of a frame's appearance can you control?
- the appearance of scroll bars
- the size of the margin between the source document and the frame border
- whether or not the user is allowed to resize the frames
- any of the above - correct answer
- Which of the following attributes are required for an inline frame?
- width
- height
- both a and b - correct answer
- none of the above
- Which of the following can benefit from the use of noframes?
- search engines
- screen readers
- nonvisual browsers
- all of the above - correct answer
- Which of the following frame attributes is not supported by XHTML?
- scrolling
- border - correct answer
- frameborder
- none of the above
- Which of the following frame names is the name as "INFORMATION"?
- Information
- information
- Information
- none of the above - correct answer
- Which of the following is not an issue to consider when planning frames?
- What server will you be using? - correct answer
- Which frames will change in response to links being clicked?
- What information will be displayed in each frame?
- Which frames will be static?
- Which of the following sets the border of a frame to brown?
- color="brown"
- bordercolor="brown" - correct answer
- bgcolor'"brown"
- framecolor="brown
- With inline frames, the frameborder attribute specifies whether to display a frame border or not using the values _____.
- on or off
- yes or no
- 1 or 0 - correct answer
- true or false
- With respect to the amount of space between the frame source and the frame boundary, the margin _____ is defined as the space above and below the frame source.
- width
- height - correct answer
- diameter
- circumference
- With respect to the amount of space between the frame source and the frame boundary, the margin _____ is defined as the space to the left and right of the frame source.
- metric
- height
- diameter
- width - correct answer
- You can control _____ attributes of a frame.
- one
- four
- three - correct answer
- five
- You can control the size of the margin between the source document and the frame border.
- true - correct answer
- false
- You can lay out your frames in a frameset in both rows and columns at the same time.
- true
- false - correct answer
- You can use the _____ attribute to open a linked document in a specific frame.
- target - correct answer
- frame
- specify
- link
- You can use the _____ attribute to open a page in a new browser window.
- new
- link
- target - correct answer
- open
- You cannot control the size of the margin between the source document and the frame border.
- true
- false - correct answer
- You cannot use multiple asterisks when specifying row / column sizes in a frameset.
- true
- false - correct answer
- You do not want a frame's _____ to take up too much space, because you typically want to display as much of the source as possible.
- height
- width
- index
- margin - correct answer
- You have to specify both a frame's margin's height and its width.
- true
- false - correct answer
- You must insert the <frame> tag between the opening and closing _____ tags.
- <frameset> - correct answer
- <body>
- <set>
- <layout>
- Case 8-2: Marie's Violin shop has just decided to go global by creating a Web site. Charlene is intending to build the site using frames. She has a company logo in a graphics file, and then wants to have the content show below it on the left and the navigational links show below it on the right. Marie wants Charlene to provide links to external Web sites that promote events where one can hear violin music. How should Charlene set the target of these external links?
- _blank - wrong answer
- _self
- _parent
- _top
- Case 8-2: Marie's Violin shop has just decided to go global by creating a Web site. Charlene is intending to build the site using frames. She has a company logo in a graphics file, and then wants to have the content show below it on the left and the navigational links show below it on the right. Charlene wants to use the graphics file for the first row, which element will allow her to do this?
- frame
- frameset - wrong answer
- img
- none of the above - wrong answer
- The _____ target is often used when a frameset page is accessed from another frameset.
- _new
- _blank - wrong answer
- _top
- _parent
- With inline frames, the _____ attribute determines the height of the internal margins of a frame, in pixels.
- marginheight
- internalheight
- height
- int_height - wrong answer
- You can add _____ tags to make frames more accessible.
- meta
- img
- content
- frameset - wrong answer
- You can also use the _____ tag to display the contents of one Web page within another.
- embed - wrong answer
- object
- applet
- img
Monday, December 30, 2013
Tutorial 8 Questions 51 through 100
Friday, December 27, 2013
Tutorial 8 Questions 1 through 50
- A common use of frames is to display a table of contents in one frame, while showing individual pages from the site in another frame.
- true - correct answer
- false
- A consequence of a frame-based Web site is that the browser has to load multiple HTML files before a user can view the contents of the site.
- true - correct answer
- false
- A consequence of a frame-based site is that the browser has to load multiple HTML files before a user can view the contents of the site.
- true - correct answer
- false
- A(n) _____ is a section of a browser window capable of displaying the contents of an entire Web page.
- link
- applet
- table
- fame - correct answer
- According to the figure above, the links.htm page will appear in the "pages" frame.
- true - correct answer
- false
- According to the figure above, the target of all links will be the "home" frame.
- true
- false - correct answer
- All reserved target names begin with _____ to distinguish them from other target names.
- +
- _ - correct answer
- *
- ^
- Another type of frame used on Web sites is an online frame in which the frame appears not within a frameset but within the body of a Web page.
- true
- false - correct answer
- Applying the bordercolor attribute to the <frame> tag affects all of the frames and nested frames within the set.
- true - correct answer
- false
- As more pages are added to a Web site, the designer often needs a way to display information from several pages at the same time.
- true - correct answer
- false
- By default, clicking a hypertext link within a frame opens the linked file _____.
- in a new browser window
- into the full display area, replacing the current frame layout
- within the same frame - correct answer
- in the table of contents frame
- By default, frame borders cannot be resized by users.
- true
- false - correct answer
- By default, scroll bars are displayed when the content of the source page cannot fit within the frame.
- true - correct answer
- false
- By default, the <frame> tag displays the same as if scrolling were set to _____.
- display
- on
- yes - correct answer
- show
- Case 8-1: Hotel Supplies Incorporated maintains a Web site that displays their different products for the users to view before deciding to purchase them. They have been thinking of making their catalog pages using frames. To create a site that has 3 rows with the middle row having 2 columns, how many framesets will the site need?
- 0
- 1
- 2 - correct answer
- 3
- Case 8-1: Hotel Supplies Incorporated maintains a Web site that displays their different products for the users to view before deciding to purchase them. They have been thinking of making their catalog pages using frames. To make sure that the top and bottom rows are locked, the Web designer will need to include which of the following?
- scrolling="yes"
- noresize="noresize" - correct answer
- noscrolling="noscrolling"
- margin="0"
- Case 8-2: Marie's Violin shop has just decided to go global by creating a Web site. Charlene is intending to build the site using frames. She has a company logo in a graphics file, and then wants to have the content show below it on the left and the navigational links show below it on the right. Charlene was thinking about changing the content area to have two rows. How many framessets would she need to do this?
- 3 - correct answer
- 2
- 1
- 0
- Case 8-2: Marie's Violin shop has just decided to go global by creating a Web site. Charlene is intending to build the site using frames. She has a company logo in a graphics file, and then wants to have the content show below it on the left and the navigational links show below it on the right. In one of the pages of the site, Charlene wants to display a quote stored in another HTML file. What could she add to the new page to display the quote page within the body of the new page?
- frameset
- frame
- iframe - correct answer
- noframes
- Case 8-3: King Kawasaki Bikes has a Web site for amateur motorcyclists. Todd, the Web designer, is using frames, but people have been complaining about not finding his site when they search for it, as well as his site not displaying in their version of Internet Explorer. Todd has found out that some of his clients are using very old versions of Internet Explorer. Where can he put content that will display for these clients?
- frame
- iframe
- frameset
- noframes - correct answer
- Frame-based Web sties can result in increased waiting time for potential customers.
- true - correct answer
- false
- Generally, you want the frame's _____ to be big enough to keep the source's text or images from running int he frame's borders.
- height
- width
- margin - correct answer
- diameter
- Given the frameset definition in the figure above, the frame border will display.
- true
- false - correct answer
- If you do not specify the scrolling attribute for a frame, scroll bars display only when the content of the frame source cannot fit within the boundaries of the frame.
- true - correct answer
- false
- If you use a frame, you should also provide a _____ version.
- frame border
- nonframed - correct answer
- frame set
- scaled back
- In specifying the margins for a frame, _____ is the amount of space above and below the content of the page in the frame.
- marginheight - correct answer
- marginwidth
- margintop
- marginbottom
- In specifying the size of rows / columns in a frameset, the _____ instructs the browser to allocate any unclaimed space in the frameset to the particular row or column.
- ampersand
- hyphen
- asterisk - correct answer
- dollar sign
- In the <frame> tag, if scrolling is set to _____, the scroll bars will display.
- yes - correct answer
- on
- show
- display
- In the <frame> tag, if scrolling is set to _____, the scroll bars will never display.
- no - correct answer
- off
- hide
- never
- In the figure above, which part is the logo frame?
- 1 - correct answer
- 2
- 3
- none of the above
- In the figure above, which part is the table of contents frame?
- 1
- 2 - correct answer
- 3
- none of the above
- In the figure above, not all of the content of the page fits into the logo frame, causing a vertical scroll bar to be displayed.
- true - correct answer
- false
- In the figure above, which part is the content frame?
- 1
- 2
- 3 - correct answer
- none of the above
- In the frameset defined in the figure above, scroll bars will display in the first frame.
- true
- false - correct answer
- Row and column sizes can be specified _____.
- in pixels
- as a percentage of the total size of the frameset
- by an asterisk
- all of the above - correct answer
- Setting the frameborder value to _____ removes the frame's border.
- 0 - correct answer
- 1
- no
- yes
- Some Web designers advocate creating both framed and nonframed versions for a Web site and giving users the option of which one to use.
- true - correct answer
- false
- The _____ attribute is included within the <frame> tag to prevent users from modifying the sizes of your frames.
- lock
- noresize - correct answer
- freeze
- fix
- The _____ attribute of the <iframe> tag specifies whether to display a border or not.
- border
- borderwidth
- bordersize
- frameborder - correct answer
- The _____ element describes how the frames are organized and displayed within the browser window.
- <frameset> - correct answer
- <frame>
- <define>
- <frames>
- The _____ element is useful when your page contains a lot of links that all point to the same target.
- same
- base - correct answer
- all
- target
- The _____ element is useful when your page contains a lot of links that all point to the same target.
- same
- base - correct answer
- all
- target
- The _____ tag can be nested within another.
- frameset - correct answer
- frame
- index
- row
- The _____ target is recommended for use when you are linking to pages that lie outside your Web site altogether.
- _new
- _top - correct answer
- _self
- _outside
- The bordercolor attribute is part of the official XHTML specification.
- true
- false - correct answer
- The first step in controlling the behavior of hyperlinks in a framed page is to give each frame on the page a(n) _____.
- index
- name - correct answer
- role
- category
- The general syntax for creating an HTML file with frames does not include an opening and closing _____ tag.
- <html>
- <body> - correct answer
- <head>
- all of the above
- The general syntax for creating an HTML file with frames includes _____.
- the organization of the frames
- the way the frames are displayed
- the documents displayed within the frames
- all of the above - correct answer
- The reserved target name _____ loads the document into a new browser window.
- _blank - correct answer
- _self
- _parent
- _top
- The reserved target name _____ loads the document into the parent of the frame that contains the link.
- _blank
- _self
- _parent - correct answer
- _top
- The reserved target name _____ replaces the current frame layout.
- _top - correct answer
- _blank
- _self
- _parent
Tutorial 7: Questions 50 through 100
- The most common file compression format is the MP3 format used throughout the Web as well as on portable music players and cell phones.
- true - correct answer
- false
- The most popular sound file format for downloading and storing music is _____.
- autobegin
- AIFF
- MP3 - correct answer
- MIDI
- The number of frames shown in each unit of video is expressed as _____.
- MHz
- GHz
- fz
- fps - correct answer
- The quickbegin parameter is used to determine whether or not the browser starts the embedded clips automatically when the Web page is loaded.
- true
- false - correct answer
- The sampling rate is measured in _____.
- MHz
- MB
- KHz - correct answer
- GB
- The size of an audio clip is related to the _____.
- sampling rate
- sample resolution - correct answer
- number of channels
- all of the above
- The TEXT parameter of a Java applet specifies whether the text in the applet window is repeated.
- true
- false - correct answer
- The tradeoff in increasing the sampling rate is that is decreases the size of the sound file.
- true
- false - correct answer
- There are _____ main file formats involved in creating a Flsh video.
- one
- two - correct answer
- three
- four
- To embed a video file, you can use the _____ tag.
- <video>
- <link>
- <object> - correct answer
- <inline>
- To indicate the end of a conditional comment, you would use _____.
- <!--endif-->
- <!--<![endif]--> - correct answer
- <!--<!endif-->
- <!--<!--endif-->
- To play embedded media, users' browsers often will have access to a plug-in.
- true - correct answer
- false
- To provide support for as many browser configurations as possible, you can _____ media objects.
- order
- get
- nest - correct answer
- keep
- To specify that a movie plays in Windows Media Player at half speed, you use the _____ parameter.
- rate - correct answer
- url
- fullscreen
- windowlessvideo
- To specify that code only run in browsers other than Internet Explorer, you could specify _____ as your condition.
- <!--[if IE><!-->
- <!--[if NOT IE]><!-->
- <!--[if !IE]><!--> - correct answer
- <!--[if OTHER}><!-->
- To specify the .class file in an embedded applet in IE, you use the _____ parameter.
- file
- applet
- code - correct answer
- parameter
- Video players for AVI files are only available for the Macintosh operating system.
- true
- false - correct answer
- When determining the number of channels to use in creating a sound file, the choice is between stereo or _____ sound.
- monaural - correct answer
- telephonic
- DAT
- resolved
- When you hear sound, your ears hear a discontinuous signal created by the vibrations that sound makes on your eardrum.
- true
- false - correct answer
- Which of the following is a basic component to the a wave?
- frequency
- amplitude
- sample rate
- both a and b - correct answer
- With respect to a sound wave, the lower the amplitude the louder the sound.
- true
- false - correct answer
- With the object element, the width and height of the object are measured in _____.
- points
- inches
- pixels - correct answer
- picas
- You can reduce the data rate of your video files by simply reducing the size of the video frames.
- true - correct answer
- false
- Your video editor usually allows you to choose the codec for your video file.
- true - correct answer
- false
- _____ is a standard sound format for synthesizers and sound cards.
- WAV - wrong answer
- MP3 - wrong answer
- AIFF
- MIDI
- A Java program is stored in an executable file called a(n) _____ file.
- exe - wrong answer
- class
- java
- js
- A(n) _____ file can provide a real-time interactive animation for the viewer.
- avi - wrong answer
- flv - wrong answer
- aif
- swf
- Case 7-2: Laser Cats is a techno band that has created a Web site to provide people with information about them as well as tour dates, band pictures, and concert clips. The manager has a video he recorded in avi format that he would like to post of the Laser Cats last show. Which Flash format will he convert it to before posting it to be displayed by Adobe Flash Player?
- flv
- aig
- swf - wrong answer
- none of the above - wrong answer
- Case 7-2: Laser Cats is a techno band that has created a Web site to provide people with information about them as well as tour dates, band pictures, and concert clips. They would like to embed a number of other media clips to be compatible with W3C specifications. They should use the _____ tag.
- object
- embed - wrong answer
- flv
- img
- For which of the following types of files do you need to specify a value for the classid attribute in the <object> tag?
- inline images
- video files
- Java applets
- all of the above - wrong answer
- In the <applet> tag, the _____ attribute specifies the filename of the Java class file.
- file
- filename - wrong answer
- code
- class
- Internet Explorer implements _____ differently from other browsers
- HTML
- CSS
both a and b - none of the above - wrong answer
- Sample resolution is sometimes referred to as _____.
- bit length - wrong answer
- bit height
- bit width - wrong answer
- bit depth
- The _____ sound file format is used primarily on UNIX workstations.
- RealAudio
- AU
- AIFF - wrong answer
- MIDI
- The _____ tag can be used to insert an inline image.
- img
- src - wrong answer
- object
- both a and c
- The object element can replace which of the following elements?
- img - wrong answer
- embed
- applet
- all of the above
- To embed a Flash file, you must specify a source for the embedded video clip with the _____ parameter and a size for the clip using the height and width parameters.
- data
- frame
- embed - wrong answer
- link
- Which of the following are commonly used sample resolution values?
- 1 bit, 2 bit and 4 bit
- 4 bit, 8 bit and 12 bit
- 8 bit, 16 bit, and 32 bit, 8 bit,
- 16 bit, and 64 bit - wrong answer
- Which of the following sound file formats have a MIME type of audio/basic?
- AIFF
- WAV - wrong answer
- SND
- MP3
- With the <bgsound> tag, the value of the volume attribute ranges from 0 (muted) up to _____.
- 1,000 - wrong answer
- 10,000
- 100,000
- 1,000,000
- With the <object> tag, enter a value of _____ = "true" for the clip to begin automatically.
- autobegin - wrong answer
- selfbegin
- quickbegin - wrong answer
- autostart
- You can modify a(n) _____ tag to combine an inline image and a video clip
- embed
- img
- object - wrong answer
- location - wrong answer
- You can turn an embedded image into an image map by adding the _____ attribute to the <object> tag.
- imap
- usemap
- imagemap - wrong answer
- location - wrong answer
Tutorial 7: Questions 1 through 50
- _____ are programs that enable the browser to work with an embedded object.
- Applets
- Plug-ins - correct answer
- Browslets
- Either A or C
- _____ can be used in Internet Explorer to run different code for different versions of Internet Explorer.
- Comment parameters
- Conditional parameters
- Conditional tags
- Conditional comments - correct answer
- _____ files is the standard audio format for Windows PCs.
- WAV - correct answer
- SND
- MPEG
- AU
- _____ is a proprietary audio format developed by Microsoft to compete with MP3s.
- WAV
- MIDI
- Windows Media Audio - correct answer
- AIFF
- _____ is a video format developed by Apple Computer for Windows and Apple computers.
- MPEG
- AVI
- RealVideo
- QuickTime - correct answer
- _____ is designed only for Windows and should not be solely relied upon for Web multimedia.
- QuickTime
- ActiveX - correct answer
- Realtime
- Flash
- _____ runs a Java applet's code and returns the results to your computer.
- JVM - correct answer
- DVM
- JDK
- SND
- A conditional comment uses _____ to specify the condition for Internet Explorer.
- <!-- [if condition IE version}><!--> - correct answer
- <!-- [condition IE ]><!-->
- <!--[version ]><!-->
- none of the above
- A Java applet is an external file that is downloaded and executed by your browser.
- true - correct answer
- false
- A MIDI composition lasting several minutes is less that 20 kilobytes in size, while a similar file in WAV format would be several megabytes in size.
- true - correct answer
- false
- A(n) _____ composition is smaller than WAV and MP3 files, but can not include speech.
- MP3
- MIDI - correct answer
- AIFF
- WAV
- A(n) embedded media clip works like an inline image and can be played within the Web page itself.
- true - correct answer
- false
- According to the HTML code in the figure above, the sound clip on this Web page will play automatically.
- true
- false - correct answer
- ActiveX controls are identified using the _____ attribute.
- src
- classelem
- classid - correct answer
- data
- An advantage of using an embedded file is that users don't have to retrieve a multimedia clipl they do so only if they want to.
- true
- false - correct answer
- An applet is displayed as an embedded object on your Web page in an applet _____.
- frame
- manager
- window - correct answer
- index
- AVI files have good support across operating systems and browsers.
- true
- false - correct answer
- Case 7-1: Mark Kennedy runs a Web site for amateur skateboarders. He likes to post videos and music related to skating on his site as well as interviews with different skating professionals. Which would be the best format for Mark to use for his videos so that they are compatible with the most browsers and can be displayed in YouTube?
- AVI
- RealVideo
- Flash Video - correct answer
- QuickTime
- Case 7-2: Laser Cats is a techno band that has created a Web site to provide people with information about them as well as tour dates, brand pictures and concert clips. Each band member has a picture and a video. To set it up so that either the video or the picture displays, they could use a(n) _____ if they knew their audience uses Internet Explorer.
- conditional comment
- optional source
- dynamic resource - correct answer
- flash source
- Case 7-2: Laser Cats is a techno band that has created a Web site to provide people with information about them as well as tour dates, brand pictures and concert clips. The band wants a marquee for its page to display the tour dates. They should probably use a(n) _____ to be compatible with the most browsers.
- sdk
- marquee tag
- jvm
- applet - correct answer
- Case 7-3: Sue maintains a site that shows animations, movies and sound clips made by the comedians that are part of her comedy club, Sue's Laughter. For audio recordings of her comedians, the format to use to maintain high sound quality in the smallest file size would be _____.
- swf
- flv
- mp3 - correct answer
- wav
- Case 7-3: Sue maintains a site that shows animations, movies and sound clips made by the comedians that are part of her comedy club, Sue's Laughter. If a comedian wants to make an interactive animation, Sue should have them create it in a(n) _____ file.
- swf - correct answer
- fls
- flv
- swc
- Case 7-3: Sue maintains a site that shows animations, movies and sound clips made by the comedians that are part of her comedy club, Sue's Laughter. Sue designs her pages for Internet Explorer, so when she embeds videos in a Flash Player, she will need to use the attribute _____.
- classid
- codebase
- data
- all of the above - correct answer
- Developed by Microsoft, _____ is a popular streaming video format offering good compression and video quality.
- RealVideo
- MPEG
- QuickTime
- Windows Media - correct answer
- Each measurement of a sound wave is called a(n) _____.
- index
- sample - correct answer
- metric
- cycle
- For most applications, saving sound files at the _____ bit resolution provides a good balance of sound quality and file size.
- 1
- 4
- 8
- 16 - correct answer
- If a plug-in encounters a parameter it doesn't recognize, it will _____.
- ignore it - correct answer
- adjust it
- substitute it
- load another
- In the <object> tag, the _____ attribute is used to indicate the source of the data for the embedded object.
- data - correct answer
- classid
- source
- codebase
- Increasing the sample resolution creates a digital sound file that represents the analog sound more accurately and results in a smaller file size.
- true
- false - correct answer
- Large sound and video files cause the most trouble for users with low-_____ connections.
- bandwidth - correct answer
- resolution
- frequency
- intensity
- Most browsers support two elements for embedding objects such as sound clips within a Web page: the embed element and the inset element.
- true - correct answer
- false
- Most frames are sized to have width-to-height ratios or aspect ratios of 4:3.
- true - correct answer
- false
- One of the most popular sites on the Web is YouTube, which is almost solely dedicated to the creation and dissemination of user-created videos.
- true - correct answer
- false
- One of the primary goals when using multimedia is to create media clips that are compacy in size without sacrificing quality.
- true - correct answer
- false
- QuickTime format was developed by Apple Computer.
- true - correct answer
- false
- RealVideo is the preferred file format for online video sites such as YouTube and Google Video.
- true
- false - correct answer
- Some Java applets might require several .application files to run properly.
- true
- false - correct answer
- Some sound clips have copyright restrictions.
- true - correct answer
- false
- The _____ element for embedding objects is not part of the W3C specifications.
- include
- embed - correct answer
- object
- stream
- The _____ format is limited to music and cannot be used for general sounds, such as speech.
- MIDI - correct answer
- AIFF
- WAV
- MP3
- The _____ format is not widely supported on the Web.
- WAV
- MP3
- RealAudio
- SND - correct answer
- The _____ format represents sound by recording each note's pitch, length, and volume.
- ReadAudio
- MIDI - Correct answer
- WAV
- SND
- The _____ parameter can be used to make a Flash window transparent.
- bgcolor
- wmode - correct answer
- quality
- scale
- The <bgsound> tag is only supported by _____.
- Opera
- Safari
- Internet Explorer - correct answer
- Firefox
- The item marked 1 in the figure above is the wave's _____.
- amplitude
- sample rate
- frequency - correct answer
- resolution
- The item marked 2 in the figure above is an embedded video clip.
- true
- false - correct answer
- The item marked 2 in the figure above is the wave's _____.
- amplitude - correct answer
- frequency
- resolution
- sample rate
- The item marked 2 in the figure above is an example of external media.
- true - correct answer
- false
- The items marked 1 in the figure above are the width and height of the clip controls.
- true - correct answer
- false
- The most common file compression format is the MP3 format used throughout the Web as well as on portable music players and cell phones.
- true - correct answer
- false
Tutorial 6: Questions 51 through 100
- The _____ method of the <form> tag sends form data in a separate data stream, allowing the Web server to receive the data through what is called "standard input".
- put
- get
- post - correct answer
- keep
- The _____ style can be used to change label elements into block elements.
- type: block
- format: block
- display: block - correct answer
- block: block
- The <form> tag includes attributes that control how the form is processed.
- true - correct answer
- false
- The <table> tag identifies the beginning of a form.
- true
- false - correct answer
- The earliest and most common of the languages used for server-based programs are called CGI scripts, written in a language called Perl.
- true - correct answer
- false
- The earliest and most common server-based programs are CGI scripts written in a lnaguage called Perl.
- true - correct answer
- false
- The item marked 4 in the accompanying figure is a(n) _____ button.
- report
- reset
- option
- form - correct answer
- The item marked 5 in the accompanying figure is a _____ set.
- text
- field - correct answer
- check box
- form
- The item marked 7 in the accompanying figure is a _____ area.
- registration
- formula
- text - correct answer
- list
- The items marked _____ in the accompanying figure are input boxes.
- 1 - correct answer
- 2
- 4
- 7
- The items marked _____ in the accompanying figure are selection lists.
- 1
- 2 - correct answer
- 3
- 4
- The items marked 3 in the accompanying figure are _____ buttons.
- check
- group
- option - correct answer
- cluster
- The language used to create a server-based program depends on the Web server.
- true - correct answer
- false
- Though not required, you can specify default text that will appear in the text box when the form is initially displayed.
- true - correct answer
- false
- To associate a label with the control element with the id of "city", you would enter _____.
- <label id="city">
- <label associate="city">
- <label element="city">
- <label for="city"> - correct answer
- To associate text with a control elements, you can use the label element.
- true - correct answer
- false
- To create a button that will clear the form fields, you use a type of _____.
- command
- reset - correct answer
- option
- submit
- To define a default value for a field, use the following syntax: _____.
- <input field= "value" />
- <input main= "value" />
- <input default= "value" />
- <input value= "value" /> - correct answer
- To group option buttons so that selecting one deselects all of the others, you must make the _____ attribute the same.
- type
- value
- name - correct answer
- id
- To identify the specific options for option buttons, you use the _____ attribute.
- name
- type
- id - correct answer
- value
- To mark the label for an element to indicate which key is the access key, you _____ the letter.
- bold
- italicize
- capitalize
- underline - correct answer
- To specify that an option button be already selected, you type _____.
- checked="yes"
- value="checked"
- checked="checked" - correct answer
- value="yes"
- Typically, forms only contain form elements and no page.
- true
- false - correct answer
- Typing _____ will specify that at most 7 characters can be displayed in a text box.
- <input type="text" length="7" />
- <input type="text" size="7" />
- <input type="text" size="7" />
- <input type="text" maxlength="7" /> - correct answer
- Users are limited to a single selection from a selection list.
- true
- false - correct answer
- When the <input> tag is used to create radio buttons, the tag also creates labels for radio buttons.
- true
- false - correct answer
- When working with radio buttons, you must include the id attribute because it groups distinact radio buttons together, so that selecting one radio button in the group automatically deselects all of the other radio buttons in the group.
- true
- false - correct answer
- When you link a label with an associated input box elements, you use the name attribute of the field.
- true
- false - correct answer
- Which input type creates a field that is not viewable on the form?
- type="conceal"
- type="view"
- type="off"
- type="hidden" - correct answer
- Which input type displays a browse button to locate and select a file?
- type="attach"
- type="find"
- type="file" - correct answer
- type="browse"
- Which input type displays an inline image that can be clicked to perform an action from a script?
- type= "image" - correct answer
- type= "inline"
- type= "picture"
- type= "action"
- which input type displays an input box that hides text entered by the user?
- type="hidden"
- type="password" - correct answer
- type="user"
- type="hide"
- You can change the number of options displayed in a selection list by modifying the _____ attribute.
- list
- number
- size - correct answer
- display
- You can prevent users from entering more than nine characters into an input box by inserting the attribute limit="9" into the <input> tag.
- true
- false - correct answer
- You can specify the tab order of fields by adding the taborder attribute to any control element in your form.
- true
- false - correct answer
- You can use the _____ attribute of the <form> tag to send form data to a different browser window or frame.
- target - correct answer
- other
- external
- second
- You should _____ required fields on your form.
- separate
- mark - correct answer
- right-align
- make block
- HTML allows you to organize selection lists into distinct groups called _____ groups.
- option
- selection
- unique
- category - wrong answer
- HTML supports _____ different input types.
- 10
- 15 - wrong answer
- 16 - wrong answer
- 17
- In a text area, if wrap is set to _____, the information about how the text was wrapped within the text box is sent to the CGI.
- soft
- hard
- off
- either a or b - wrong answer
- In older code, the syntax for adding the multiple attribute to the <select> tag is _____.
- <select><multiple>...</select>
- <select option="multiple">...</select> - wrong answer
- <select="multiple">...
- <select multiple> ... </select>
- The _____ method of the <form> tag packages form data by appending it to the end of the URL specified in the action.
- post - wrong answer
- get
- put - wrong answer
- keep
- The _____ style can be used to change label elements into block elements.
- type: block
- format: block
- display: block - correct answer
- block: block
- To reduce a text box to a size that allows 2-letter input, you can specify the width to be _____.
- 5em
- 4em
- 2em - wrong answer
- 3em
- When a form is submitted, the server receives the data in _____ pairs.
- name/value
- label/name
- id/value
- value/label - wrong answer
- Which of the following is a possible value for the method attribute of the <form> tag>
- get or post
- get or put - wrong answer
- give or get
- put or post
- You can specify an access key for an input element by using the _____ attribute.
- shortcut - wrong answer
- key
- accesskey
- keypress
- You should check with your ISP or system administrator to find out what _____ are available and what rights and privileges you have in working with them.
- scripts
- access keys - wrong answer
- passwords
- XMLs
Tutorial 6: Questions 1 through 50
- _____ are used to check for the presence or absence of something.
- Check boxes - correct answer
- Option boxes
- Group boxes
- Text boxes
- _____ buttons can be placed into a group so that selecting one deselects all of the others.
- Check box
- Image
- Command
- Radio - correct answer
- _____ sets are used to organize form elements.
- Option
- Radio
- Text
- Field - correct answer
- A _____ should be used to provide visual indication that option buttons belong in the same group.
- fieldset - correct answer
- label
- table
- value
- A password text box hides text entered by the user.
- True - correct answer
- False
- A single Web page can contain at most one form.
- True
- False - correct answer
- Among the attributes included with the <form> tag> are attributes that include information on how to process the form.
- True - correct answer
- False
- An access key is a single key that you type in conjunction with the Alt key for Macintosh users.
- True
- False - correct answer
- Another way you can specify the width is to use the _____ attribute.
- size
- maximum - correct answer
- length
- characters
- As shown in the accompanying figure, the form contains _____ elements, which are commonly used in Web page forms.
- control - correct answer
- formula
- access
- box
- Because it is more flexible, the _____ method is considered the preferred way of sending data to a Web server.
- put
- get
- post - correct answer
- keep
- Before specifying a name or id for your field, you need to learn what the _____ requires.
- server script - correct answer
- user
- form layout
- Web designer
- By default, all input boxes are _____ characters wide.
- 5
- 7
- 20 - correct answer
- 50
- Case 6-1: Benjamin owns Ben's Paintball Shop. He wants to create a Web form to allow users to specify the type of paintball gun they would like to buy. This includes the make, model, paintball holder type and color, and the optional sight and gun holder options. Ben's paintball holders come in 50, 100 and 150 paintball holder sizes. People often buy more than one size of paintball holder. Ben's guns only come in red, blue or black colors. He has over 50 makes and models of guns. Ben should use _____ to allow users to select the paintball holders.
- radio buttons
- check boxes - correct answer
- command buttons
- group boxes
- Case 6-1: Benjamin owns Ben's Paintball Shop. He wants to create a Web form to allow users to specify the type of paintball gun they would like to buy. This includes the make, model, paintball holder type and color, and the optional sight and gun holder options. Ben's paintball holders come in 50, 100 and 150 paintball holder sizes. People often buy more than one size of paintball holder. Ben's guns only come in red, blue or black colors. He has over 50 makes and models of guns. For the color, Ben should most likely use _____.
- Radio buttons - correct answer
- Check boxes
- Command buttons
- Group boxes
- Case 6-1: Benjamin owns Ben's Paintball Shop. He wants to create a Web form to allow users to specify the type of paintball gun they would like to buy. This includes the make, model, paintball holder type and color, and the optional sight and gun holder options. Ben's paintball holders come in 50, 100 and 150 paintball holder sizes. People often buy more than one size of paintball holder. Ben's guns only come in red, blue or black colors. He has over 50 makes and models of guns. Since make and model are normally lists, Ben should use a _____ tag to specify the lists.
- <checkbox>
- <file>
- <select> - correct answer
- <command>
- Case 6-2: Wendy's Dazzling Designs desires to have a Web site built for customers to order custom-made jeans. They can pick from jeans, jean shorts and jean jackets. Customers can specify one of their existing patterns which are about 100 designs. They can also choose a custom pattern instead and then provide information about the pattern they want for Wendy to custom create. Wendy wants to label each group. Which element would be the best for her to use.
- caption
- legend - correct answer
- label
- text
- Case 6-2: Wendy's Dazzling Designs desires to have a Web site built for customers to order custom-made jeans. They can pick from jeans, jean shorts and jean jackets. Customers can specify one of their existing patterns which are about 100 designs. They can also choose a custom pattern instead and then provide information about the pattern they want for Wendy to custom create. For her address she wants to make sure the zipcode is set to 5 characters only. Which attribute of a text box will allow her to do this?
- maxlength - correct answer
- length
- characters
- size
- Case 6-2: Wendy's Dazzling Designs desires to have a Web site built for customers to order custom-made jeans. They can pick from jeans, jean shorts and jean jackets. Customers can specify one of their existing patterns which are about 100 designs. They can also choose a custom pattern instead and then provide information about the pattern they want for Wendy to custom create. Wendy wants to separate the different options for jeans, jean shorts, and jean jackets. Which element can she use to create these groups?
- select
- radio
- check box
- fieldset - correct answer
- Case 6-2: Wendy's Dazzling Designs desires to have a Web site built for customers to order custom-made jeans. They can pick from jeans, jean shorts and jean jackets. Customers can specify one of their existing patterns which are about 100 designs. They can also choose a custom pattern instead and then provide information about the pattern they want for Wendy to custom create. In order to provide customers plenty of room to enter the information for a custom pattern, which type of field should Wendy provide for the user?
- textarea - correct answer
- radio
- text
- select
- Case 6-3: Bob has just bought an online Web hosting solution from a popular ISP. He knows the ISP provides some scripts to allow people to create logon pages for their Web site if they want to have a password-protected blog, for example. Bob wants to create such a page for his blog about video games. Before Bob builds his form, which of the following should he consult concerning required fields?
- his ISP - correct answer
- his other Web pages
- his desired form design
- none of the above
- Case 6-3: Bob has just bought an online Web hosting solution from a popular ISP. He knows the ISP provides some scripts to allow people to create logon pages for their Web site if they want to have a password-protected blog, for example. Bob wants to create such a page for his blog about video games. Which element will Bob most likely use to create the password element?
- select
- input - correct answer
- textarea
- option
- Case is important in field names.
- true - correct answer
- false
- Check boxes are selected by default.
- true
- false - correct answer
- Each control element in which the user can enter information is called a(n) _____.
- field - correct answer
- index
- value
- area
- For a contiguous selection in a selection list, select the first firm, press and hold the _____ key, and then select the last item in the range.
- Ctrl
- Shift - correct answer
- Esc
- Alt
- For most browsers, if no value for the wrap attribute of a text area is specified, a value of _____ is used.
- hard
- off
- soft - correct answer
- none
- For noncontiguous selections from a selection list, press and hold the _____ key while you make your selections.
- Ctrl - correct answer
- Shift
- Esc
- Alt
- Forms are created using the _____ element.
- <field>
- <form> - correct answer
- <html>
- <input>
- HTML allows you to formally link a label with an associated text box element for scripting purposes.
- true - correct answer
- false
- HTML supports tags that allow you to create forms and analyze the information submitted on forms.
- True
- False - correct answer
- In a text area, if wrap is set to _____, all the text is displayed on a single line.
- single
- none
- off - correct answer
- one
- In a text area, if wrap is set to _____, the text is sent to the CGI script in a single line without any information about how the text was wrapped within the text box, but the text automatically wraps to the next row when it extends beyond the width of the text box.
- soft - correct answer
- hard
- off
- either a or b
- In the general syntax for the <select> and <option> tags, each _____ tag represents an individual item in the selection.
- <option> - correct answer
- <item>
- <index>
- <each>
- Information entered into a field is called the field _____.
- index
- attribute
- value - correct answer
- rating
- Input boxes are a form control element used for text and numerical entries.
- true - correct answer
- false
- Like selection list items, only one radio button can be selected at a time.
- true
- false - correct answer
- One way of organizing a form is to group similar fields into field sets.
- true - correct answer
- false
- Option buttons are sometimes called _____ buttons.
- group
- cluster
- radio - correct answer
- aggregate
- PHP and ASP are popular languages widely used today for writing server-based programs.
- true - correct answer
- false
- Press the _____ key to move between input boxes.
- Shift
- Tab - correct answer
- Ctrl
- Alt
- Selection lists usually appear in a _____ box.
- value list
- radio
- form
- drop-down list - correct answer
- Setting the width of an input box limits the numbers of characters the box can hold.
- true
- false - correct answer
- Some CGI scripts require a particular field or group of fields.
- true - correct answer
- false
- Text _____ are used for extended entries that can include several lines of text.
- areas - correct answer
- buttons
- rosters
- matrices
- The _____ attribute of the <form> tag represents the older standard for identifying each form on the page.
- id
- identification
- name - correct answer
- what
- The _____ attributes define the dimensions of a text area.
- hieght and width
- rows and cols - correct answer
- top and bottom
- high and wide
- The _____ button type control element is used to create a button used to select files.
- command
- file - correct answer
- input
- button
- The _____ control element is used to create a custom button.
- command
- file
- input
- button - correct answer
- The _____ method of the <form> tag send form data in a separate data stream, allowing the Web server to receive the data through what is called "standard input".
- put
- get
- post - correct answer
- keep
Thursday, December 26, 2013
Tutorial 5 Questions 51 through 100
- The outside gridlines are not affected by a table's border attribute; only the internal gridlines are changed.
- true
- false - correct answer
- The table header, table body, and table footer may all contain a different number of cells within each row.
- true
- false - correct answer
- The table header, table body, and table footer must all contain the same number of _____.
- columns - correct answer
- styles
- rows
- indices
- The table marked 1 in the figure above has a frame value of "border".
- true
- false - correct answer
- The table marked 1 in the figure above has a rules value of _____.
- all - correct answer
- cols
- rows
- void
- The table marked 2 in the figure above has a frame value of "top".
- true
- false - correct answer
- The table marked 3 in the figure above has a frame value of "beneath".
- true
- false - correct answer
- The table marked 3 in the figure above has a rules value of _____.
- all
- cols - correct answer
- rows
- void
- The table marked 4 in the figure above has a rules value of _____.
- full
- cols
- rows
- none - correct answer
- The table marked 5 in the figure above has a frame value of "lhs".
- true - correct answer
- false
- The table marked 7 in the figure above has a frame value of _____.
- vsides - correct answer
- beneath
- border
- none
- The table marked 8 in the figure above has a frame value of _____.
- vsides
- beneath
- border
- void - correct answer
- There is no HTML element or CSS style for rounded corners, but you can simulate the effect using _____ and a Web table.
- form elements
- preformatted text
- padding
- background images - correct answer
- To control the space between the table text and the cell borders, add the _____ attribute to the table tag.
- cellborder
- cellbetween
- cell spacing
- cell padding - correct answer
- To create a cell that spans two columns in a table, you enter the <td> tag as _____.
- <td rowspan> "2"
- <td colspan="2"> - correct answer
- <td colspan> "2"
- <td rowspan="2">
- To create a cell that spans two rows in a table, you enter the <td> tag as _____.
- <td colspan="2">
- <td colspan> "2"
- <td rowspan="2"> - correct answer
- <td rowspan> "2"
- To create a rectangle with a rounded border using a table, you can use a _____ layout.
- sectional
- columnar
- jigsaw - correct answer
- grid
- To create a table row, use the tag <th> content </th>
- true
- false - correct answer
- To set the color of a row, you use the _____ style.
- background-color - correct answer
- row-color
- color
- col-color
- To specify a distance of 3 pixels between cell borders, you enter _____.
- border-style: 3px
- border-width: 3px
- border-collapse: 3px
- border-spacing: 3px - correct answer
- Unformatted text is displayed by the browser in a monospace font in which each letter takes up the same amount of space.
- true
- false - correct answer
- When creating a rounded border using div containers, you should use _____ positioning.
- static
- z-index
- absolute
- relative - correct answer
- When nesting div containers, a _____ element may sometimes obstruct a _____ element.
- lower, higher
- larger, smaller
- higher, lower - correct answer
- smaller, larger
- Which of the following can not be marked with an HTML table element?
- table row
- table column - correct answer
- table header
- table caption
- Which of the following is a table frame type?
- beneath
- below - correct answer
- top
- center
- Which of the following is a Web table feature you can control?
- You can include shaded borders
- You can control the size of individual table cells.
- You can create cells that span several columns
- All of the above - correct answer
- With the frame value _____, a border is drawn around all four sides of the table.
- box - correct answer
- asides
- 4sides
- all
- With the frame value _____, a border is drawn on the left and right sides of the table.
- lrhs
- hsides
- vsides - correct answer
- both
- With the frame value _____, a border is drawn on the top and bottom sides of the table.
- rhs
- lhs
- vsides
- hsides - correct answer
- With the frame value _____, a border is drawn only above the table.
- top
- above - correct answer
- hsides
- box
- With the frame value _____, a border is drawn only below the table.
- under
- beneath
- below - correct answer
- vsides
- With the frame value _____, a border is drawn only on the left-hand side of the table.
- lhs
- rhs - correct answer
- right
- hside
- With the frame value _____, a border is drawn only on the right-hand side of the table.
- lhs
- rhs - correct answer
- right
- hside
- With the frame value _____, no border is drawn around the table.
- null
- none
- no
- void - correct answer
- You can apply the table layout to other HTML elements by using the display style.
- true - correct answer
- false
- You can use the _____ tag to display preformatted text.
- <pre> - correct answer
- <form>
- <format>
- <preformatted>
- You reference columns individually using the _____ element.
- <col /> - correct answer
- <colgroup />
- <colbody />
- <column />
- Each row of a table is indicated using a two-sided _____ tag.
- <tr>
- <td> - wrong answer
- <th>
- <tl>
- The _____ attribute can be used to specify the number of columns a colgroup references.
- id - wrong answer
- div
- span
- class - wrong answer
- The item shown in the figure above is a Web table.
- true
- false - correct answer
- The layout shown in the figure above is the _____ layout.
- sectional
- columnar
- grid
- jigsaw - correct answer
Tutorial 5 Questions 1 through 50
- A single table can contain at most one <tbody> tag.
- True
- False - correct answer
- A _____ call occupies more than one row or column in a table.
- breadth
- full
- spanning - correct answer
- columnar
- A _____ table contains only text, evenly spaced on the Web page in rows and columns.
- columnar text
- row-based
- preformatted text - correct answer
- graphical
- A Web table consists of a table element and a collection of table rows.
- True - correct answer
- False
- A Web table consists of a table element and a collection of table rows.
- True - correct answer
- False
- Alignment values of "left" or "right" place a table caption below the table to the left or right.
- True
- False - correct answer
- By default, browsers display talbes without table borders.
- True - correct answer
- False
- By default, most table borders are displayed in two shades of _____ that create a three-dimensional effect.
- white
- black
- gray - correct answer
- blue
- By default, tables will display without borders in a browser.
- True - correct answer
- False
- By default, the caption appears directly above the table when creating a table caption.
- True - correct answer
- False
- Cascading Style Sheets included support for Web tables starting the _____.
- CSS1
- CSS3
- CSS2 - correct answer
- CSS5
- Case 5-1: Crystal is trying to build a table to display her inventory or items she sells in her online boutique. She wants to display the picture, name, quantity in stock, and price for each item. Crystal would also like her header row to be blue. How would she accomplish that using a style?
- color="blue
- background-color: blue - correct answer
- header-color: blue
- thead-color: blue
- Case 5-1: Crystal is trying to build a table to display her inventory or items she sells in her online boutique. She wants to display the picture, name, quantity in stock, and price for each item. Crystal would like to have borders just on the top and bottom, which style would do that?
- frame="rhs"
- frame="hsides" - correct answer
- frame="lhs"
- frame="vsides"
- Case 5-1: Crystal is trying to build a table to display her inventory or items she sells in her online boutique. She wants to display the picture, name, quantity in stock, and price for each item. How many columns would Crystal's table need to have as a minimum?
- 2
- 3
- 4 - correct answer
- 5
- Case 5-2: Automotive Weekly is an online magazine. They like to host car shows around town during the year to promote their magazine. Bob is tasked with creating a table to list their car show information which includes place, date & time, and a brief description of the event's activities. Bob is using a Web site that is several years old that uses a table as a layout. Bob wants to create a table layout that is more modern. He wants to have the place take up one row, with the date & time in two cells below that, followed by the description of the event in a row below the date & time. Bob wants to put a light metallic red rounded square picture in the background of his table. To do that, he needs to first split the picture into how many parts?
- 3
- 6
- 9 - correct answer
- 12
- Case 5-2: Automotive Weekly is an online magazine. They like to host car shows around town during the year to promote their magazine. Bob is tasked with creating a table to list their car show information which includes place, date & time, and a brief description of the event's activities. Bob is using a Web site that is several years old that uses a table as a layout. Bob wants to create a table layout that is more modern. He wants to have the place take up one row, with the date & time in two cells below that, followed by the description of the event in a row below the date & time. Bob wants the caption of his table to be on the bottom. Which CSS style can he use to specify that?
- side
- caption
- text-align
- caption-side - correct answer
- Case 5-3: Julio is in a band and has made a Web site to promote the band. Julio likes to maintain a page where he can list the information about each of the band members. For each member, he likes to display a brief list of biographical information on the left and then their picture on the right. How many columns will Julio most likely need in his table?
- 2 - correct answer
- 4
- 5
- 8
- Case 5-3: Julio is in a band and has made a Web site to promote the band. Julio likes to maintain a page where he can list the information about each of the band members. For each member, he likes to display a brief list of biographical information on the left and then their picture on the right. Julio wants to display the name of the band at the top of the table. Which element should he use to do this?
- tbody
- caption - correct answer
- td
- colgroup
- Cell padding value is expressible in _____.
- pixels - correct answer
- cm
- em
- all of the above
- Columns and column groups accept only four styles: border, background, _____, and visibility.
- color
- height
- width - correct answer
- font-family
- Data cells in a Web table are displayed using a _____ tag.
- <tr>
- <th>
- <tl>
- <td> - correct answer
- Decreasing the width of a table's border to 1 pixel will remove the border between the cells.
- true
- false - correct answer
- Each table in a Web page follows a basic structure consisting of the table element and a collection of table columns nested in the table element.
- True
- False - correct answer
- Enter _____ tags to identify text to be table headers.
- <th> and </th> - correct answer
- <ht> and </ht>
- <td> and </td>
- <tr> and </tr>
- HTML allows you to identify the different parts of your table using the _____ tags.
- <thead>
- <tbody>
- <tfoot>
- all of the above - correct answer
- HTML allows you to manipulate the alignment of entire columns and groups of columns.
- True - correct answer
- False
- If borders are collapsed and either border style is hidden, the collapsed border is _____.
- hidden - correct answer
- halved
- 2px wide
- 1px wide
- If two borders have the same width but different styles, _____ borders have the highest priority.
- solid
- groove
- dashed
- double - correct answer
- If you have four <td> tags in each table row, that table has _____ columns.
- two
- three
- four - correct answer
- six
- In the <caption> tag, an alignment value of _____ places the caption above the table.
- above
- over
- top - correct answer
- center
- In the <caption> tag, an alignment value of _____ places the caption below the table.
- below
- bottom - correct answer
- under
- beneath
- Netscape horizontally aligns captions to the left or right above the table.
- true
- false - correct answer
- One difference between the <th> and <td> tags is that the text formatted with the <th> tag is left-aligned within the cell.
- true
- false - correct answer
- One tip for the effective use of tables is to use cell _____ to keep the table content from appearing too crowded.
- spanning
- padding - correct answer
- kerning
- tracking
- Only one caption is allowed per Web table and the <caption> tag must be listed directly before the opening <table> tag.
- true
- false - correct answer
- Only one caption is allowed per Web table.
- true - correct answer
- false
- Preformatted text is displayed by the browser in a _____ in which each letter takes up the same amount of space.
- monospace box
- monospace font - correct answer
- cell spacing text box
- cell spacing font
- Spanning cells are created by inserting a _____ attribute in a <td> or <th> tag.
- rowspan or colspan - correct answer
- spanrow or spancol
- cellspan or rowspan
- tdspan or trspan
- Table cells have the lowest precendence in the Web table styles.
- True
- False - correct answer
- Text formatted with the <th> tag is displayed in a(n) _____ font.
- italicized
- boldface - correct answer
- underlined
- colored
- The _____ attribute controls the amount of space inserted between table cells.
- call padding
- cell between
- cell spacing - correct answer
- cell border
- The _____ attribute lets you control how the internal table gridlines are drawn.
- rules - correct answer
- gridlines
- grid
- lines
- The _____ style can be used to separate the table borders.
- border-type
- border-separate
- border-width
- border-collapse - correct answer
- The <thead> and <tfoot> sections must appear after any <tbody> sections in the table structure.
- true
- false - correct answer
- The border-type style can be used to allow any table to have a border.
- True
- False - correct answer
- The default cell spacing value is _____ pixels.
- 1
- 2 - correct answer
- 4
- 5
- The default value for the frame attribute of the table tag is lhs.
- true
- false - correct answer
- Case 5-3: Julio is in a band and has made a Web site to promote the band. Julio likes to maintain a page where he can list the information about each of the band members. For each member, he likes to display a brief list of biographical information on the left and then their picture on the right. The first cell in the biographical information table has several styles applied to it. Julio would like to specify the background color of this cell, but is unsure which style to modify. Which table style has the highest precedence?
- table cells - correct answer
- column groups
- table
- rows
- The number of columns in a Web table is determined by the maximum number of cells within each row.
- true - correct answer
- false
- The number of columns is determined by how many _____ are inserted within each row, according to the original HTML specifications.
- cells - correct answer
- columns
- headers
- indices
Tutorial 4 Questions 51 - 100
- The item marked 1 in the figure above is the padding area.
- True
- False - correct answer
- The max-width style can be used to set how large an element can grow.
- True - correct answer
- False
- The media attribute can contain a period-separated list of media types.
- True
- False - correct answer
- The media attribute is required, regardless of the expected output device.
- True
- False - correct answer
- The order when combining all of the CSS styles for lists is _____.
- type url(url) position - correct answer
- url(url) type position
- position url(url) type
- url(url) position type
- The proper ordering of coordinates in position is _____.
- top, left, bottom, right
- bottom, right, top, left
- bottom, left, top, right
- top, right, bottom, left - correct answer
- The z-index style only works for elements that are placed with relative positioning.
- True
- False - correct answer
- To add a hover effect of display "Go:" before a link is clicked, you would use _____.
- a.hover.before{content: attr("Go: ")}
- a:hover.before{content.attr("Go:")}
- a.hover:before{content: "Go:"}
- a:hover:before{content: "Go:"} - correct answer
- To cause the definition to print at the top of the page like a list, you could use _____.
- display: list-item - correct answer
- display: top
- display: list
- display: top-item
- To match a group of elements, use the _____ selector.
- e1:e2
- e1 > e2
- e1 e2
- e1, e2, e3 - correct answer
- To override style _____, you specify an alternate style for one of the descendant elements of the parent.
- recurrence
- inheritance - correct answer
- dependence
- transition
- To position an element at a specific spot while the rest of the page scrolls, you use _____ positioning.
- static
- relative
- absolute
- fixed - correct answer
- To specify that all elements in a document should appear with font-size of 20px, you could use _____.
- h1, h2, p, a{font-size: 20px }
- * { font-size: 20px } - correct answer
- @all { font-size: 20px }
- h1 h2 p a {font-size: 20px}
- To stack elements, you can use the _____ style.
- index
- layer
- z-layer
- z-index - correct answer
- Two or more pseudo-classes can never apply to the same element.
- True
- False - correct answer
- Using the link element, you can link several media style sheets to documents in your Web site.
- True - correct answer
- False
- Web browsers try to break pages as much as possible.
- True
- False - correct answer
- What is the list style position of the first list in the above figure?
- outside - correct answer
- outer
- inside
- inner
- What is the list style position of the second list in the above figure?
- outside
- outer
- inside - correct answer
- inner
- When you have defined a rectangular region using the appropriate style, which value matches the specified edge of the region to the edge of the parent element?
- right
- default
- auto - correct answer
- left
- Which of the following is part of CSS3?
- [att]
- [att="val"]
- [att~="val"]
- [att$="val"] - correct answer
- Which of the list style types in the figure above is the decimal-leading-zero style?
- 5 - correct answer
- 6
- 7
- 8
- Which of the list style types in the figure above is the square style?
- 1
- 2
- 3 - correct answer
- 4
- Which of the list style types in the figure above is the upper-roman style?
- 6
- 7 - correct answer
- 8
- 9
- Which pseudo-class should come first when creating a rollover effect?
- visited
- active
- link - correct answer
- focus
- Which pseudo-class should come second when creating a rollover effect?
- visited - correct answer
- lang
- hover
- active
- Which pseuo-class can be used to create a drop cap?
- first-line
- before
- first-letter - correct answer
- after
- Which style can be used to cause the tables to print at the top of a page?
- page-break
- page-break-after
- page-break-before - correct answer
- none of the above
- Which style can be used to define a rectangular region through which the element's content can be viewed?
- rect
- clip - correct answer
- overflow
- region
- Which style can be used to tell the browser to print the page in 8in by 10in format?
- size - correct answer
- page
- margin
- orientation
- Which style in the figure above represents the scroll overflow style?
- 1
- 2
- 3 - correct answer
- 4
- Which style would be best to prevent the pictures from printing when this Web page is printed?
- display - correct answer
- aural
- visible
- none of the above
- With the overflow property, a value of _____ instructs browsers to increase the height of an element to fit the overflow content.
- hidden
- scroll
- visible - correct answer
- auto
- With the overflow property, the _____ value keeps an element at the specified height and width, but cuts off the overflow.
- scroll
- hidden - correct answer
- auto
- visible
- You can change a list marker by using the _____ style.
- list-type
- style-list-type
- list-style-type - correct answer
- style-list
- You can mark a group of elements with a common identified using the _____ attribute.
- id
- class - correct answer
- name
- value
- You can use a _____ selector to change the color or a paragraph with an id of "stages".
- contextual
- list
- text
- attribute - correct answer
- You could set all boldfaced text found in a paragraph to blue using the style definition: p b {color: blue}.
- True - correct answer
- False
- Case 4-1: Ken has built a Web site for his homework assignment. He has his links for each chapter appear on the page with a blue background image behind each link. Ken has each link appear as green with no underline marks. Ken must have used which style to make the underline not appear for links?
- text-format
- text-decoration
- text-align
- text-font - wrong answer
- The _____ pseudo-class refers to the language of an element.
- text - wrong answer
- script
- language
- lang
- Which of the following pseudo-classes are not used to create a rolloever effect.
- visited - wrong answer
- focus
- link - wrong answer
- hover
- Which of the list style types in the figure above is the disc style?
- 1
- 2 - wrong answer
- 3
- 4
- With the overflow property, _____ is the defult value.
- visible
- hidden
- scroll
- auto - wrong answer
- With the overflow property, the _____ value keeps an element at the specified size, but adds scrollbars only if they are needed.
- hidden
- visible
- scroll - wrong answer
- auto
- You can create a more interesting rollover effect by changing the _____ for a link.
- background image
- hypertext - wrong answer
- image source
- none of the above
- You could set all boldfaced text found in a paragraph to blue using the style definition: p b {color: blue}.
- true - correct answer
- false
Subscribe to:
Comments (Atom)