SDA - Lesson 6

SDA - Lesson 6

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

Unit 5 Ch17 - Budgets

Unit 5 Ch17 - Budgets

11th - 12th Grade

20 Qs

ULANGAN HARIAN PKK 1 KELAS XII

ULANGAN HARIAN PKK 1 KELAS XII

10th - 12th Grade

20 Qs

Elasticity of demand

Elasticity of demand

9th - 10th Grade

20 Qs

Dr. Mitesh Popat's Quiz on Organizing Form XII

Dr. Mitesh Popat's Quiz on Organizing Form XII

12th Grade

20 Qs

Options Basics

Options Basics

5th Grade - Professional Development

25 Qs

KUIS ACCURATE

KUIS ACCURATE

11th Grade

20 Qs

Microsoft Excel Review

Microsoft Excel Review

9th Grade

20 Qs

UH PKK Kelas XII "Prototype dan Kemasan Produk"

UH PKK Kelas XII "Prototype dan Kemasan Produk"

11th Grade

20 Qs

SDA - Lesson 6

SDA - Lesson 6

Assessment

Quiz

Business

9th - 12th Grade

Hard

Created by

Lynn Moran

Used 16+ times

FREE Resource

AI

Enhance your content

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

24 questions

Show all answers

1.

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 client-server communication to occur in this scenario?

A Web form, a Web server with a CGI interpreter, and a separate database server

A server-side script, a Web form, and a Web server

A Web form and a database server

A server-side script, a Web form, and a database server

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your company Website 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 database

A server-side script

A Perl script

An email server

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

User-entered information has been passed from a Web form to a database server. Where is the CGI script that handles this located?

On the user's hard drive

In the network firewall

On the database server

On the Web server

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is a technology that resides on a server and receives Web form data from the browser, then processes the data into human-readable format?

CGI

XML

HTTP

HTML

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an HTML form, what is the purpose of the name attribute in an <input> tag?

It labels the form field so the user knows the type of input expected.

It identifies the form input received in a name=value pair by the site's administrator.

It identifies the type of field or button that will appear in the form.

It is required for the form to render in all browsers.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an HTML form, the <input> tag is used to:

create a text box for users to write longer comments.

collect all input and combine it into a query string.

create text boxes, radio buttons and Submit buttons.

create lists of choices from which users make selections.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following example code from a Web form:


What is your favorite hobby?


<select name="Hobby">

<option> Kayaking </option>

<option> Swimming </option>

<option> Fishing </option>

<option value="NoneAbove" > None of the Above </option>

</select>


You have been directed to change this form field so that users can select more than one option from this list. In addition to rewording the page text, which change must you make to the code?

Create a drop-down list, remove all references to the <select> element, then replace <option> with <list>.

Remove the <select> element and replace it with the <list> element.

Add the multiple="multiple" attribute and value to the <select> element.

Change the <select name="Hobby"> tag to <select list="Hobby>.

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?