A Good Manager? Find and explain on an example

Slides:



Advertisements
Similar presentations
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Advertisements

Lecture 1: Overview of Computers & Programming
 Computer hardware components are the physical pieces of the computer.  The major hardware components of a computer are: – The central processing.
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering. ID: Subject: Computer Fundamentals (For EDUSAT) Common.
Mr Manesh T Dept. of CSE College of Arts and Science Chapter 3 Types of Softwares Code: 1400 Tech.
4 1 4 C H A P T E R Software: Systems and Application Software.
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering
Data Communications and Computer Networks
16 March, 2000 CS1001 Lecture 1 Introduction - Syllabus History of Computers Computer Components.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
C++ Programming: From Problem Analysis to Program Design, Third Edition Chapter 1: An Overview of Computers and Programming Languages C++ Programming:
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
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.
COMPUTER SOFTWARE Chapter 3. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one.
SOFTWARE.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Introduction COMP104: Fundamentals and Methodology.
Parts of the Computer. Three Components of an Information System 1.Hardware The physical components that make up the computer and other devices connected.
Software Concepts. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is.
Chapter 4 System Software.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
HERY H AZWIR Computer Software. Computer Software Outline Software and Programming Languages  Software  Programming  Programming language development.
What is a Computer? An, electrical machine, that can be programmed to accept data (input), process it into useful information (output) and store it away.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
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.
Visual C++ Programming: Concepts and Projects
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
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.
C++ Programming: From Problem Analysis to Program Design, Third Edition Chapter 1: An Overview of Computers and Programming Languages.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
Computer Basics & Keyboarding. What Is A Computer? An electronic device operating under the control of instructions stored in its own memory unit An electronic.
C o n f i d e n t i a l 1 Course: BCA Semester: III Subject Code : BC 0042 Subject Name: Operating Systems Unit number : 1 Unit Title: Overview of Operating.
We will focus on operating system concepts What does it do? How is it implemented? Apply to Windows, Linux, Unix, Solaris, Mac OS X. Will discuss differences.
Computer Software Types Three layers of software Operation.
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.
Course Title: Introduction to Computer Course Instructor: ILTAF MEHDI Chapter No: 04 1BY ILTAF MEHDI (MCS, MCSE, CCNA)
1 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers.
Computer and Programming. Computer Basics: Outline Hardware and Memory Programs Programming Languages and Compilers.
Software Rashedul Hasan. Software Instructions and associated data, stored in electronic format, that direct the computer to accomplish a task. Instructions.
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.
Chapter 4 Software. Introduction Program: is a set of sequence instructions that tell the computer what to do. Software: is a collection of programs,
1 Asstt. Prof Navjot Kaur Computer Dept PRESENTED BY.
©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved. Introduction to Computers and Computing.
Computer Organization & Assembly Language Chapter _ 04 Ghazanfer Mirza.
Introduction to Computing Lecture 9,10 Software
Some of the utilities associated with the development of programs. These program development tools allow users to write and construct programs that the.
By Kundang K Juman Hardware & Software. COMP102 Prog. Fundamentals I: Software / Slide 2 l Four components of a computer system: n CPU - central processing.
UNIX U.Y: 1435/1436 H Operating System Concept. What is an Operating System?  The operating system (OS) is the program which starts up when you turn.
THE SOFTWARE Computers need clear-cut instructions to tell them what to do, how to do, and when to do. A set of instructions to carry out these functions.
Introduction to Operating Systems Concepts
Ashima Wadhwa Assistant Professor(giBS)
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,
System Programming and administration
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Contents Todays Topic: Introduction to Computer Software We will learn
Operating System Review
Computer Science I CSC 135.
Hardware & Software Programming. COMP102 Prog. Fundamentals I: Software / Slide 2 l Four components of a computer system: n CPU - central processing unit.
National Diploma in Computer Studies
Computer Software.
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering
ICS103 Programming in C 1: Overview of Computers And Programming
Presentation transcript:

A Good Manager? Find and explain on an example Homework Internet assignment A Good Manager? Find and explain on an example

Computer Software

Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is tangible. The storage devices (Hard disk, CD’s etc.,), mouse, keyboard CPU and display devices (Monitor) are Hardware.

Key Concepts Software licensing Protection by software vendors to prevent unauthorized use Software upgrades A revised version of software that usually includes fixes of known problems, plus enhancements to existing capabilities Global software support Software that is distributed around the globe may require unique support mechanisms due to local political and economic conditions

Computer software Software consists of programs and enables a computer to perform specific tasks, as opposed to its physical components (hardware) which can only do the tasks they are mechanically designed for. It is loaded into a computer's storage (such as a hard drive, a memory, or RAM). Once the software is loaded, the computer is able to execute the software in the Central Processing Unit (CPU).

Computer software This involves passing instructions from the application software, through the system software, to the hardware which ultimately receives the instruction as a machine code. Each instruction causes the computer to carry out an operation – to move data, carry out a computation, or alter the control flow of instructions.

Computer software Data is typically moved from one place in the memory to another. Sometimes it involves moving data between memory and registers which enables high-speed data access in the CPU. Instructions may be performed sequentially, conditionally, or iteratively.

Sequential instructions Sequential instructions are those operations that are performed one after another.

Conditional instructions They are performed in such a way that different sets of instructions are executed depending on the value(s) of some data. In some languages this is known as an “if statement“.

Iterative instructions They are performed repetitively and may depend on some data value. This is sometimes called a “loop.“ Often, one instruction may “call“ another set of instructions that are defined in some other program or module. When more than one computer processor is used, instructions may be executed simultaneously.

Types of Software System Software Programming software Application Software Open source software (OSS) Proprietary software

System Software: It includes the Operating System and all the utilities that enable the computer to function. It refers to any computer software which manages and controls the hardware so that application software can perform a task. Example: Operating Systems, Compiler, Loader, Linker, Interpreter.

Operating System: Operating System is a software, which makes a computer to actually work. It is the software that enables all the programs we use. The OS organizes and controls the hardware. OS acts as an interface between the application programs and the machine hardware. Examples: Windows, Linux, Unix and Mac OS, etc.,

Compiler: It is a program that reads a program in one language – the source language and translates into an equivalent program in another language – the target language. Source Languages Target Languages ‘C’ language ‘Pascal’ language Machine language FORTRAN language C++ language ADA language

Loader: It is the part of an operating system that is responsible for loading programs into memory, preparing them for execution and then executing them. The loader is usually a part of the operating system's kernel and usually is loaded at system boot time and stays in memory until the system is rebooted, shut down, or powered off. In Unix, the loader is the handler for the system call execve().

Linker: A linker or link editor is a program that takes one or more objects generated by compilers and assembles them into a single executable program. Linkers can take objects from a collection called a library. The objects are program modules containing machine code and information for the linker. The linker takes care of arranging the objects in a program's address space.

Interpreter: It is a computer program that translates and executes instructions written in a computer programming language line-by-line, unit by unit etc., An interpreter needs to be able to analyze instructions written in the source language. Example: Lisp systems, etc.,

Application Software: Application Software includes programs that do real work for a user. Example: Payroll systems, Inventory Control, Manage student database, Word Processor, Spreadsheet and Database Management System etc.,

Word Processors: It 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 Some characters appearing 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: WordPerfect and Microsoft Word

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

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.

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: Membership lists Student lists Grade reports Instructor schedules All of these have to be maintained so you can find what you need quickly and accurately.  Example:Microsoft Access, dBASE, Oracle.

Open Source Software: Open source software (OSS) is computer software whose source code is available under a license that permits users to use, change, and improve the software, and to redistribute it in modified or unmodified form. It is often developed in a public, collaborative manner. Well-known OSS products are Linux, Netscape/Firefox, Apache , etc.,

Proprietary Software: Proprietary software (also called non-free software) is software with restrictions on using, copying and modifying as enforced by the proprietor. Restriction on use, modification and copying is achieved by either legal or technical means and sometimes both. Proponents of proprietary software are Microsoft. Examples: AutoCAD, Norton Antivirus etc.,

Note the use of as opposed to Software consists of programs and enables a computer to perform specific tasks, as opposed to its physical components (hardware) which can only do the tasks they are mechanically designed for.

Unlike Unlike software, computer hardware encompasses the physical interconnections and devices required to store and execute (or run) the software.

Once Once the software is loaded, the computer is able to execute the software in the Central Processing Unit (CPU).

That is why That is why this is sometimes avoided by using “pointers“ to data instead.

in such a way that Conditional instructions are performed in such a way that different sets of instructions are executed depending on the value(s) of some data.

Consequently Consequently, large areas of activities (such as playing grand master level chess) formerly assumed to be incapable of software simulation are now routinely programmed.

Internet Homework Assignment Contribution of application software in Business - find an example and explain -