Computer Skills Preparatory Year 2011-2012 Presented by: L.Obead Alhadreti.

Slides:



Advertisements
Similar presentations
COMPUTER BASICS Module Review.
Advertisements

ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Lecture 1: Overview of Computers & Programming
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering. ID: Subject: Computer Fundamentals (For EDUSAT) Common.
A Good Manager? Find and explain on an example
Mr Manesh T Dept. of CSE College of Arts and Science Chapter 3 Types of Softwares Code: 1400 Tech.
What’s the computer?? computer is an electronic device that stores, processes, inputs, and outputs data to produce a result.
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Why do we need to learn about computers? Hardware & Software Windows95 Desktop - GUI? Mice? Internet Explorer & Netscape Microsoft Applications: –Excel.
INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
Data Communications and Computer Networks
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
By Mr. Abdalla A. Shaame 1. What is Computer An electronic device that stores, retrieves, and processes data, and can be programmed with instructions.
Introduction to Computer Software
I NTRODUCTION TO C OMPUTER S OFTWARE. S OFTWARE & H ARDWARE ? Computer Instructions or data, anything that can be stored electronically is Software. Hardware.
Systems Software Operating Systems.
COMPUTER SOFTWARE Chapter 3. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one.
SOFTWARE.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
Computer for Health Sciences
Lesson 4 Computer Software
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Operating Systems Operating System
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Parts of the Computer. Three Components of an Information System 1.Hardware The physical components that make up the computer and other devices connected.
Slide 1 System Software Software The term that we use for all the programs and data that we use with a computer system. Two types of software: Program.
Software Concepts. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is.
Types of Software When a computer is first turned on (or "booted up"), it responds to its BIOS (Basic Input / Output System), located on a ROM (Read Only.
Software Computer Systems Standard Grade Computing Studies Clydebank HIGH SCHOOL Computing Department.
Chapter 4 System Software.
Introduction to Computers Seminar I. Parts of the Computer Personal Computer a PC (any non-Mac computer) has four major pieces of hardware-- keyboard,
Software GCSE COMPUTING.
Standard Grade Computing System Software & Operating Systems.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
11.10 Human Computer Interface www. ICT-Teacher.com.
CHAPTER FOUR COMPUTER SOFTWARE.
Software.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
Unit R005: Understanding Computer Systems Introduction System Software Software (i.e., programs) used to control the hardware directly Used to run the.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Computer Architecture
Computer Basic Vocabulary
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
Application Software System Software.
Software - A set of instructions, stored digitally within the computer's memory, which tells the computer system what to do.  System Software  Application.
Parts of the Computer.
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
Chapter SOFTWARE Are the programs which are written by different programming languages. These programs are: a series of instruction that tells.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Ashima Wadhwa Assistant Professor(giBS)
Nature & Types of Software
Operating System Review
Hardware and Software Hardware refers to the physical devices of the computer system e.g. monitor, keyboard, printer, RAM etc. Software is a set of programs,
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Contents Todays Topic: Introduction to Computer Software We will learn
Operating System Review
OPERATING SYSTEMS.
Computer Software.
Presentation transcript:

Computer Skills Preparatory Year Presented by: L.Obead Alhadreti

Last week - Lecture 2  The main parts of the Personal Computer  Computer Hardware  Memory Measurement  Factors that Impact on a Computer's Performance

Lecture 3 - Outline  The main parts of the Personal Computer  Computer Software  Types of Computer Software  Software/System Development Process

Main parts of the PC Computers Have Two Main Parts:  Hardware: The term hardware refers to the physical components of your computer which you can physically touch or see such as your monitor, case, disk drives, microprocessor and other physical parts.  Software The software is the instructions that makes the computer work. Software is held either on your computers hard disk, CD-ROM, DVD or on a floppy disk and is loaded from the disk into the computers RAM, as and when required.

Computer Software  Software Computer software can be divided into: operating systems, utility programs, application programs, and programming languages.

Types of Computer Software  Operating Systems  The operating system (OS) is the most important type of computer software, which makes a computer work.  Every general-purpose computer must have an operating system. Without an operating system, a user cannot run an application program on their computer.  It loads automatically when you start your computer.  It is divided in terms of user interface into two types: graphical operating systems: displays images and icons (e.g. windows),..., and non-graphical operating systems (e.g. DOS): displays the text only.

Types of Computer Software  The main functions of the operating systems:  It is mainly responsible for creating the link between the hardware components and the other software components (applications programs), and the user.  It is responsible for executing the programs and ending them as needed by the users by keeping the sequences of the functions from the beginning to the end(receiving the input, processing the data, storing and displaying the results).  It is responsible, immediately after booting the PC, for making sure that all devices connected with the computer (e.g. input and output devices) are working properly.  Alert to the presence of any error in any component of computer hardware.

Types of Computer Software  Popular Operating Systems :  DOS  non-graphical operating system  unable to deal with several programs at the same time.  Windows  graphical operating system. Users mostly use mouse.  able to deal with several programs at the same time.

Types of Computer Software  Macintosh  graphical operating system.  Developed by Apple, Steve Jobs  Linux  Open source software: use, change, and improve the software.  able to deal with several users at the same time.  Mostly used for internet servers.

Types of Computer Software  Utility programs  Computer programs that perform a particular function related to computer system management and maintenance.  The main functions of the utility programs:  scan disk and repair mistakes.  divide and fragment disks.  control files and folders (copy, compress, delete, backup).  measure the performance of the processor, memory and speed up performance.  protect data.  Examples: Anti-virus software, and Disk backup software. operating systems+ utility programs= System software

Types of Computer Software  Application Programs  an application program is the type of program that you use once the operating system has been loaded.  interact directly with the user  most common types of computer software.  used for a specific purpose or application.  Examples: word processors, electronic spreadsheets, and databases management systems.

Types of Computer Software  Word Processors Word processing is a tool that helps user in creating, editing, and printing documents. Word processors will normally have the following capabilities built into them:  spell checking.  standard layouts for normal documents.  have some characters appear in bold print, italics, or underlined.  center lines, make text line up on the left side of the paper, or the right side of the paper.  save the document so it can be used again.  print the document. Examples: Microsoft Word and WordPerfect.

Types of Computer Software  Spreadsheets  The spreadsheet packages are designed to use numbers and formulas to do  calculations with ease. Examples of spreadsheets include:  Budgets  Grade Calculations  Address Lists  The most commonly used spreadsheet programs are Microsoft Excel and Lotus 123.

Types of Computer Software  Graphic Presentations  The presentation programs can make giving presentations easier. Other uses include:  Slide Shows  Repeating Computer Presentations on a computer monitor  Using Sound and animation in slide shows  The most recognized graphic presentation programs are Microsoft PowerPoint and Harvard Graphics.

Types of Computer Software  Database Management System (DBMS)  A DBMS is a software tool that allows multiple users to store, access, and process data into useful information.  Database programs are designed for these types of applications:  Student lists  Grade reports  Instructor schedules  Example: Microsoft Access, and Oracle.

Types of Computer Software  Programming Languages  Programming language is a software used to make other software such as (applications).  It uses phrases or codes to make a software.  The one who make software/programs is called programmer.  The most popular programming languages ​​ include Visual Basic language, ​​ C, C+ +, C#, and Java…

Software/System Development Process  The Software Development Process include:  Feasibility Study  Design  Programming  Implementation

Lecture 3 - Conclusion  The main parts of the Personal Computer  Computer software  Types of Computer Software  Software/System Development

Lecture 4- Next Week !  Networks