Computer Concepts 7th Edition Parsons/Oja Chapter 3 Computer Software Section A: Software Basics.

Slides:



Advertisements
Similar presentations
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Advertisements

Chapter 3: Software Basics Section I: Preparing to Use Technology.
Windows Basics An Introduction to the Windows Operating System.
Computer Software 3 Section A Software Basics CHAPTER PARSONS/OJA
Chapter 1 - VB 2008 by Schneider1 Chapter 1 - An Introduction to Computers and Problem Solving 1.1 An Introduction to Computers 1.2 Windows, Folders, and.
AA high level programming language. IIt is created by Microsoft. UUses a graphical environment called the Integrated Development Environment (IDE).
Lesson 6 Software and Hardware Interaction
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
IC3 Chapter 9 – Computer Fundamentals
Computer Concepts 5th Edition Parsons/Oja Page 546 CHAPTER 11 Software Engineering Section A PARSONS/OJA Computer Programming.
Chapter 3: Computer Software
Discovering Computers 2010
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
Types of software. Sonam Dema..
Module 1.4 File management. Contents Introduction Windows Explorer The need to organise More about files Working with files Test and improve your knowledge.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Chapter 2 Build Your First Project A Step-by-Step Approach 2 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
Chapter 7 Working with Files.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Computer Software CSCI N207 Data Analysis Using Spreadsheet Department of Computer and Information Science, IUPUI.
Getting Started with Application Software
Operating Systems AOIT Principles of Information Technology.
Logistics and Systems Rabby Q. Lavilles. Supply chain is a system of organizations, people, technology, activities, information and resources involved.
Lecture #10 COMPUTER SOFTWARE By Shahid Naseem (Lecturer)
Innovative Training Works Digital Literacy Computing Fundamentals Using an Operating System (Microsoft® Windows XP)
Section 2 Software.
Exploring Your Desktop To run presentation, please click on bottom arrow to right to change to next frame.
Operating Systems Programs for performing surgery NOT! –Sorry I got carried away.
1 Nassau Community CollegeProf. Vincent Costa Acknowledgements: An Introduction to Programming Using Visual Basic 2012, All Rights ReservedAn Introduction.
Chapter 11 An Introduction to Visual Basic 2008 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
1 Chapter Overview Publishing Resources in Active Directory Service Redirecting Folders Using Group Policies Deploying Applications Using Group Policies.
XP Practical PC, 3e Chapter 3 1 Installing and Learning Software.
Computer Basics & Keyboarding. What Is A Computer? An electronic device operating under the control of instructions stored in its own memory unit An electronic.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
Using Macros in Minitab
Lesson 9: Windows Management Ms. Tracy Digital Literacy.
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
Computer Software Types Three layers of software Operation.
COMPUTER SOFTWARE FORM 1. Learning Area Introduction to computer software Operating System (OS) Application Software Word Processing Software Presentation.
ENDNOTE Installation Guide. E ENDNOTE ON LIBRARY PAGE ( Scroll down to see download instructions.
Application Software System Software.
Computer Software & its Types Instructor : Adnan Iqbal Course : Introduction to Computer.
Windows XP. Operating System Operating System Operating System Software system to make computer usable by performing basic housekeeping operations, such.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
Software Installation and Copyrights Basic Computer Concepts Installation Basics  Installation Process  Copy files from distribution disks.
10. File Management. Computers and information Computers are all about processing the information. The information has to be organized in a systematic.
CMPF124 Personal Productivity with Information Technology Chapter 1 – Part 3 Introduction To Windows Operating Systems Windows Accessories Introduction.
Chapter 2 Build Your First Project A Step-by-Step Approach 2 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
 Refers to instructional information that directs the activities of computer hardware, or which helps the user control the computer.  Another name of.
Introduction to Computers
Nature & Types of Software
Chapter 3 Installing and Learning Software
Guide to Linux Installation and Administration, 2e
System Software Application Software
Computer Software.
Computer Software.
Introduction to Computers
Types and components of a computer system
3.1 Basic Concept of Directory and Sub-directory
Chapter 2 Applications Software and Operating Systems
An Introduction to the Windows Operating System
Presentation transcript:

Computer Concepts 7th Edition Parsons/Oja Chapter 3 Computer Software Section A: Software Basics

2Chapter 3: Computer Software Software consists of computer programs and data files that work together to provide a computer with the instructions and data necessary for carrying out a specific type of task What is software?

3Chapter 3: Computer Software Software includes –A computer program is a set of detailed, instructions that tells a computer how to solve a problem or carry out a task –Executable files have an.exe file extension, and can be double-clicked to start the program (run by users) –Support modules are extra programs that are not run by users, but help the main program to run (file extension such as.dll and.ocx) –Data files contain data that is necessary for the program to run, but not supplied by the user For example, text of Help file or license agreement, word lists for a dictionary, graphics File extensions.txt,.bmp, and.hlp What kinds of files are included in a typical software product?

3Chapter 3: Computer Software Exercise: –Click on the Start button and click My Computer –Double-click the Local Disk (C:) drive –Double-click the Program Files folder, where all installed program files are located If the files are hidden, click Show the contents of this folder –Double-click the Windows Media Player folder Which file is the main program executable file? Which files are support modules? Which files are data files? Why does software require so many files?

4Chapter 3: Computer Software Computer programmers write the instructions for the computer programs Software publishers distribute the software, they specialize in packaging, marketing, and selling commercial software Users who write macros and customize software Programmers and Programming Languages: Who creates computer software?

5Chapter 3: Computer Software So how does software work?

6Chapter 3: Computer Software Software is categorized as either application software or system software –Application software is designed to help people carry out tasks using a computer Drawing designs, creating documents, etc –System software is designed to help the computer carry out the basic operating functions Operating systems, utilities, and drivers Application Software and System Software: How is software categorized?

7Chapter 3: Computer Software Application Software and System Software: How is software categorized?

8Chapter 3: Computer Software 1.A detailed set of instructions that tells a computer how to solve a problem or carry out a task is called a computer _______. 2.A file with a.exe file extension is called a(n) _______ file. 3.Small programs that help the main program, and usually have a.dll or.ocx file extension are called _______. 4.The Windows operating system is an example of _______ software. 5.Microsoft Word, a word processing program, is an example of _______ software. Self Quiz Questions

9Chapter 3: Computer Software 1.A detailed set of instructions that tells a computer how to solve a problem or carry out a task is called a computer program. 2.A file with a.exe file extension is called a(n) executable file. 3.Small programs that help the main program, and usually have a.dll or.ocx file extension are called support modules. 4.The Windows operating system is an example of system software. 5.Microsoft Word, a word processing program, is an example of application software. Self Quiz Answers