answersLogoWhite

0

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: Where do we type commands in MSWLogo?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you find all the CMD Administrator commands?

At the command prompt, type in "help" and press Enter.


What is the meaning of the menu driven program?

Menu-driven simply means you execute the application's commands by selecting them from a menu, as opposed to command-driven whereby you enter (type) the commands manually.


What is getche command in c language?

There are no commands in C.TurboC has got a function called getche, read the help (type into the editor: getche +)


Type of user interface in which the user types commands or press special keys on the keyboard to enter data and instructions?

Command Line Interface


What is menu bar?

A menu bar is a graphical user interface (GUI) component which contains all the commands that may be executed according to the current context of an application. The menu bar typically appears at the top of the application window and will display the primary commands such as File, Edit, Tools and Help. Clicking one of these will reveal related commands within a drop-down sub-menu. For instance, clicking File will reveal the commands that may be executed upon files, such as New, Open, Save, Print and Close. Some commands may reveal more specific commands within another sub-menu. Commands that are outwith the current context of the application are typically disabled. For instance, if there are no files currently open, then the Save, Print and Close commands will be disabled. As the context of the application shifts, the menu bar will adjust accordingly, enabling and disabling commands as befits the current context. In some cases, commands may be hidden completely rather than simply disabled, only becoming visible when they are within context. For instance, when you open a specific type of document, commands that are specific to that type of document will be made visible. And if you switch between multiple document types, the menu bar will adjust accordingly. In modern GUIs, the menu bar is often hidden in favour of more graphical components such as tool bars and ribbon bars.