passed 2025
What is the primary method of capturing information entered by a user on the
web?
Forms
Cookies
URLs
APIs - correct answer Forms
Can the types of files that are accepted by a file picker widget be constrained?
Yes
No
Sometimes
It depends - correct answer Yes
What is a common type of web form?
Contact form
Search form
Login form
Registration form - correct answer Contact form
How is a file picker widget created?
, Using the input element with its type attribute set to file
Using the input element with its type attribute set to text
Using the input element with its type attribute set to radio
Using the input element with its type attribute set to checkbox - correct answer
Using the input element with its type attribute set to file
What is the use of forms on the web?
Extensive and varied
Limited to contact forms
Limited to search boxes
Limited to login pages - correct answer Extensive and varied
What is the purpose of the file input type?
Both A and B
A - To send files to a server
B - To choose one or more files to send
None of the above - correct answer Both A and B
What is an example of a form on a web app?