Have you been reading your text?. Review Which computer is the most powerful?

Slides:



Advertisements
Similar presentations
Welcome to CMPE003 Personal Computers: Hardware and Software Dr. Chane Fullmer Fall 2002 UC Santa Cruz.
Advertisements

 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Computer Software 3 Section A Software Basics CHAPTER PARSONS/OJA
Lesson 6 Software and Hardware Interaction
Application Software Chapter 6.
Stole it Straight from Wilkes County. Questions from 1.01.
Software Asset Management (SAM) ITS Offsite Workshop 2002 November 8, 2002.
Copyright (c) 2003 by Prentice Hall Computers Tools for an Information Age Chapter 2 Applications Software: Getting the Work Done.
Computers Tools for an Information Age
Chapter 3 Applications Software: Getting the Work Done.
Applications Software: Getting the Work Done
Discovering Computers 2010
Application Software: Essentials for knowledge workers
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
Computer Fundamentals
HOMEWORK PAGE STAND ALONE PROGRAMS FUNCTION ON THEIR OWN AND SOMETIMES CANNOT SHARE DATA WITH OTHER PROGRAMS. INTEGRATED SOFTWARE COMBINES.
Professor Michael J. Losacco CIS 1110 – Using Computers Application Software Chapter 3.
I Information Systems Technology Ross Malaga 3 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 3-1 SOFTWARE.
Introduction To Computer and Information Technology.
Chapter 5 Application Software.
TEST REFLECTION CHAPTER 9 & 10. QUESTION 1 A spreadsheet is an application program you can use for working with numbers and doing math. False Look up.
A-Level Computing types and uses of software. Objectives Know that software can be split into different categories Know what each type of software is.
© Paradigm Publishing, Inc. 5-1 Chapter 5 Application Software Chapter 5 Application Software.
Computer Software Unit C. Software Categories System Software Application Software.
1 Computer Software Unit C. 2 Objectives Introduce Computer Software Explain How Computers Interpret Software Define Document Production Software Define.
Copyright (c) 2003 by Prentice Hall Computers Tools for an Information Age Chapter 2 Applications Software: Getting the Work Done.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Section 2 Software.
Application Software Performs a specific job or task. Helps people use their computers to perform their work more effectively. Categorized in two ways.
APPLICATION SOFTWARE. EXAMPLE S What’s an application software ? Application software consists of programs designed to make users more productive and/or.
UEC 01 : Computer Skills & Programming Concepts I 1PUA – Computer Engineering Department – UEC01 – Dr. Mona Abou - Of Lecture 6: Applications Software.
Viruses, Computer Security & Ethical Issues Digital Communication Systems Ms. Powers.
Software and Hardware Interaction
COMPUTER ETHICS Computer ethics is the study of standards of right and wrong.
This was my first quiz (practice one) This one is actually the Final Quiz, but it will not work.
Application Software CSCI-N 100 Department of Computer and Information Science.
© Paradigm Publishing Inc. 5-1 Chapter 5 Application Software.
APPLICATION SOFTWARE Objectives Describe several important trends occurring in computer software. Give examples of several major types of application.
APPLICATION SOFTWARE Week# 5. Application software consists of programs designed to make users more productive and/or assist them with personal tasks.
MIS 105 LECTURE 1 INTRODUCTION TO COMPUTER HARDWARE CHAPTER REFERENCE- CHP. 1.
Module 1 – Lesson 6 Ms. Tracy. Bell Ringer What is the typical useful life for a personal computer?
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
1 Chapter 6 Computer Software. 2 Manager’s View u Manager’s need to understand various kinds of computer software - makes the hardware work for you. u.
C2 Applications Software Getting the Work Done Solve a particular problem or perform a particular task.
Obj. 1.03: Discuss the security and confidentiality issues and ethics-related to data, hardware and software.
Copyright (c) 2003 by Prentice Hall Chapter 2 Applications Software: Getting the Work Done Computers: Tools for an Information Age BSM025 Computers.
Software Installation and Copyrights Basic Computer Concepts Installation Basics  Installation Process  Copy files from distribution disks.
Applications Software: Getting the Work Done Chapter 2.
CHAPTER (2) SOFTWARE Emad Salem. Software Software is the planned, step-by-step set of instructions required to turn data into information. Software.
1 Lesson 6 Software and Hardware Interaction Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
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.
P1 - Software licenses. Different types of license and software Single-user license Multi-user license Proprietary software Freeware Shareware.
Chapter 2 – Applications Software Tools for thinking and Working.
Chapter 3 Applications Software: Getting the Work Done.
Introduction to Computer Science
Objectives Overview Identify the four categories of application software Describe characteristics of a user interface Identify the key features of widely.
Application Software Chapter 6.
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,
Chapter 4: Application Software
System And Application Software
Computers Tools for an Information Age
Applications Software: Getting the Work Done
Computers Tools for an Information Age
Computers Tools for an Information Age
Introduction to Computing
SOFTWARE TECHNOLOGIES
Computers Tools for an Information Age
Computers Tools for an Information Age
Chapter 2 Applications Software and Operating Systems
Presentation transcript:

Have you been reading your text?

Review

Which computer is the most powerful?

Software used to access the WWW is?

What software allows computers of different types to communicate?

What’s another name for a personal computer?

End Review

Chapter 2 Applications Software

Creating Software Write source code using a programming language. Convert that source code into machine language in order to create an executable program.

The following is an example of a programming language.

with Text_Io, ada.integer_text_io; use Text_Io, ada.integer_text_io; procedure Example is Name : String (1..15); N, value : Integer; begin loop Put ("Please enter your name."); New_Line; Get_Line (Name, N); Put ("Greetings "); Put (Name (1..N)); Put (". Have a nice day!"); New_Line; Put ("Press ""1"" to quit. Press any other number to continue."); Get (value); skip_line; exit when value = 1; end loop; end Example;

Custom Software Software written specifically for an organization’s needs.

Freeware Programmer chose to make his/her program free to the public. copyrighted - author retains ownership.

Public domain software software that is not copyrighted. may be used and altered.

Shareware Freely distributed but only for a trial period.

Commercial Software packaged & copyrighted software that is sold

Software Piracy copying commercial software without the permission of the manufacturer. Are you going to work for free?

Site License Used by organizations which allows software to be installed on all or some of its computers.

Electronic software distribution Obtaining freeware, shareware or commercial software from the Internet.

Task-Oriented Software (Productivity Software) Software used to make one’s work & lives easier. Examples: Word Processing Electronic Spreadsheets Database Management Graphics Communications Personal Information Managers (PIMs) Office Suites Group of applications designed to work together.

Business Software Vertical Market Software Written for a particular type of business Usually part of a complete package including hardware, installation, training & support. Groupware (Collaborative Software) Software for workgroups Software that lets many individuals share information

Software for Small Business SOHO - Small Office/Home Office Accounting Writing & Advertising Customer Service - customer info Keeping & Making Contacts - business connections Making Sales Pitches - presentation software

Some job titles within computer-related fields Those responsible for the organization’s computer resources: Management Information Systems (MIS) Computer Information Systems (CIS) Information Technology Computing Services Information Services. Data-Entry operators - prepare data for processing (keying data in using a machine-readable format) Computer Operators - monitor computer systems, review procedures, keep peripherals running, make back-ups. Librarians - catalog disks and tapes. Systems Analysts - plan & design entire computer systems. Work with programmer and user. Network Manager - maintains networks. Chief information officer (CIO) - involved with the goals and operations of the entire organization

Installing Software

Uninstalling Software Start --> Settings --> Control Panel --> Add/Remove Programs