Software And Programming Languages-Computer Fundamentals-Lecture Notes, Study notes of Computer Fundamentals

This course explain fundamentals of computer like part of computer, input and output devices. It defines basic things like internet, network and introduce to microsoft word, excel and powerpoint. This lecture handout contains: Software, Programming, Languages, Particular, Task, Instructions, System, Application, Allocating, Memory, Utility, Drivers

Typology: Study notes

2011/2012

Uploaded on 08/06/2012

ambujay
ambujay 🇮🇳

4.6

(234)

54 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ChapterNo8:Software
91
Chapter No 8
SOFTWARE AND PROGRAMING
LANGUAGES
SOFTWARE:
DEFINITION:
“A piece of software is a computer program which has been written to carry out a
particular task.”
“A set of instruction to solve a particular problem”
Without software the hardware that is used to build a computer system would not be very useful.
A software program contains the instructions that the computer must follow to carry out the task.
Sometimes more than one program is required to complete a task. When this is the case the
group of programs which together complete the task are known as a software package.
Software programs are originally produced by computer programmers who will write the
instructions that form the program in a programming language.
Example pieces of software are:
A word processor.
A multimedia encyclopedia.
A spreadsheet.
TYPES OF SOFTWARE
A software is usually classified as being two types
1. Systems software
2. Applications software.
docsity.com
pf3

Partial preview of the text

Download Software And Programming Languages-Computer Fundamentals-Lecture Notes and more Study notes Computer Fundamentals in PDF only on Docsity!

91

Chapter No 8

SOFTWARE AND PROGRAMING

LANGUAGES

SOFTWARE:

DEFINITION:

 “A piece of software is a computer program which has been written to carry out a particular task.”

 “A set of instruction to solve a particular problem”

Without software the hardware that is used to build a computer system would not be very useful. A software program contains the instructions that the computer must follow to carry out the task. Sometimes more than one program is required to complete a task. When this is the case the group of programs which together complete the task are known as a software package.

Software programs are originally produced by computer programmers who will write the instructions that form the program in a programming language.

Example pieces of software are:

 A word processor.

 A multimedia encyclopedia.

 A spreadsheet.

TYPES OF SOFTWARE

A software is usually classified as being two types

  1. Systems software
  2. Applications software.

92

SYSTEM SOFTWARE

Systems software controls the operation of a computer. Without systems software a computer would not function. The most important piece of systems software is the operating system. The operating system will perform vital tasks such as:

 Managing communications between software and hardware.

 Allocating computer memory to other software programs.

 Allocating CPU time to other software programs.

TYPES

 Operation systems

 Utility program

 Programming languages

 Device drivers