计算机程序--------外文翻译.doc

约21页DOC格式手机打开展开

计算机程序--------外文翻译,computer program1introductioncomputer program, set of instructions that directs a computer to perform some processing function or combination of functions. for ...
编号:14-256484大小:53.00K
分类: 论文>外文翻译

内容介绍

此文档由会员 wanli1988go 发布

Computer Program
1 Introduction
Computer Program, set of instructions that directs a computer to perform some processing function or combination of functions. For the instructions to be carried out, a computer must execute a program, that is, the computer reads the program, and then follow the steps encoded in the program in a precise order until completion. A program can be executed many different times, with each execution yielding a potentially different result depending upon the options and data that the user gives the computer.

计算机程序

1 介绍
计算机程序,设置取直接操作数指令的一部计算机执行一些处理功能或联合取操作数功能。一条指令被执行,计算机必须执行一些程序,计算机读那些程序,并且顺着步骤在那些程序里编码直到一条精确命令出现之后结束。一个程序可以被执行许多次,由于各执行可能导致不同的结果这依赖于用户给计算机的选择权和数据。
程序分成两个主要的种类:应用程序与操作系统。一个应用程序是直接地被一个用户执行一些功能,例如字词处理(技术,方法)或游戏。操作系统是一个管理计算机的、处理各种各样资源的及连接到其本身设备相关的信息技术,例如随机存取存储器,硬件驱动,监视器,键盘,打印机,与调制解调器,而他们可以被其他的程序使用。典型的操作系统是DOS,Windows95,OS\2,与UNIX操作系统。