
HTML Forms - CIW SDA Lesson 6
Authored by Memory Reed
Computers
9th Grade - University
Used 33+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
26 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Jane has created a Web form for users to submit information to his Web site. A CGI script helps process and store the data in a database. Which attribute of the form field elements in Janes' Web form will perform the task of organizing user information into name=value pairs?
method
name
value
form
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which technology resides on a server and receives Web form data from the browser, then processes the data into human-readable format?
CGI
HTTP
XML
HTML
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A user has accessed your company's Web server with her Web browser. Which choice lists the necessary elements for a CGI session to occur in this scenario?
A CGI script, a Web form, and a database server
A Web form, a Web server with a CGI interpreter, and a separate database server
A CGI script, a Web form, and a Web server with a CGI interpreter
A Web form and a database server
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following code for a text box in a Web form:
<input type="text" name="UserName"/>
Which modified tag should you use if you want the text box to appear with default text that reads "Enter Name Here"?
<input type="text" name="UserName" value="Enter Name Here"/>
<input type="name" text="Enter Name Here" value="text"/>
<input type="area" value="default" text="UserName"/>
<input type="text" name="UserName" default="Enter Name Here"/>
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Your company Web site uses a Web form to collect data from a user. The user has entered data into the form fields and will soon click the Submit button, then the data will be sent to a database. Which of the following passes information from the Web form to the database server?
A CGI script
A Perl script
A database
An e-mail server
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
You are creating a Web form in HTML5 for your site. You want to make sure you code it correctly to process data. You have included the action attribute in the <form> element. What else do you need to include?
The method attribute of the <input> element
The method attribute of the <form> element
The type attribute of the <form> element
The type attribute of the <input> element
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which line of HTML code creates a scrolling text box that can display three rows of text that are each 30 characters long?
<input type="textarea" name="comments" width="30" rows="3"/>
<input type="text" name="comments" chars="30" rows="3"/>
<text name="comments" width="30" rows="3">
<textarea name="comments" cols="30" rows="3">
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?