wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SDA Chapter 6 Vocabulary

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

The opening and closing tags including the text in between.

a)

Element

b)

Attribute

c)

Value

d)

WebForms

2.

A part of an element that provides additional information about that element.

a)

Element

b)

Attribute

c)

Value

d)

WebForms

3.

Information about a specific attribute

a)

Element

b)

Attribute

c)

Value

d)

WebForms

4.

an interactive feature that allows a user to submit information

a)

Element

b)

Attribute

c)

Value

d)

WebForms

5.

A gateway between a web server and a web server extension that tells the server how to send information to a web server extension, and what the server should do after receiving information from a web server extension.

a)

Common Gateway Interface (CGI)

b)

script

c)

Active Server Pages (ASP)

d)

JavaServer Pages (JSP)

6.

A program executed before packets are sent between clients and servers

a)

Common Gateway Interface (CGI)

b)

script

c)

Active Server Pages (ASP)

d)

JavaServer Pages (JSP)

7.

Microsoft's first server-side script engine for dynamically generated web pages

a)

Common Gateway Interface (CGI)

b)

script

c)

Active Server Pages (ASP)

d)

JavaServer Pages (JSP)

8.

a server-side programming technology that enables the creation of a dynamic, platform-independent method for building Web-based applications

a)

Common Gateway Interface (CGI)

b)

script

c)

Active Server Pages (ASP)

d)

JavaServer Pages (JSP)

9.

collect user input

a)

<form>

b)

method attribute

c)

method="post"

d)

method="get"

10.

indicates how the data from the form should be sent to the server along with that request

a)

<form>

b)

method attribute

c)

method="post"

d)

method="get"

11.

The <form> element attribute and value specify that the browser will send data to the Web server location specified by a URL

a)

<form>

b)

method attribute

c)

method="post"

d)

method="get"

12.

receive information from the server

a)

<form>

b)

method attribute

c)

method="post"

d)

method="get"

13.

Indicates which file the browser should request from the server when the user hits the submit button

a)

action attribute

b)

<input>

c)

Text

d)

Checkbox

14.

Defines an input field

a)

action attribute

b)

<input>

c)

Text

d)

Checkbox

15.

The type of field that allow users to enter text

a)

action attribute

b)

<input>

c)

Text

d)

Checkbox

16.

Allows users to provide multiple inputs to answer a question

a)

action attribute

b)

<input>

c)

Text

d)

Checkbox

17.

Name comes from similarity to old car radio buttons (push one in, the others pop out). On a computer it usually looks like a circle, when you choose one, the others are no longer active.

a)

Radio button

b)

Submit button

c)

name attribute

d)

name=value pair

18.

a button that users can click to submit the data they've entered in a form

a)

Radio button

b)

Submit button

c)

name attribute

d)

name=value pair

19.

specifies the name of an <input> element.

a)

Radio button

b)

Submit button

c)

name attribute

d)

name=value pair

20.

a set of two linked data items

a)

Radio button

b)

Submit button

c)

name attribute

d)

name=value pair