HTML Forms - CIW SDA Lesson 6

HTML Forms - CIW SDA Lesson 6

9th Grade - University

26 Qs

quiz-placeholder

Similar activities

2.7 System Software

2.7 System Software

12th Grade - University

25 Qs

Одновимірні масиви ІІ семестр

Одновимірні масиви ІІ семестр

11th Grade

24 Qs

File Organization - Information Processing Part 2

File Organization - Information Processing Part 2

5th - 12th Grade

25 Qs

Inteligencia Artificial

Inteligencia Artificial

10th Grade - University

21 Qs

IP Address

IP Address

10th - 12th Grade

21 Qs

Quiz on Operating System Basics

Quiz on Operating System Basics

University

25 Qs

Kuis AP (Var, If, Looping)

Kuis AP (Var, If, Looping)

11th Grade

25 Qs

WheelersLTC OCR

WheelersLTC OCR

5th - 12th Grade

22 Qs

HTML Forms - CIW SDA Lesson 6

HTML Forms - CIW SDA Lesson 6

Assessment

Quiz

Computers

9th Grade - University

Hard

Created by

Memory Reed

Used 32+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
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

Media Image
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

Media Image
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

Media Image
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

Media Image
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">

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?