Multiple choice technology programming languages

Which of the following is true about dialog boxes? a)Modeless dialog boxes are used when the requested information is not essential to continue. b)Modal dialog boxes are those which temporarily halt the program in that the user cannot continue until the dialog has been closed.

  1. a only

  2. b only

  3. Both a and b

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Both statements are correct about dialog boxes. Modeless dialog boxes allow users to continue interacting with the main application while the dialog is open, whereas modal dialog boxes block interaction with the main application until the dialog is closed.