What is a notice?(What is, Concept and Definition)

A message can refer to any of the following:


1.A indicator is text or symbols used to represent the system's readiness to execute the following command.An indicator can also be a text representation of where The user is currently found.For example, an MS-DOS prompt or a Windows command prompt might look like the following example.


C: \ Windows>

This message indicates that the user is currently in the Windows directory on drive C and that the computer is ready to accept commands.

2.A warning can also refer to a message or window that appears, alerting the user or requesting confirmation.Below is a basic example of this message asking if the user wants to continue.Pressing Y or typing Yes would continue to perform the action.

Are you sure you want to continue? (Yes/No)

With JavaScript, you can enter anything in the box below and click the Request button to create a request with that text in your browser window.

3.In an FTP session, request is a command that enables and disables the FTP request.See the following link for information about the warning and other FTP commands.

Comments