Computer Fundamentals 简明教程
Computer - Software
软件是一组程序,旨在执行明确的功能。程序是一系列指令,其编写目的是解决特定问题。
软件有两类:
-
System Software
-
Application Software
System Software
系统软件是一组旨在操作、控制和扩展电脑本身的处理能力的程序集合。系统软件通常由电脑制造商准备。这些软件产品包含用低级语言编写的程序,这些程序与硬件在非常基本的层面进行交互。系统软件充当硬件和最终用户之间的接口。
系统软件的一些示例包括操作系统、编译器、解释器、汇编器等。
系统软件一些最突出的特性列出如下:
-
Close to the system
-
Fast in speed
-
Difficult to design
-
Difficult to understand
-
Less interactive
-
Smaller in size
-
Difficult to manipulate
-
通常是用低级语言编写的
Application Software
应用程序软件产品旨在满足特定环境的特定需求。在计算机实验室中准备的所有软件应用程序都可以归类为应用程序软件。
应用程序软件可能包含一个程序,例如,微软的记事本用于编写和编辑一些简单的文本。它也可以包含一个程序集合,通常称为软件包,这些程序共同工作来完成一项任务,例如,电子表格软件包。
应用程序软件的示例如下:
-
Payroll Software
-
Student Record Software
-
Inventory Management Software
-
Income Tax Software
-
Railways Reservation Software
-
Microsoft Office Suite Software
-
Microsoft Word
-
Microsoft Excel
-
Microsoft PowerPoint
应用程序软件的特性如下:
-
Close to the user
-
Easy to design
-
More interactive
-
Slow in speed
-
通常使用高级语言编写
-
Easy to understand
-
易于操纵和使用
-
体积更大,需要较大的存储空间