Computer Science, asked by navin0077, 5 months ago

Which is mostly used to give a warning message to users?

A) Alert Dialog Box B) Confirm box C) Prompt box D) Display box

Answers

Answered by simreensaini
1

option a..

An alert dialog box is mostly used to give a warning message to the users. For example, if one input field requires to enter some text but the user does not provide any input, then as a part of validation, you can use an alert box to give a warning message.

Answered by vinod04jangid
0

Answer:

A) Alert Dialog Box

Explanation:

It is a box that is displayed in a GUI i.e. Graphical user interface when something unexpected occurs and requires immediate user action. It shows the alert message answers in the form of yes or no. It displays the message to warn the user and then according to user's response the next step is processed.

#SPJ2

Similar questions