wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz in ICT 9

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

Radio Buttons are used when you want the user to select only one option from a list, similar to car radio buttons.

a)

TRUE

b)

FALSE

2.

The Maxlength attribute does not set a maximum number of characters for a text field; it only specifies the maximum number of characters the user can enter.

a)

TRUE

b)

FALSE

3.

The Submit Query button allows users to send the information they have entered in an online form to the server.

a)

TRUE

b)

FALSE

4.

Text Areas do not allow only a single line of input; they allow multiple lines of text.

a)

TRUE

b)

FALSE

5.

The Get method in a form sends all the form values into the URL, similar to how a hyperlink works.

a)

TRUE

b)

FALSE

6.

What is the primary purpose of online forms?

a)

a) To collect personal information for marketing

b)

b) To gather feedback or data from users for processing

c)

c) To display advertisements

d)

d) To collect login credentials for websites

7.

Which HTML tag is used to start and organize an online form?

a)

a) <input>

b)

b) <form>

c)

c) <textarea>

d)

d) <select>

8.

What is the main difference between radio buttons and

checkboxes in an online form?

a)

a) Radio buttons allow users to select multiple options, while

check boxes allow only one option.

b)

b) Radio buttons allow users to select only one option, while

check boxes allow multiple selections.

c)

c) Radio buttons are used for text input, while check boxes

are for numerical data.

d)

d) There is no difference between radio buttons and

checkboxes

9.

What attribute in the <input> tag is used to set a limit on the

number of characters a user can type in a text field?

a)

a) maxlength

b)

b) size

c)

c) length

d)

d) textlimit

10.

What is the purpose of the "reset" button in an online form?

a)

a) To clear the form data and restore it to its default state

b)

b) To submit the form to the server

c)

c) To save the form data to a file

d)

d) To navigate to a different webpage