answersLogoWhite

0

Open, Save, Print, Close

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are some tasks of oil?

Lubrication, & cooling are the main tasks in an automobile.


What are the main tasks of a orthopedic?

someone answer this ASAP


An optional file identifier that is separated from a main file name by a period is a?

File extension.


What file extension is given to visual studio 2005 files?

The main project file has a VBPROJ extension. This is also a file with the same name as the main project file, but with an SLN extension. The SLN extension is a solution file.


A file name extension is an optional file identifier that is separated from the main file name by a?

. (Dot)


What main tasks does your position involve?

instructing people


What are the different types of File Management Utilities?

sequence file system index file system main file system sequence index file system


When you click the FILE tab view displays?

When you click the FILE tab, it typically displays the Backstage View, which provides access to file-related options such as opening, saving, printing, and sharing documents. This interface allows users to manage their files and settings without cluttering the main workspace. You can also find options for account management and application settings within this view. Overall, it offers a centralized location for file management tasks.


Describe the main tasks faced by an economic system.How these tasks can be solved?

Some of the main tasks faced by an economic system are: What goods to produce? What combination of inputs to use? How to use resources? Present time versus future Who will consume? How to maintain economic growth?


Is Excel an executable file?

The main Excel program file (excel.exe) is an executable file, but the workbooks it creates are not executable files.


What is the main Apache configuration file?

httpd.conf


What is file structure in c?

You mean source-file? The simplest format is one single main function: int main (void) { puts ("Hello, World"); return 0; }