answersLogoWhite

0

What is a program Process?

Updated: 9/28/2023
User Avatar

Wiki User

11y ago

Best Answer

Text editing software with built in formatting capability is often referred to as "word processing" software. Examples are, Word Perfect and MS Word.

User Avatar

Chandler Quigley

Lvl 10
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

program is a type of program that program the programs .

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a program Process?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Program Development Process?

A process in which a program is developed. wordd.


What is the difference between program and process?

Program is a set of instruction whereas process is program in execution. Program is passive entity whereas process is active entity .Program has single instance whereas process has several instances.For eg.several notepad windows can be opened but same program is executed behind each window. Program is dependent on logic used whereas process is dependent on program.


What is meant by process in computer science?

When you tell your computer to run a program, a new process is created which runs the code in that program. A process is an instance of a program.


How is process different from a program?

Process is the program in the running state and program is a set of code un-executed, saved in a file. 1 program can produce 1 or many processes


Is deadlock a program or process?

It is a process... when a cant be processed


What is another for program?

Process


What is the difference between process and programs?

A program is an application or an equivalent interface whereas a process is the underlying function or functions of a program


use the word program as a direct object?

Write a program for this process.


When does program become a process?

When it is executed.


What is the difference between process and program?

nothing


How do you change the priority of a process?

Close the process. Then, re-open it as an application with a batch file: Start "program name" [no extension] /high "Location of Program".


What is the different between process from a program?

A program is a set of instructions that are to perform a designated task, where as the process is an operation which takes the given instructions and perform the manipulations as per the code, called 'execution of instructions'. A process is entirely dependent of a 'program'. - A process is a module that executes modules concurrently. They are separate loadable modules. Where as the program perform the tasks directly relating to an operation of a user, like -word processing, executing presentation software etc.