Chapter 7 What Can Computers Do For Me?. How important is the material in this chapter to understanding how a computer works? 4.

Slides:



Advertisements
Similar presentations
Computer Literacy BASICS
Advertisements

Copyright © 2014 ICT Inspires Ltd. All Rights Reserved. ICT (Computing) Subject Leader Course Session 2: Broader.
Lecture 1: Overview of Computers & Programming
1 CS 501 Spring 2002 CS 501: Software Engineering Lecture 11 Designing for Usability I.
CSC 2400 Computer Systems I Lecture 3 Big Ideas. 2 Big Idea: Universal Computing Device All computers, given enough time and memory, are capable of computing.
Chapter 1 Introduction to Object- Oriented Programming and Problem Solving.
Chapter 1: An Overview of Computers and Programming Languages
Chapter 1 Introduction to C Programming. 1.1 INTRODUCTION This book is about problem solving with the use of computers and the C programming language.
Chapter 1: An Overview of Computers and Programming Languages
Outline Chapter 1 Hardware, Software, Programming, Web surfing, … Chapter Goals –Describe the layers of a computer system –Describe the concept.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 11 Management Decision Making.
Demystifying the new Primary computing curriculum
Data: A collection of raw facts and figures. It may consist of numbers, characters, symbols or pictures. Information: Organized and processed form of.
Chapter 1: Introduction To Computer | SCP1103 Programming Technique C | Jumail, FSKSM, UTM, 2005 | Last Updated: July 2005 Slide 1 Introduction To Computers.
Introduction to Computers and Programming
SOFTWARE.
Wizards, Templates, Styles & Macros Chapter 3. Contents This presentation covers the following: – Purpose, Characteristics, Advantages and Disadvantages.
Joy Oberoi Grade 12. Introduction THEATRE BOOKING SYSTEM (TBS) A system used to perform tasks that one would manually execute at a theatre It is online.
CS102 Introduction to Computer Programming
DCT 1123 PROBLEM SOLVING & ALGORITHMS INTRODUCTION TO PROGRAMMING.
A Quick Review of Unit 1 – Recognizing Computers Computing Fundamentals © CCI Learning Solutions.
Fundamentals of Information Systems, Sixth Edition
WHAT IS A COMPUTER? Computer is an electronic device designed to manipulate data so that useful information can be generated. Computer is multifunctional.
1.1 1 Introduction Foundations of Computer Science  Cengage Learning.
Chapter 5CSA 217 Design in Construction Chapter 5 1.
1 Shawlands Academy Higher Computing Software Development Unit.
Living in a Digital World Discovering Computers Fundamentals, 2010 Edition.
Chapter I: Introduction to Computer Science. Computer: is a machine that accepts input data, processes the data and creates output data. This is a specific-purpose.
Administrative Software Chapter 7 Teaching and Learning with Technology.
Computing Fundamentals Module Lesson 19 — Using Technology to Solve Problems Computer Literacy BASICS.
1 The Software Development Process  Systems analysis  Systems design  Implementation  Testing  Documentation  Evaluation  Maintenance.
© 2001 Business & Information Systems 2/e1 Chapter 8 Personal Productivity and Problem Solving.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 8 Personal Productivity and Problem Solving.
SYSTEMS ANALYSIS AND DESIGN LIFE CYCLE
Lesson 4-2 Basics of Budgeting LEARNING GOALS: -IDENTIFY THE PURPOSE OF A PERSONAL BUDGET -PREPARE A PERSONAL BUDGET -DESCRIBE RECORDKEEPING METHODS USED.
Introduction to Computer Application (IC) MH Room 517 Time : 7:00-9:30pm.
Introduction to Computing Systems CT101 – Computing Systems.
Chapter 2 Introduction to Systems Architecture. Chapter goals Discuss the development of automated computing Describe the general capabilities of a computer.
Creating A Worksheet and Embedded Chart Chapter 1.
MIS 105 LECTURE 1 INTRODUCTION TO COMPUTER HARDWARE CHAPTER REFERENCE- CHP. 1.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
The Software Development Process
Computing Fundamentals Module Lesson 6 — Using Technology to Solve Problems Computer Literacy BASICS.
Chapter 4 Decision Support System & Artificial Intelligence.
CS 127 Introduction to Computer Science. What is a computer?  “A machine that stores and manipulates information under the control of a changeable program”
Data Structures and Algorithms Dr. Tehseen Zia Assistant Professor Dept. Computer Science and IT University of Sargodha Lecture 1.
Data Structures Using C++ 2E
Software - A set of instructions, stored digitally within the computer's memory, which tells the computer system what to do.  System Software  Application.
Capabilities of computing systems Numeric and symbolic Computations A look at Computability theory Turing Machines.
Learning Objectives Understand the concepts of Information systems.
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
Programming. In your own words, explain what an algorithm is, and give an example of how people use algorithms every day.
Using Technology to Solve Problems Unit 2 Mod 2 SO 7.
Algorithms and Problem Solving. Learn about problem solving skills Explore the algorithmic approach for problem solving Learn about algorithm development.
Fundamentals of Information Systems Dr. Hanan Moussa.
Range of Computer Applications. Computer Applications Scientific Word Processing Spreadsheets E-commerce Business Educational Industrial National level.
Victoria Ibarra Mat:  Generally, Computer hardware is divided into four main functional areas. These are:  Input devices Input devices  Output.
Software and Software Engineering By bscshelp.com software engineering 1.
 System Requirement Specification and System Planning.
Chapter I: Introduction to Computer Science. Computer: is a machine that accepts input data, processes the data and creates output data. This is a specific-purpose.
 Programming methodology: ◦ is a process of developing programs that involves strategically dividing important tasks into functions to be utilized by.
Introduction to Computing Systems
Java Programming: From the Ground Up
Chapter 2 Memory and process management
Spreadsheets, Modelling & Databases
COMS 361 Computer Organization
Computer Literacy BASICS
LO2 – Understand Computer Software
Chapter 2 Applications Software and Operating Systems
Presentation transcript:

Chapter 7 What Can Computers Do For Me?

How important is the material in this chapter to understanding how a computer works? 4

How important is the material in this chapter to understanding how to use a computer? 3

What types of problems are Computers good at? Problems that involve Storage and Retrieval of Data Manipulation of Data Mathematical Calculations

When would a computer’s storage and retrieval skills help me? Word Processing Database Multimedia Communications

How does a computer’s computational capabilities help me? Personal Finance Forecasting (weather, economic) Engineering and Science Graphics and animation (games)

What Else can a Computer Help me with? Manipulation of Date Creation of data in spreadsheets and word processing. Entering data into a database Formatting data in a word processing program. And many more …

What do good applications have in Common? They are particularly amenable to computer solution. They depend on the retrieval, manipulation, and storage of data. They can be precisely described in a model which is well understood. The process can be extensively monitored by the user (such as watching what you are typing in a word processor or listening to music that you’re playing).

Why can a computer guide astronauts into space but not predict the stock market? Space travel is governed by the laws of physics which are well known. There are mathematical formulas that describe these laws and they can easily be programmed. There are no known formulas for predicting the stock market. So you just have to use general principles and expertise to determine what to do.

If programs that predict the stock market are unreliable, how can I tell when other computer programs might give unreliable results? This section emphasizes material that was discussed in chapter five and could better be phrased as, how can software developers be confident that the software that they designed works. Specifications Design Implementation Testing Maintenance MODELS AND SIMULATIONS.

For problems that a computer can solve, what process should I use to get an answer? This section of the book is generally talking about using commercial programs to solve problems. One possible example is to use a spreadsheet to set up a monthly budget. The general principles are similar to the way that programmers design software as we saw in chapter 5.

Solving Problems (continued) Stepwise refinement (top down methodology) Setting up a budget List sources of income and total them up List fixed expenses (rent, car payment, insurance etc) and deduct from income List non-discretionary expenses and estimate such as utilities, food, gasoline. How much is left? Divvy it up based on experience.

Can some computers solve problems that other computers can’t? No But sort of In principle the answer is no, but for practical purposes, some software is available only on certain platforms and therefore you can’t use those programs on all computers. Also some computers lack certain “unimportant” features such as sound or color.

What are Turing Machines? A mathematical model of a computer consisting of A tape on which data is placed that is infinitely long in one direction. A head that can read or write data to the tape and move from cell to cell A control that can change states, and that based on the current state and content of the tape can perform actions with the tape head.

Turing Machines (continued) Explain Example 1 on page You should make sure that you understand Example 2.

What do Turing Machines have to do with computers today? A Turing machine is a theoretical model of modern computer in terms of its capabilities The tape represents memory for data The control represents the program being run Different types of Turing machines are equivalent to each other is capabilities but not in speed or convenience.

Universality of Computers All computational tasks can be decomposed into simple instructions that any computer can execute. Even though different computers use different instruction sets, the instructions that one computer lacks can be programmed using instructions that it does have. Computers differ in how fast they can solve a problem, not whether they can solve a problem.

If all computers are universal, how do they differ? Speed Storage capacity “Special” features such as sound, color, graphics, animation, … Some software may not actually be available on various platforms User interfaces differ.

How can I decide what machine I should buy? What do you want to do with your computer, especially specialized tasks? Pick out software packages. Compatibility with other users. How important is portability? Price – how much can you afford? What hardware requirements are there for the software that you need?

Summary Computers excel at storing, retrieving and manipulating data at great speed. Computers excel at presenting results in both textual and graphical form For a computer to solve a problem, it must be precisely specified, and a detailed algorithm must be developed to meet this specification. The implementation of the algorithm (software) must be tested thoroughly to be sure that it does work. Relevant data must be obtained and used.

Summary (continued) If problems do not satisfy these characteristics, computers may not be useful in solving them. Complex software likely has errors, so users should be mindful of this fact. Top-down refinement of a problem is a good technique for creating a solution. All computers are alike (more or less). In selecting a computer to purchase, you should proceed with a logical and methodological approach.

Terminology Algorithm Algorithmic thinking Data structure Database Decomposition Modeling Parity bit refinement Repetition Simulation Spreadsheet Top-down methodology Turing Machine Universality of Computers