Information Technology Fundamentals (ITF) Mr. Shultz.

Slides:



Advertisements
Similar presentations
Introduction to Video Game Programming (VGP) Mr. Shultz.
Advertisements

Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
Information Technology Fundamentals (ITF) Mr. Shultz.
Lecture Access – VBA. What’s BASIC? Beginners All-Purpose Symbolic Instruction Code – BASIC Event driven Designed in 1964 Dartmouth –For non-computer.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Chapter 1: Introduction To Computer | SCP1103 Programming Technique C | Jumail, FSKSM, UTM, 2005 | Last Updated: July 2005 Slide 1 Introduction To Computers.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Programming Languages CPS120: Introduction to Computer Science Lecture 5.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Today’s Objective(s) and Bell-Ringer Bell-Ringer Assignment 1.No Bell-Ringer today 2.Complete Alice Introduction Guided Notes Objective Using Alice, TSW.
COMPUTER PROGRAMMING Source: Computing Concepts (the I-series) by Haag, Cummings, and Rhea, McGraw-Hill/Irwin, 2002.
Introduction to Computers
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Software Basics. Some Pioneers Charles Babbage Analytical Engine Countess Ada Lovelace First Programmer ? John Von Neumann storing instructions in memory.
Introduction to Video Game Programming (VGP) Mr. Shultz.
ENGT 1050 Computers for Engineering Technology Professor Dan Solarek.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
ECE Lecture 1 1 L8:Flowcharting a program Department of Electrical and Computer Engineering The Ohio State University ECE 2560.
Information Technology Fundamentals (ITF) Mr. Shultz.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Review for test! Alice Chapter 1&2 Test is tomorrow! - March 26 th March 25th.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Information Technology Fundamentals (ITF) Mr. Shultz.
Using Alice.  Alice is visual  Alice is object-oriented (some might say object- based)  Alice eliminates the need to debug syntax errors  Alice introduces.
PROGRAMMING FUNDAMENTALS INTRODUCTION TO PROGRAMMING. Computer Programming Concepts. Flowchart. Structured Programming Design. Implementation Documentation.
UNDERSTANDING COMPUTERS From the Beginning: History of the Computer.
FIGURES FOR CHAPTER 1 GETTING STARTED
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Walking for Water Lesson 2.
Visuals for Class 5 ChE 310 NFR.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Walking for Water Lesson 2.
Scratch Programming Lesson 7 Debugging.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Introduction to Computers
Presentation transcript:

Information Technology Fundamentals (ITF) Mr. Shultz

Today’s Objective(s) and Bell-Ringer Bell-Ringer 1.What three innovations did Ada Augusta King add to the pamphlet on the Analytical Engine? 2.What was the first “computer bug” found by Grace Hopper? How did it die? 3.What does BASIC stand for? Objective Using Alice, TSW correctly identify the components of a simple computer program with no errors. (BUS )

Bell-Ringer 1. What three innovations did Ada Augusta King add to the pamphlet on the Analytical Engine? Subroutine Looping Conditional jump In 1842!!!

Bell-Ringer 2. What was the first “computer bug” found by Grace Hopper? How did it die? A moth that had been beaten to death in the jaws of a relay

Bell-Ringer 3. What does BASIC stand for? Beginners All-Purpose Symbolic Instruction Code

New Class Work Complete Alice Lesson 1 and worksheet – Includes Alice Tutorial 1 and Tutorial 2

You have two Alice icons on your desktop – Click on the one that says “Alice” – Do NOT click on the “SlowAndSt…”

Class Work Keep working on lessons and worksheets IN ORDER: Algorithm Flowcharting Visual Basic Flowcharting 2 Visual Basic 2 When done with Visual Basic 2: Complete Programming History worksheet Complete Programming Languages worksheet

Information Technology Fundamentals (ITF)