Radio-Button is used to display the available option for selection - Program Writing

Q.  From the following select the correct option that is used to display the available option for selection.
- Published on 22 Jul 15

a. Check-box
b. Text-box
c. Button
d. Radio-Button

ANSWER: Radio-Button
 

    Discussion

  • Nirja Shah   -Posted on 19 Oct 15
    Application specific GUI components

    - A GUI of an application contains one or more of the listed GUI elements:

    Application Window
    - Most application windows uses the constructs supplied by operating systems but many use their own customer created windows to contain the contents of application.

    Dialogue Box
    - It is a child window that contains message for the user and request for some action to be taken.
    - For Example: Application generate a dialogue to get confirmation from user to delete a file.

    Text-Box
    - Provides an area for user to type and enter text-based data.

    Buttons
    - They imitate real life buttons and are used to submit inputs to the software.

    Radio-button
    - Displays available options for selection.
    - Only one option can be selected.

    Check-box
    - Functions similar to list-box.
    - When an option is selected, the box is marked as checked.
    - Multiple options represented by check boxes can be selected.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)