MAT Program Design. College of Engineering Engineering Education Innovation Center

Size: px
Start display at page:

Download "MAT Program Design. College of Engineering Engineering Education Innovation Center"

Transcription

1 MAT Program Design College of Engineering Engineering Education Innovation Center

2 Outline problem solving the big picture structured problem solving focus on the plan decomposition/refinement pseudo code/flowchart flowchart tools reminders

3 Problem Solving ENGR Define 2. Represent 3. Plan 4. Implement 5. Evaluate

4 Structured Problem Solving ENGR Plan

5 Structured Problem Solving tasks decompose big medium small smallest order 3. Plan

6 Structured Problem Solving top down step-wise refinement start big determine subtasks and order continue until you can't get any smaller pseudo code informal programming "light"

7 Scrambled Eggs Top Down Style assumptions you know how to cook scrambled eggs givens food: eggs, butter equipment: frying pan, stove, plate, bowl, fork, spatula

8 Scrambled Eggs Top Down Style level 1 make scrambled eggs

9 Scrambled Eggs Top Down Style level 2 make scrambled eggs collect equipment collect ingredients prepare equipment prepare ingredients cook eggs

10 Scrambled Eggs Top Down Style level 3 make scrambled eggs collect equipment get frying pan get fork get bowl get plate if all clean (enough?), continue otherwise, wash as needed

11 Scrambled Eggs Top Down Style level 3 make scrambled eggs collect ingredients how hungry? get egg if more needed, go to previous otherwise, go to next get butter

12 Scrambled Eggs Top Down Style level 3 make scrambled eggs prepare equipment place pan on burner set burner temp butter in pan check pan temp if temp too low, go to previous otherwise, continue

13 Scrambled Eggs Top Down Style level 3 make scrambled eggs prepare ingredients crack egg into bowl if uncracked eggs, go to previous otherwise, go to next scramble egg with fork

14 Scrambled Eggs Top Down Style level 3 make scrambled eggs cook eggs pour eggs into pan move eggs with spatula if eggs uncooked, go to previous otherwise turn off stove! scoop egg onto plate

15 Peanut Butter Sandwich ENGR 1181 problem: to create an open faced peanut butter sandwich, ready to eat write an algorithm to create the sandwich work in pairs list assumptions steps in order Rev: , PAC MAT - Computer Problem Solving

16 Time to try it out ENGR 1181 One algorithm will be selected and demonstrated

17 How did it go? ENGR 1181 Computers are very literal

18 Structured Problem Solving flowcharts develop not document high level executable only coding guideline specifics not included symbols

19 Structured Problem Solving algorithm top down step-wise pseudo code flowchart higher level verification

20 Structured Problem Solving ENGR 1181 algorithm + flowchart = easy code

21 Flowchart Tools MS Word, Excel, PowerPoint Insert/Shapes MS Excel flowchart symbols template

22 Flowchart Tools MS Visio or open source equivalent Calligra Flow (Windows, OS X, Linux) ArgoUML (Windows, OS X, Linux) OpenOffice Draw 3.0 (Windows, OS X, Linux, Unix) Gliffy Online

23 Reminders structured problem solving top down step-wise pseudo code flowcharts

CIS 110: Introduction to Computer Programming. Lecture 2 Decomposition and Static Methods ( 1.4)

CIS 110: Introduction to Computer Programming. Lecture 2 Decomposition and Static Methods ( 1.4) CIS 110: Introduction to Computer Programming Lecture 2 Decomposition and Static Methods ( 1.4) Outline Structure and redundancy in algorithms Static methods Procedural decomposition 9/16/2011 CIS 110

More information

Scenario-Based Testing added to an Existing Development Program

Scenario-Based Testing added to an Existing Development Program Scenario-Based Testing added to an Existing Development Program GSAW April 1-3, 2008 A. Shaw 1 Presentation Overview Long-term Project with older development methodology New development Methodologies introduced

More information

Algorithms: The recipe for computation

Algorithms: The recipe for computation Algorithms: The recipe for computation 2A What is an algorithm? 15-105 Principles of Computation, Carnegie Mellon University - CORTINA 1 Algorithms An algorithm is a precise rule (or set of rules) specifying

More information

WELCOME TO CS 24! Problem Solving with Computers-II https://ucsb-cs24-s18.github.io/ Read the syllabus. Know what s required. Know how to get help. Enrollment status: 117/105 2 About me Diba Mirza (diba@ucsb.edu)

More information

General Certificate of Secondary Education Digital Technology. Unit 5 Digital Development Practice MARK SCHEME

General Certificate of Secondary Education Digital Technology. Unit 5 Digital Development Practice MARK SCHEME General Certificate of Secondary Education 2019 Digital Technology Unit 5 Digital Development Practice MARK SCHEME 1 Design a solution using appropriate tools Marks The candidate has successfully designed

More information

CSE 201 Java Programming I. Smart Coding School website:

CSE 201 Java Programming I. Smart Coding School website: CSE 201 Java Programming I Smart Coding School website: http://www.smartcodingschool.com Definition: A named group of statements public static void methodname() { statements Usage: 1. denotes the structure

More information

Lecture Set #14: Algorithms and Design

Lecture Set #14: Algorithms and Design Lecture Set #14: Algorithms and Design 1. Algorithmic Design 2. Algorithmic Analysis 3. System Design What is an algorithm? The method used to solve a particular problem is called an algorithm. Example:

More information

A Unicorn Named Sparkle Word Search. A New Friend for Sparkle Coloring Sheet. A Unicorn Named Sparkle s First Christmas Coloring Sheet

A Unicorn Named Sparkle Word Search. A New Friend for Sparkle Coloring Sheet. A Unicorn Named Sparkle s First Christmas Coloring Sheet Table of Contents Page 1 Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Pages 8 9 Page 10 Page 11 Page 12 Page 13 Page 14 Page 15 Name Tags A Unicorn Named Sparkle Word Search Draw and Name Your Unicorn Connect

More information

WELCOME TO CS 24! Enrollment status: 105/105, Read the syllabus. Know what s required. Know how to get help. Problem Solving with Computers-II

WELCOME TO CS 24! Enrollment status: 105/105, Read the syllabus. Know what s required. Know how to get help. Problem Solving with Computers-II WELCOME TO CS 24! Problem Solving with Computers-II Read the syllabus. Know what s required. Know how to get help. Enrollment status: 105/105, !2 About me Diba Mirza (diba@ucsb.edu) Faculty, Computer Science

More information

Cat Magic. - The Hole -

Cat Magic. - The Hole - Cat Magic - The Hole - By: Billy Hammond Keisuke is a student. He lives in Sumiyoshi-ku in Osaka. He is twelve. He has a sister. Her name is Yumi. She is eleven. They like cats. They have a cat named Ootama.

More information

Word 2007 Cook Book Objectives

Word 2007 Cook Book Objectives Word 2007 Cook Book In this lesson you will learn how use all of the features of Word 2007 to create your own book or cook book. Objectives Section Breaks Insert Cover Page Set page number to 1 Insert

More information

Introduction to Computer Programming concepts using StarLogo TNG

Introduction to Computer Programming concepts using StarLogo TNG Introduction to Computer Programming concepts using StarLogo TNG Overview In this class, we will use the StarLogo TNG language to introduce basic concepts used in computer programs. Learning Objectives

More information

EECS1012. Net-centric Introduction to Computing. Lecture 7 Computational Thinking. Fall 2018, EECS York University. M.S. Brown and Amir H.

EECS1012. Net-centric Introduction to Computing. Lecture 7 Computational Thinking. Fall 2018, EECS York University. M.S. Brown and Amir H. EECS1012 Net-centric Introduction to Computing Lecture 7 Computational hinking all 2018, EECS York University M.S. Brown and Amir H. Chinaei overview computational thinking the thought process involved

More information

NORTH SHORE INNOVATIONS, LTD. BUILDING BETTER MICROSOFT OFFICE WORD 2003 DOCUMENTS

NORTH SHORE INNOVATIONS, LTD. BUILDING BETTER MICROSOFT OFFICE WORD 2003 DOCUMENTS NORTH SHORE INNOVATIONS, LTD. BUILDING BETTER MICROSOFT OFFICE WORD 2003 DOCUMENTS INTRODUCTION Over the past few years, the use of Microsoft Office Word to create long and complex documents has grown

More information

1. Introduction to Programming

1. Introduction to Programming Computer Science I CS 135 1. Introduction to Programming René Doursat Department of Computer Science & Engineering University of Nevada, Reno Fall 2005 Computer Science I CS 135 0. Course Presentation

More information

PowerPoint : :. PowerPoint

PowerPoint : :. PowerPoint PowerPoint : :. PowerPoint. PowerPoint. PowerPoint. PowerPoint. PowerPoint PowerPoint.... Microsoft Office.. ( ) PowerPoint PowerPoint Excel Word. Office.. PowerPoint PowerPoint. :. Start. All programs.

More information

DOC # THE FLOW CHART OF LAPTOP PRODUCT CATALOG

DOC # THE FLOW CHART OF LAPTOP PRODUCT CATALOG 21 December, 2018 DOC # THE FLOW CHART OF LAPTOP PRODUCT CATALOG Document Filetype: PDF 131.64 KB 0 DOC # THE FLOW CHART OF LAPTOP PRODUCT CATALOG Production management flowcharts are used to present the

More information

PowerPoint 2010 Quick Start to a Presentation

PowerPoint 2010 Quick Start to a Presentation PowerPoint 2010 Quick Start to a Presentation Backstage View Button Similar to old File button 1 On opening a new presentation, from Slides choose a Layout for a particular template, e.g. a title page.

More information

Accessibility 101. Things to Consider. Text Documents & Presentations: Word, PDF, PowerPoint, Excel, and General D2L Accessibility Guidelines.

Accessibility 101. Things to Consider. Text Documents & Presentations: Word, PDF, PowerPoint, Excel, and General D2L Accessibility Guidelines. Accessibility 101 Things to Consider Text Documents & Presentations: Word, PDF, PowerPoint, Excel, and General D2L Accessibility Guidelines. Things to Consider Structure Figures Hyperlinks Lists Columns

More information

DOWNLOAD OR READ : VENN DIAGRAM ON SOLUTIONS AND SUSPENSIONS COMPARE PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : VENN DIAGRAM ON SOLUTIONS AND SUSPENSIONS COMPARE PDF EBOOK EPUB MOBI DOWNLOAD OR READ : VENN DIAGRAM ON SOLUTIONS AND SUSPENSIONS COMPARE PDF EBOOK EPUB MOBI Page 1 Page 2 venn diagram on solutions and suspensions compare venn diagram on solutions pdf venn diagram on solutions

More information

ITC213: STRUCTURED PROGRAMMING. Bhaskar Shrestha National College of Computer Studies Tribhuvan University

ITC213: STRUCTURED PROGRAMMING. Bhaskar Shrestha National College of Computer Studies Tribhuvan University ITC213: STRUCTURED PROGRAMMING Bhaskar Shrestha National College of Computer Studies Tribhuvan University Lecture 02: Algorithms Readings: Not Covered in Textbook Problem Solving Process System Design:

More information

COMP1400 Programming for Designers. Claude Sammut

COMP1400 Programming for Designers. Claude Sammut COMP1400 Programming for Designers Claude Sammut Contacts Lecturer in Charge: Claude Sammut Web pages: http://blogs.unsw.edu.au/comp1400/ Email: cs1400@cse.unsw.edu.au Subject admin: Tim Wiley Tutor: Tim

More information

Simulation with Arena

Simulation with Arena Simulation with Arena Sixth Edition W. David Kelton Professor Department of Operations, Business Analytics, and Information Systems University of Cincinnati Randall P. Sadowski Retired Nancy B. Zupick

More information

Requirement KANOKWATT SHIANGJEN COMPUTER SCIENCE SCHOOL OF INFORMATION AND COMMUNICATION TECHNOLOGY UNIVERSITY OF PHAYAO

Requirement KANOKWATT SHIANGJEN COMPUTER SCIENCE SCHOOL OF INFORMATION AND COMMUNICATION TECHNOLOGY UNIVERSITY OF PHAYAO Requirement KANOKWATT SHIANGJEN COMPUTER SCIENCE SCHOOL OF INFORMATION AND COMMUNICATION TECHNOLOGY UNIVERSITY OF PHAYAO Contents What is requirement? Software Requirement Specification (SRS) Requirements

More information

Simplify the Way You Work: Enhancing Microsoft Office with MindManager 7

Simplify the Way You Work: Enhancing Microsoft Office with MindManager 7 Simplify the Way You Work: Enhancing Microsoft Office with MindManager 7 2007 Mindjet LLC, USA All rights reserved. Mindjet and MindManager are registered trademarks of Mindjet LLC in the United States

More information

High-level software (Ch.9) Algorithms and data structures. Low-level software. Components Circuits Gates Transistors

High-level software (Ch.9) Algorithms and data structures. Low-level software. Components Circuits Gates Transistors High-level software (Ch.9) Algorithms and data structures Low-level software Components Circuits Gates Transistors Remember: Decision-making instructions BR Set PC to operand unconditionally BRLT i Set

More information

Quick Start Guide. Microsoft Visio 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Quick Start Guide. Microsoft Visio 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Start Guide Microsoft Visio 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Updated templates Templates help you start the drawing type

More information

Introduction to Microsoft PowerPoint 2016

Introduction to Microsoft PowerPoint 2016 Course 55176A: Introduction to Microsoft PowerPoint 2016 Course details Course Outline Module 1: Creating a PowerPoint Presentation This module explains how get started using Microsoft PowerPoint. Starting

More information

Using PowerPoint to Create ebooks

Using PowerPoint to Create ebooks Using PowerPoint to Create ebooks Summary: Most people know that PowerPoint can be used to make slideshows, but it is also a tool, installed on most CPS computers, that can be used to make ebooks in PDF

More information

ITEC102 INFORMATION TECHNOLOGIES

ITEC102 INFORMATION TECHNOLOGIES ITEC102 INFORMATION TECHNOLOGIES LECTURE 5 ALGORITHMS AND FLOW CHARTS EASTERN MEDITERRANEAN UNIVERSITY SCHOOL OF COMPUTING AND TECHNOLOGY Aim of the course Aim of this course to have information about,

More information

COMP 102: Computers and Computing

COMP 102: Computers and Computing COMP 102: Computers and Computing Lecture 5: What is Programming? Instructor: Kaleem Siddiqi (siddiqi@cim.mcgill.ca) Class web page: www.cim.mcgill.ca/~siddiqi/102.html Motivation The advantage of a computer

More information

Basics : the Requirements Engineering Process

Basics : the Requirements Engineering Process SEG3101 (Fall 2010) Basics : the Requirements Engineering Process Gregor v. Bochmann, University of Ottawa Based on Powerpoint slides prepared by Gunter Mussbacher with material from: Sommerville & Kotonya

More information

MAS115: R programming Lecture 2: Pseudocode Lab Class and Technical Material: Matrices, Factors, Data frames, Lists

MAS115: R programming Lecture 2: Pseudocode Lab Class and Technical Material: Matrices, Factors, Data frames, Lists MAS115: R programming Lecture 2: Pseudocode Lab Class and Technical Material: Matrices, Factors, Data frames, Lists The University of Sheffield School of Mathematics and Statistics Problems Class Aims

More information

! Learn how to think like a computer scientist. ! Learn problem solving. ! Read and write code. ! Understand object oriented programming

! Learn how to think like a computer scientist. ! Learn problem solving. ! Read and write code. ! Understand object oriented programming 1 TOPIC 1 INTRODUCTION TO COMPUTER SCIENCE AND PROGRAMMING Topic 1 Introduction to Computer Science and Programming Notes adapted from Introduction to Computing and Programming with Java: A Multimedia

More information

1. The PowerPoint Window

1. The PowerPoint Window 1. The PowerPoint Window PowerPoint is a presentation software package. With PowerPoint, you can easily create slide shows. Trainers and other presenters use slide shows to illustrate their presentations.

More information

The diagram below is only partially complete. Use the terms in the word list to complete the empty boxes. Make dinner

The diagram below is only partially complete. Use the terms in the word list to complete the empty boxes. Make dinner Decomposing Problems As we have seen, decomposition means breaking down a difficult problem into more manageable pieces. A common way to tackle this process is to use a tree diagram showing increasing

More information

Visio Price $ (inc GST)

Visio Price $ (inc GST) 1800 ULEARN (853 276) www.ddls.com.au Visio 2013 Length 2 days Price $913.00 (inc GST) Overview The skills and knowledge acquired in Microsoft Visio 2013 are sufficient to be able to create real-world

More information

Process Management And Synchronization

Process Management And Synchronization Process Management And Synchronization In a single processor multiprogramming system the processor switches between the various jobs until to finish the execution of all jobs. These jobs will share the

More information

Online Interactive IT Training Programmes for Staff Course Outline

Online Interactive IT Training Programmes for Staff Course Outline 1. Access 2002: Level 1 Online Interactive IT Training Programmes for Staff Course Outline Access 2002: Level 1 familiarizes students with the basics of Access 2002. Students will learn how to create and

More information

Desktop Publishing Level 2

Desktop Publishing Level 2 Desktop Publishing Level 2 8983-12-012 (IT-NDTP 12) 00002 This paper must be returned with the candidate s work. Failure to do so will result in delay in processing the candidates scripts. Instructions

More information

GCCH-1 Online Course V6.0 (Global Common Controls Hardware Design) Course (LMS #33543)

GCCH-1 Online Course V6.0 (Global Common Controls Hardware Design) Course (LMS #33543) GCCH-1 Online Course V6.0 (Global Common Controls Hardware Design) Course (LMS #33543) Contact Information Instructors: Jim Hocking Office: M-TEC Room 104 Office Hours: Available upon request Internet

More information

Microsoft Office Training Public Class Schedules Year 2019

Microsoft Office Training Public Class Schedules Year 2019 Microsoft Office Training Public Class Schedules Year View Class Schedules by Categories Below 1. Microsoft Word 2. Microsoft Excel 3. Microsoft PowerPoint 4. Microsoft Access Outlook Visio 5. Other Microsoft

More information

CS 350 COMPUTER/HUMAN INTERACTION

CS 350 COMPUTER/HUMAN INTERACTION CS 350 COMPUTER/HUMAN INTERACTION Lecture 19 Includes selected slides from the companion website for Hartson & Pyla, The UX Book, 2012. MKP, All rights reserved. Used with permission. Notes Reminder: C#

More information

Chapter 1. Chapter 2. viii. Understanding the PowerPoint Work Area...1. Getting Started...4. PowerPoint Versions...6. The PowerPoint Work Area...

Chapter 1. Chapter 2. viii. Understanding the PowerPoint Work Area...1. Getting Started...4. PowerPoint Versions...6. The PowerPoint Work Area... Table Chapter 1 Understanding the PowerPoint Work Area...1 Getting Started...4 PowerPoint Versions...6 The PowerPoint Work Area...8 Chapter 2 Working with Text on Slides...17 What Is a Slide Show?...20

More information

09/06: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Fall 2017

09/06: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Fall 2017 09/06: Project Plan The Capstone Experience Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Fall 2017 From Students to Professionals Project Plan Functional Specifications

More information

Integrating Educational Technology into Teaching (4 th Edition) Microsoft PowerPoint Tutorial for Chapter 9 TIE-into Practice Exercises

Integrating Educational Technology into Teaching (4 th Edition) Microsoft PowerPoint Tutorial for Chapter 9 TIE-into Practice Exercises Integrating Educational Technology into Teaching (4 th Edition) M. D. Roblyer University of Maryland University College Microsoft PowerPoint Tutorial for Chapter 9 TIE-into Practice Exercises Created by

More information

Welcome to Python! If you re the type of person who wants to know

Welcome to Python! If you re the type of person who wants to know In This Chapter The history of Python What people use Python for Chapter 1 Introducing Python Useful concepts for Python programming Welcome to Python! If you re the type of person who wants to know what

More information

Assignment 5 Code Peer Reviews Due: Thursday, 3/07/19, 11:59pm Assignment 5 Back Evaluations: Sunday, 3/10/19, 11:59pm

Assignment 5 Code Peer Reviews Due: Thursday, 3/07/19, 11:59pm Assignment 5 Back Evaluations: Sunday, 3/10/19, 11:59pm Assignment 5 Code Peer Reviews Due: Thursday, 3/07/19, 11:59pm Assignment 5 Back Evaluations: Sunday, 3/10/19, 11:59pm Go to Peerceptiv and complete your 3 peer reviews by Thursday at midnight. After Thursday

More information

the rules The Goal Get all three of your monkeys around the board and into the Banana Grove before anyone else can!

the rules The Goal Get all three of your monkeys around the board and into the Banana Grove before anyone else can! the rules Equipment Code Monkey Island Gameboard, 12 monkey figurines (three of each color), 54 Guide cards, 16 Fruit cards, 10 Boost in a Bottle cards. The Goal Get all three of your monkeys around the

More information

Intelligent Recipe Publisher - Delicious

Intelligent Recipe Publisher - Delicious Intelligent Recipe Publisher - Delicious Minor Project IBM Career Education Disclaimer This Software Requirements Specification document is a guideline. The document details all the high level requirements.

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

Agenda. Introduction Power Of Visuals Introduction to Visio

Agenda. Introduction Power Of Visuals Introduction to Visio Agenda Introduction Power Of Visuals Introduction to Visio Using PBI and Visio for Monitoring Integrated Monitoring with Visio and Power BI aka Unified Dashboard How to create Unified Dashboards end-to-end

More information

Starting PowerPoint 2007

Starting PowerPoint 2007 Creating a PowerPoint 2007 Presentation Starting PowerPoint 2007 Double click quickly on the PowerPoint 2007 icon on the Windows desktop (see image on right), or click the Start button in the lower left

More information

Creating a PowerPoint Presentation

Creating a PowerPoint Presentation powerpoint 1 Creating a PowerPoint Presentation Getting Started 1. Open PowerPoint from the "Start" "Programs" Microsoft Office directory. 2. When starting PowerPoint, it usually starts with a new blank

More information

SIMPLE I/O WITH PYTHON

SIMPLE I/O WITH PYTHON SIMPLE I/O WITH PYTHON José M. Garrido Department of Computer Science May 2015 College of Computing and Software Engineering Kennesaw State University c 2015, J. M. Garrido Simple I/O with Python 2 Simple

More information

Computer Concepts Module 3. Computer Software

Computer Concepts Module 3. Computer Software Computer Concepts Module 3 Computer Software 1 Learning Objectives (Slide 1 of 2) List and describe computer software categories Explain copyright law and define the different software licenses Explain

More information

Introducing Impress. the Presentation Manager from OpenOffice.org. Introducing Impress. Presented by Charlie Mead

Introducing Impress. the Presentation Manager from OpenOffice.org. Introducing Impress. Presented by Charlie Mead the Presentation Manager from OpenOffice.org Presented by Charlie Mead What is Impress? Part of the OpenOffice application suite Backed by Sun Microsystems Use it to build presentations, slide shows and

More information

Introduction to Multimedia. MMP100 Spring 2017 thiserichagan.com/mmp100

Introduction to Multimedia. MMP100 Spring 2017 thiserichagan.com/mmp100 Introduction to Multimedia MMP100 Spring 2017 profehagan@gmail.com thiserichagan.com/mmp100 Troubleshooting Check your tags! Do you have a start AND end tags? Does everything match? Check your syntax!

More information

Project 8H Service Learning

Project 8H Service Learning Apply a combination of the Content-Based Assessments GO! Fix It Project 8H Service Learning For Project 8H, you will need the following files: p08h_service_learning.pptx p08h_sl_involvement.docx Lastname_Firstname_8H_Service_Learning.pptx

More information

keep a ``platelist'' of recipes you like, like a music playlist of songs plan your meals for the week from that list

keep a ``platelist'' of recipes you like, like a music playlist of songs plan your meals for the week from that list R. When trying to cook, people encounter many small obstacles: they have to buy groceries, they have to plan their meals in advance, they have to find recipes. Platelist lets you: keep a ``platelist''

More information

Software Design The Journey of an Idea to Invention

Software Design The Journey of an Idea to Invention Software Design The Journey of an Idea to Invention (Week One) The George Washington University Department of Computer Science CSCI 4243: Senior Design Learn By Doing Develop a system through which consumers

More information

National Certificate in Hospitality (Introductory Cookery) (Level 2)

National Certificate in Hospitality (Introductory Cookery) (Level 2) NZQF NQ Ref 0552 Version 6 Page 1 of 7 National Certificate in Hospitality (Introductory Cookery) (Level 2) Level 2 Credits 45 This qualification has been reviewed. The last date to meet the requirements

More information

Project activity sheet 3

Project activity sheet 3 1 Macmillan English Project activity sheet 3 Project: Food bar chart Units 13 18 Learning outcomes By the end of the project, children will have: practised language from Units 13 18 through a group project

More information

PowerPoint 2010 Quick Start

PowerPoint 2010 Quick Start PowerPoint is a slide show presentation program. Use a slide show to convey your message to an audience. PowerPoint can be used for education, employee orientation, business promotion, team motivation,

More information

EDHD Assessment of Technology Competencies EDTL minute Timed Assessment

EDHD Assessment of Technology Competencies EDTL minute Timed Assessment EDHD assessment of Technology Competencies 1 EDHD Assessment of Technology Competencies EDTL 2300 50-minute Timed Assessment This assessment is performance-based in that you will use technology to create

More information

Poster Preparation Guidelines

Poster Preparation Guidelines Initial Preparation Poster Preparation Guidelines University of Oklahoma College of Dentistry Courtesy of the AADR-Oklahoma Section and the Student Research Group-Oklahoma Chapter Check instructions for

More information

Additional information >>> HERE <<<

Additional information >>> HERE <<< cabinet cad drawing software; spider diagram software free download; online drawing tool free download; cisco network diagram for mac; 3d network diagram download Additional information >>> HERE

More information

Office 2007 Overview

Office 2007 Overview Kent School District Office 2007 Overview Office Button Quick Access Toolbar The Ribbon and Tabs Mini Toolbar Other Office Applications Resources 1 P a g e Created by G. Kinkade, CTE; adapted by G. Whiteman,

More information

Create and Share Compelling Documents with Word 2010

Create and Share Compelling Documents with Word 2010 CHAPTER 4 Create and Share Compelling Documents with Word 2010 Use Language Tools, and Translate on the Fly The last bullet should be Choose Translation Language Start with the last item first if this

More information

CLICK (Complete Learning In Computer Knowledge)

CLICK (Complete Learning In Computer Knowledge) CLICK (Complete Learning In Computer Knowledge) Microsoft Office 2016 Level 2 Course Overview: The CLICK Level 2 course is intended for students who want to learn the advanced tools and features of Windows

More information

Using Chalk and Wire to Create an Electronic Portfolio

Using Chalk and Wire to Create an Electronic Portfolio Using Chalk and Wire to Create an Electronic Portfolio 1. The purpose of electronic portfolios at SPU 2. How to set up an electronic portfolio 3. How to add an artifact to your electronic portfolio and

More information

Algorithms and Flowcharts

Algorithms and Flowcharts UNIT 2 Chapter 1 Algorithms and Flowcharts After studying this lesson, the students will be able to understand the need of Algorithm and Flowcharts; solve problems by using algorithms and flowcharts; get

More information

Introduction Jan. 22, Ch 1

Introduction Jan. 22, Ch 1 Introduction Jan. 22, Ch 1 Object Oriented Main focus is on objects and how they interact (represented by me as boxes) Reusable groups of actions (verbs) between objects are called functions (squiggly

More information

Two figures that have the exact same shape, but not necessarily the exact same size, are called similar

Two figures that have the exact same shape, but not necessarily the exact same size, are called similar Similar and Congruent Figures Lesson 2.3 Two figures that have the exact same shape, but not necessarily the exact same size, are called similar figures. The parts of similar figures that match are called

More information

Power Point 2004 in 10 Steps! Rev. 4/9/06: Steven Chevalia, SHS Charlene Chausis, Adlai E. Stevenson HS. Page 5

Power Point 2004 in 10 Steps! Rev. 4/9/06: Steven Chevalia, SHS Charlene Chausis, Adlai E. Stevenson HS. Page 5 PowerPoint 2004 in 10 steps! Used extensively in the business world, slide show presentations are becoming popular learning tools in the classroom. Teachers and students appreciate the easy-to-use layout

More information

COMPUTER SOFTWARE RAYMOND ROSE

COMPUTER SOFTWARE RAYMOND ROSE COMPUTER SOFTWARE RAYMOND ROSE LEARNING OUTCOMES 2 WHAT IS SOFTWARE? Software - is a collection of computer programs and related data that provides the instructions for telling a computer what to do and

More information

Atrium and National Meal Programs

Atrium and National Meal Programs A Division of Atrium is one of the leading national suppliers for stock and custom food service packaging for school systems throughout the United States. We provide the widest variety of products specifically

More information

SharePoint 2013 Business Intelligence

SharePoint 2013 Business Intelligence SharePoint 2013 Business Intelligence 55158; 3 Days; Instructor-led Course Description This course covers the services and features in SharePoint that offer support for Business Intelligence scenarios.

More information

Session 2b: structured specifications Purpose and criteria Structured specification components Introduction to dataflow diagrams

Session 2b: structured specifications Purpose and criteria Structured specification components Introduction to dataflow diagrams Session 2b: structured specifications Purpose and criteria Structured specification components Introduction to dataflow diagrams COMP 320 / 420, Spring, 2018 Conrad Weisert Criteria for the ESD (from session

More information

Step by Step: Scientific Poster Making Using PowerPoint 2010

Step by Step: Scientific Poster Making Using PowerPoint 2010 Step by Step: Scientific Poster Making Using PowerPoint 2010 Nursing Research Office 1161 21 st Avenue South S-2413 MCN Nashville, TN 37232-2424 Telephone: 615.343.2992 www.vanderbiltnursingebp.com Table

More information

CostTracker Direct User Reference Manual Data Control Technology

CostTracker Direct User Reference Manual Data Control Technology CostTracker Direct User Reference Manual 2012 2 1 CostTracker Direct Introduction The CostTracker Direct Module for MealTracker was developed to provide a total cost analysis for today's demanding long-term

More information

(A Book on Computer Education)

(A Book on Computer Education) (A Book on Computer Education) (Class-IV) Publication Division D.A.V. COLLEGE MANAGING COMMITTEE Arya Samaj Building, UP Block, Pitampura, Delhi-110034 S.NO. TOPIC PAGE NO. 1. Working of Computer System

More information

WinZip for Android User Guide

WinZip for Android User Guide WinZip for Android User Guide WinZip for Android is available from Google Play and Amazon as a free version with a limited feature set. It can be converted to the full version by an in-app purchase. WinZip

More information

Lecture 16. Will spend Thursday setting up group projects No exams. 10% added to in-class/homework. 10% added to final group project.

Lecture 16. Will spend Thursday setting up group projects No exams. 10% added to in-class/homework. 10% added to final group project. Lecture 16 Will spend Thursday setting up group projects No exams. 10% added to in-class/homework. 10% added to final group project. 1 Outline Chapter 9 Design iterations Intermediate design Detailed design

More information

Getting Started with Microsoft Excel 2013

Getting Started with Microsoft Excel 2013 2015 Bow Valley College 1 Microsoft Excel Vocabulary Getting Started with Microsoft Excel 2013 Column: A grouping of information or data organized from top to bottom. In Excel columns are named with letters

More information

October 2006 Electronic Technology News Gazette Volume 7 Issue 10

October 2006 Electronic Technology News Gazette Volume 7 Issue 10 October 2006 Electronic Technology News Gazette Volume 7 Issue 10 A printable version is available at the following address: http://www.uky.edu/agriculture/animalsciences/news/gazette/october2006gazette.pdf

More information

Link: Method

Link:   Method CPS BY Rainie Week 1 Observation Link: https://www.youtube.com/watch?v=dcoapkkmz9w Method I will spend 30minutes exploring walk,selectively captuning detailed vedio recordings on my phone as I go. I will

More information

Microsoft Office PowerPoint 2016: Part 1. Course Overview

Microsoft Office PowerPoint 2016: Part 1. Course Overview Microsoft Office PowerPoint 2016: Part 1 Course Overview This course will introduce students to Microsoft PowerPoint 2016, as well as teach them how to develop a PowerPoint presentation, perform advanced

More information

Integrating Word, Excel, Access, and PowerPoint

Integrating Word, Excel, Access, and PowerPoint Integrating Word, Excel, Access, and PowerPoint Microsoft Office 2013 Session 1: Integrating Word and Excel Objectives: Embed an Excel chart in a Word document Edit an Excel chart in a Word document Link

More information

Pastry Shapes. R AviCO. A Belgian Tradition. -

Pastry Shapes. R AviCO. A Belgian Tradition. - Pastry Shapes R AviCO A Belgian Tradition folder@ravico.com - www.ravico.com Ravico s One bite & finger food 01. Crusty Zakouskis 02. Mini Bouchees R862 Barquette (75 x 35 x 15 mm) 2x75pcs, 4x75pcs, 500pcs.

More information

(1) Introduction to Databases:

(1) Introduction to Databases: (1) Introduction to Databases: A database is a collection of information organized so that a computer program can quickly retrieve desired pieces of data. A field is a single piece of information; a record

More information

Office 365. Getting Started. University Information Technology Services. Learning Technologies, Training, & Audio Visual Outreach

Office 365. Getting Started. University Information Technology Services. Learning Technologies, Training, & Audio Visual Outreach Office 365 Getting Started University Information Technology Services Learning Technologies, Training, & Audio Visual Outreach Copyright 2017 KSU Division of University Information Technology Services

More information

clicker question Comments Using comments Topic 3 static Methods and Structured Programming

clicker question Comments Using comments Topic 3 static Methods and Structured Programming Topic 3 static Methods and Structured Programming "The cleaner and nicer the program, the faster it's going to run. And if it doesn't, it'll be easy to make it fast." -Joshua Bloch clicker question What

More information

Chart For Dummies Excel 2010 Title From Cell And Text

Chart For Dummies Excel 2010 Title From Cell And Text Chart For Dummies Excel 2010 Title From Cell And Text Inserting a chart to show the data vividly is usually used in Excel, and giving the chart a Here this tutorial will tell you the method to link a cell

More information

Chapter 5. Inserting Objects. Highlights

Chapter 5. Inserting Objects. Highlights Chapter 5 Inserting Objects Highlights 5. Inserting AutoShapes, WordArts and ClipArts 5. Changing Object Position, Size and Colour 5. Drawing Lines 5.4 Inserting Pictures and Text Boxes 5.5 Inserting Movies

More information

Syllabus. CSC 103 Computing Sciences Portal

Syllabus. CSC 103 Computing Sciences Portal General Information Syllabus CSC 103 Computing Sciences Portal Date June 28th, 2018 Author April Devaux Department Computing Sciences Course Prefix CSC Course Number 103 Course Title Computing Sciences

More information

GO WITH MICROSOFT OFFICE ACCESS 2003 COMPREHENSIVE WITH CDROM

GO WITH MICROSOFT OFFICE ACCESS 2003 COMPREHENSIVE WITH CDROM page 1 / 5 page 2 / 5 go with microsoft office pdf 2007 Microsoft Office Add-in: Microsoft Save as PDF or XPS. This download allows you to export and save to the PDF and XPS formats in eight 2007 Microsoft

More information

Introduction to PowerPoint 2013

Introduction to PowerPoint 2013 Viewing a Presentation Introduction to PowerPoint 2013 When you create a Blank Presentation in PowerPoint, the workspace opens in Normal view. Normal view is divided into three areas: 1. Slide Pane - shows

More information

The World's Leading Software for Label, Barcode, RFID & Card Printing. EU Food Allergen Labeling

The World's Leading Software for Label, Barcode, RFID & Card Printing. EU Food Allergen Labeling The World's Leading Software for Label, Barcode, RFID & Card Printing EU Food Allergen Labeling Printing labels that comply with EU Regulation N 1169/2011 Contents Overview 3 Steps to Implement EU Allergen-Compliant

More information

Year 8. Revision Exercise April Computer Science CARDINAL NEWMAN CATHOLIC SCHOOL. Student Name : Subject Teacher : Tutor Group:

Year 8. Revision Exercise April Computer Science CARDINAL NEWMAN CATHOLIC SCHOOL. Student Name : Subject Teacher : Tutor Group: CARDINAL NEWMAN CATHOLIC SCHOOL Computer Science Year 8 Revision Exercise April 2017 Student Name : Subject Teacher : Tutor Group: Page 1 of 17 Section A: File Management 1. Develop some materials to advise

More information