程序,可执行文件和流程之间有什么区别? [英] What are the differences between a Program, an Executable, and a Process?

查看:182
本文介绍了程序,可执行文件和流程之间有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

程序,可执行文件和流程之间有什么区别?

What are the differences between a Program, an Executable, and a Process?

推荐答案

简单来说-

程序:程序是一组人类可读格式的指令.(HelloWorld.c)

Program: Program is a set of instructions which is in human readable format.(HelloWorld.c)

可执行文件:可执行文件是程序(HelloWorld.exe文件)的编译形式.

Executable: Executable is a compiled form of a Program (HelloWorld.exe file)

进程:进程是操作系统正在运行的可执行文件.您在任务管理器"或任务列表"(当我们双击它时,即为HelloWord.exe进程)中看到的一个.

Process: Process is the executable being run by OS. The one you see in Task Manager or Task List (HelloWord.exe Process when we double click it.)

这篇关于程序,可执行文件和流程之间有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆