SOFTWARE A mechanical engineer, an electrical engineer and a software engineer are travelling in an old Fiat 500 when all of the sudden the car backfires.

Slides:



Advertisements
Similar presentations
Computer Basics 2.
Advertisements

Basic Computer Vocabulary
What is an operating system? Is it software?
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Operating Systems: Software in the Background
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
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.
Computer Parts There are many parts that work together to make a computer work.
Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.
SOFTWARE.
Operating Systems Chapter 4.
Computer for Health Sciences
Lesson 4 Computer Software
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Chapter Three Software and Operating Systems What is software? How software is developed (Analysis, Design, Programming, and Testing) What are software.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Computer Basics Diagram
Computer Basics. What is a Computer? “A computer is an electronic device, operating under the control of instructions stored in its own memory, than can.
Week 2CSC 1511 Introduction to Information Systems CSC 151 Week 2.
2-3 note. 2 Peripheral Devices “Peripheral devices” are hardware plugged into ports or connected to a computer wirelessly. These devices can be for input,
Computer Parts There are many parts that work together to make a computer work.
Software GCSE COMPUTING.
Overview of Windows and Microsoft Word. Operating System Performs 3 functions –Controls the hardware of the computer Screen, keyboard, disk drives, etc.
Computer Concepts – Illustrated 8 th edition Unit A: Computer and Internet Basics.
Computer Basics There are many types of computers including:
Computer Software Computer Technology Day 5. Software  Provides step-by-step instructions that tell the computer how to perform  Categories  System.
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
Section 2 Software.
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.
Software Chapter 2. Software Is a program which consists of step by step instructions that tell the computer how to do his work.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
© 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.
COLLECTING Software. Why use Software with Hardware? Software used for collecting includes the software that interfaces with hardware collection device.
Learning Objective The students should be able to: a. state the definition of software b. state the usage of software c. list different types of software.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
© 2006 Pearson Education Chapter 1: Computer Systems.
Computer Components: Software Computer Technology.
Application Software System Software.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE.
Computer Software Operating Systems – Programs. Computer Language - Review We learnt that computers are made up of millions of tiny switches that can.
By Shreya Mozumdar 6B.  An operating system (OS) is a program that, after being loaded onto the computer, manages all the other programs on the computer.
Main Computer Components
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Digital Literacy Lesson 2. Hardware Hardware: the physical components of a computer. Includes input devices, processing devices, storage devices, and.
Types of Software Chapter 2.
Introduction To Computers
Software Interfaces. Learning Objectives Describe the characteristics of different types of user interfaces. Discuss the types of user interfaces which.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
Parts of a Computer Created by Carmen Garzes. An electronic device that manipulates information or data. It can store, retrieve or process data. There.
 is a set of instructions that tell the computer what to do. Software can be categorized into: 1. Operating system software 2. Applications software.
2.00 Understand Computer Fundamentals Unit Objective: 2.01 Software.
Computer Skills Chapter 2. Software Software: is a set of programs, data, and information. Program: is a set of sequence instructions that tell the computer.
Computer Fundamentals 1
Operating Systems Overview
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms.
Computer Technology Notes #3
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Software and Programming
Objective 2.02: Understand computer performance and features
Information Technology Ms. Abeer Helwa
Objective 2.02: Understand computer performance and features
Software and Programming
Digital Literacy 1.00 Computer Basics
Presentation transcript:

SOFTWARE A mechanical engineer, an electrical engineer and a software engineer are travelling in an old Fiat 500 when all of the sudden the car backfires and comes to a halt. The mechanical engineer says "Ah! It's probably a problem with the valves, or the piston!". The electrical engineer says "Nonsense! It's most probably a problem with the spark plugs or the battery!". The software engineer says "How about we all get out of the car, and get back in again, It might work...".

SOFTWARE: Software is a set of electronic instructions that tell a computer what to do. Even if you had every piece of hardware known to man, your computer would not work without software.

There are two types of software: 1)Operating System Software (o/s) aka “platforms” 2) Application Software aka “application” aka “program”

Operating Systems Software that controls the overall activity of a computer, it manages both the hardware and software resources. It is the most important piece of software on a computer. O/S performs basic tasks such as controlling and allocating memory, prioritizing the processing of instructions, controlling input and output devices, facilitating networking, and managing files

There are two main types of Operating systems: 1)Graphical User Interface (GUI) -Uses windows, icons, and menus to give the computer input and carry out commands such as opening files, deleting files, moving files, etc. -Operated by a mouse or keyboard or touch screen -E.g. Microsoft Windows 98, Apple system 7, Mac O/S X

Different versions of Mac O/S X

Mac O/S X leopard desktop

Windows XP O/S

GUI O/S are much easy for end-users to learn and use because of the INTERFACE. INTERFACE: way that the computer and user interact. GUIs allow users to input instructions through a desktop metaphor that the users can interact with

2) COMMAND LINE O/S Command line operating systems use command “prompts” as a user interface. Prompts are instructions that are entered in by the user through a keyboard. An example of a prompt:

SAMPLE COMMANDS LOAD Reads in the next program on tape LOAD "HELLO" Searches tape for program called HELLO, and loads program, if found LOAD A$ Looks for program whose name is in the variable A$ LOAD "HELLO",8 Looks for program called HELLO on the disk drive LOAD "*",8 Looks for first program on disk

EXAMPLES OF Command Line O/S MS-DOS UNIX LINUX

#!/usr/bin/perl -w ################################################################# # mconvert.pl by Steve Litt. Copy freely, N O W A R R A N T E E ################################################################# = glob "*.dmp"; my($src); my($dst); foreach $src { $src =~ m/(.+)\.dmp/; $dst = $1. ".pcx"; print "$src-->$dst..."; system("convert $src $dst"); print "\n"; } print "DONE.\n";

APPLICATION SOFTWARE designed to allow users to perform a specific task such as calculate numbers, enter text or play a game. Usually categorized by its function. Examples: –Word processing software – Microsoft Word –Spreadsheet software – Microsoft Excel –Database software – Microsoft Access –Presentation software – PowerPoint –Graphics software – CorelDRAW, Adobe Photoshop –Internet browser software – Internet Explorer

Video Games are application software.

APPLICATION SOFTWARE Cell phones, Digital pets, microwaves, web browsers are all examples of application software.

STUDENT TASK: Complete the handout “Software Assignment” at your computer.