Difficulty: Easy
Correct Answer: Both (a) and (b)
Explanation:
Introduction / Context:
Forms are the user-facing artifacts for entering and reviewing data. Good form design ensures consistent capture, readable layout, and constrained inputs. This question focuses on two core responsibilities of forms: placement and field sizing.
Given Data / Assumptions:
Concept / Approach:
A form controls where users see and input information and how much they can enter into each field (width/length). These two aspects are foundational to consistency and data quality during entry, whether on paper or on-screen.
Step-by-Step Solution:
Verification / Alternative check:
GUI builders and form designers always manage layout grids and field properties such as lengths and masks, confirming the role described.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming ‘‘All of the above’’ is always safest; evaluate exactly what is listed.
Final Answer:
Both (a) and (b)
Discussion & Comments