HTML Forms - CIW SDA Lesson 6

HTML Forms - CIW SDA Lesson 6

9th Grade - University

26 Qs

quiz-placeholder

Similar activities

Pig Quiz-1

Pig Quiz-1

University

22 Qs

Word

Word

University

21 Qs

ITS301-Unit1 OHS Trial Test 2

ITS301-Unit1 OHS Trial Test 2

University

25 Qs

Ujian tengah Semester DMI

Ujian tengah Semester DMI

12th Grade

22 Qs

ULHAR EXCEL

ULHAR EXCEL

10th Grade

25 Qs

Pre Test

Pre Test

11th Grade

22 Qs

Visual Basic Assessment

Visual Basic Assessment

11th - 12th Grade

21 Qs

HTML alapok teszt

HTML alapok teszt

9th - 12th Grade

21 Qs

HTML Forms - CIW SDA Lesson 6

HTML Forms - CIW SDA Lesson 6

Assessment

Quiz

Computers

9th Grade - University

Practice Problem

Hard

Created by

Memory Reed

Used 32+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?