Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Utility program + driver program Thomas Wat 4D (21)
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
The Operating System. What is an Operating System? The software which makes it possible for you to use your computer The software which starts up when.
Operating-System Structures
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
File Management Systems
Operating Systems: Software in the Background
Chapter 5 System Software.
Part two. 3.2 operating system architecture  Software have two categories  Application software  System software  Application software: consists of.
3.2 Software System utilities. Data can be transferred in various formats. For e.g. “A tab delimited text file” it is a especial kind of plain text file.
Operating Systems.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Software GCSE COMPUTING.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
CHAPTER FOUR COMPUTER SOFTWARE.
SYSTEM SOFTWARE Prepared by: Mrs. Careene McCallum-Rodney.
Introduction to Interactive Media Interactive Media Tools: Software.
Software.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Operating Systems TexPREP Summer Camp Computer Science.
Unit R005: Understanding Computer Systems Introduction System Software Software (i.e., programs) used to control the hardware directly Used to run the.
1 UNIT 1: COMPUTER SOFTWARE Cite Examples of System Software.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 3: Operating-System Structures System Components Operating System Services.
Higher Systems Computer Software. Operating System (O/S) ► The O/S controls the computer. It controls communication with peripheral devices. It loads.
The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.
Application Software System Software.
Course Title: Introduction to Computer Course Instructor: ILTAF MEHDI Chapter No: 04 1BY ILTAF MEHDI (MCS, MCSE, CCNA)
Introduction to Operating Systems Prepared by: Dhason Operating Systems.
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
Introduction to Computing Lecture 9,10 Software
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Functions of Operating Systems V1.0 (22/10/2005).
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
System SOFTWARE.
Tech Level Cyber Security Lesson 7
Computers: Tools for an Information Age
Nat 4/5 Computing Science Software
Chapter Objectives In this chapter, you will learn:
Operating System Review
Chapter 5: Using System Software
SOFTWARE and OPERATING SYSTEM.
Chapter 2: System Structures
TexPREP Summer Camp Computer Science
Operating Systems What are they and why do we need them?
Chapter 4 The Power behind the Power
File Management.
Computers Are Your Future
Operating System Review
Systems Software Keywords Operating Systems
Shell & Kernel Concepts in Operating System
Software Introduction
COMPUTER SOFT WARE Software is a set of electronic instructions that tells the computer how to do certain tasks. A set of instructions is often called.
Computer Fundamentals
Operating System Review
Computer software 2.
5 SYSTEM SOFTWARE CHAPTER
Chapter 4 The Power behind the Power
Introduction to Computer Software
Types of Software.
Chapter 2: Operating-System Structures
Operating Systems Tasks 17/02/2019.
Operating Systems Tasks 04/04/2019.
Data Communications and Computer Networks
Software - Operating Systems
Operating Systems & System Software
WJEC GCSE Computer Science
Chapter 2: Operating-System Structures
Operating Systems Tasks 05/08/2019.
Presentation transcript:

Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY 2010-2011 IT101-Fundamentals of Computer Software Lesson 9 Lesson 9

Software the component of a computer system which refers to the set of instructions written in a code – that computers can understand and execute, also called as program Three Types Systems Software Application Software Programming Languages Lesson 9 IT101-Fundamentals of Computer Software

System Software is software that controls a computer system and allows applications software to run consists of operating systems and utility programs provides the infrastructure over operating system which programs can operate Operating System Device Drivers Utilities Lesson 9 IT101-Fundamentals of Computer Software

Operating System responsible for controlling the allocation and usage of hardware resources such as memory, central processing system unit time, disk space, and peripheral devices coordinates the activities between hardware and software components. Computer Hardware Operating System Application Software Lesson 9 IT101-Fundamentals of Computer Software

Operating System (cont..) The following functions are performed by an operating system: Starting the computer; making sure that its hardware components are operating properly Controlling and managing peripherals Retrieving, loading, executing and storing application programs Storing and retrieving data and files Performing system utility functions Lesson 9 IT101-Fundamentals of Computer Software

Operating System (cont..) Controlling programming tools Acting as an intermediary between the user, application program and hardware devices GUIs (Graphical User Interfaces) take the place of commands which makes the use of computers a lot easier and fun at the same time Device Drivers software units that are used to directly or indirectly communicate with different devices in order to carry out operations on the machine’s peripheral devices Lesson 9 IT101-Fundamentals of Computer Software

Utility programs A computer software designed to help manage and tune the computer hardware, operating system or application software by performing a single task or a small range of tasks Disk storage utilities Disk defragmenters - can detect computer files whose contents are stored on the hard disk in disjointed fragments, and move the fragments together to increase efficiency Lesson 9 IT101-Fundamentals of Computer Software

Utility Programs Disk storage utilities (cont..) Disk checkers - can scan the contents of a hard disk to find files or areas that are corrupted in some way, or were not correctly saved, and eliminate them for a more efficiently operating hard drive. Disk cleaners - can find files that are unnecessary to computer operation, or take up considerable amounts of space. Disk cleaner helps the user to decide what to delete when their hard disk is full Lesson 9 IT101-Fundamentals of Computer Software

Utility Programs Disk storage utilities (cont..) Disk partitioners - can divide an individual drive into multiple logical drives, each with its own filesystem which can be mounted by the operating system and treated as an individual drive Backup utilities - can make a copy of all information stored on a disk, and restore either the entire disk Disk compression utilities - utilities can transparently compress/uncompress the contents of a disk, increasing the capacity of the disk. Lesson 9 IT101-Fundamentals of Computer Software

Utility Programs Disk storage utilities (cont..) File managers - provide a convenient method of performing routine data management tasks, such as deleting, renaming, cataloging, uncataloging, moving, copying, merging, generating and modifying data sets. Archive utilities - output a stream or a single file when provided with a directory or a set of files. Archive utilities, unlike archive suites, usually do not include compression or encryption capabilities. Lesson 9 IT101-Fundamentals of Computer Software

Utility Programs System profilers - provide detailed information about the software installed and hardware attached to the computer Anti-virus utilities - scan for computer viruses Text and Hex/ Editors - directly modify the text or data of a file. These files could be data or an actual program. Lesson 9 IT101-Fundamentals of Computer Software

Utility Programs Cryptographic utilities - encrypt and decrypt streams and files. Launcher applications - provide a convenient access point for application software Registry cleaners - clean and optimize the Windows registry by removing old registry keys that are no longer in use Network managers - check the computer's network, log events and check data transfer Lesson 9 IT101-Fundamentals of Computer Software