Computer software

16

description

Computer software

Transcript of Computer software

Page 1: Computer software
Page 2: Computer software
Page 3: Computer software
Page 4: Computer software
Page 5: Computer software

List examples of software…

?

?

? ?

?

?

?

? ?

?

?

Page 6: Computer software

Definition of Software

Computer program

Series of Instructions

import java.util.*;public class book_store{public static void main (String[] args){Scanner in = new Scanner (System.in);int menu =0, choice=0, bil=0;double price = 0, prices=0, a=0, total=0;menu1 menu1Object = new menu1();menu2 menu2Object = new menu2();menu3 menu3Object = new menu3();menu4 menu4Object = new menu4();menu5 menu5Object = new menu5();menu6 menu6Object = new menu6();

System.out.print("Welcome to Secret Book Store.");

Page 7: Computer software

Definition Computer Software

Consists of a series of instructions that tell the hardware of a computer what to do or how to do it.

Page 8: Computer software

Usage of Software

Page 9: Computer software

Types of Software

Software

System Software

Application software

Utility Programme

Operating system

Page 10: Computer software

To control and manage computer devices and operations.

System Software

Page 11: Computer software

Operating system is a set of program that coordinates all the activities among the computer hardware devices.

Operating system

Page 12: Computer software

Utility Programme

Type of system software that allows a user to perform maintenance type task.

Page 13: Computer software

Types of Software

Software

System Software

Utility Programme

Operating system

Page 14: Computer software

Application Software

All programs that perform specific tasks for users

Page 15: Computer software

Types of Software

Software

SS

AS

UP

OS

Page 16: Computer software

Exercise