Computer Science, asked by pallavi4372, 2 months ago

the standard control for accepting input from the user as well as to display the output

Answers

Answered by santy2
1

Answer:

A TextBox Control

A textbox control is the standard control for accepting input from the user as well as to display output.

Explanation:

A Textbox is a control element of a graphical user interface that enables users to input text information to be used and also display a desired output.

A typical Textbox is a rectangle of any size possibly with a border that separates the textbox from the rest of the interface.

The textbox control is for accepting input from the user as well as to display output. Textbox can handle string and numeric data but not images or pictures.

Similar questions