answersLogoWhite

0

how to execute all the programs?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

One by one.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where are programs copied into for the CPU to read?

Programs are copied into the computer's memory (RAM) for the CPU to read and execute.


What cycle is used by the CPU to execute instructions in a programs?

fetch,decode


What is a processor use for?

Processes mathematical equations as you open/close/execute programs.


What is randon access memory?

Random access memory (RAM) is the machine's working memory. All programs and data must be loaded into RAM in order for the central processing unit (CPU) to execute those programs.


What is a processor chip used for?

Processes mathematical equations as you open/close/execute programs.


Control unit of a digital computer is to?

Read & Execute instructions provided during execution of Programs.


What general-purpose computer must have to run other programs?

A general-purpose computer requires an operating system to load and execute other programs.


What is used in vb 6.0 for execution of programs?

I think events of objects are used to execute a program in VB.


What is the function of a interpreter?

Interpreter can immediately execute high level programs. Error are displayed for every instruction.


What does execute explorer internet mean?

Execute in computer language means "start" - start the program. So, execute Internet Explorer means to start IE, to open it so you can use it. NOTE: Installation programs end in dot exe, which means it is an executable file.


CAn you work in c or c plus plus without editor?

You can compile, link and execute programs without text-editor.


Is it possible to make a program that combines a lot of other programs?

Yes. One program can execute another program very easily -- you can even do it via scripting languages and batch programming. Morevoer, programs that provide shared code via one or more libraries make it possible for another program to execute code within those libraries, just as if that code were part of the program itself (no need to execute another program). Such programs often provide application programming interfaces (APIs) to simplify the process of integration.