- 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
Friday, December 27, 2013
Tutorial 6: Questions 51 through 100
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment