About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.

Slides:



Advertisements
Similar presentations
Chapter 3: Modules, Hierarchy Charts, and Documentation
Advertisements

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.
Coding and Debugging. Requirements and Specification Recall the four steps of problem solving: Orient, Plan, Execute, Test Before you start the implementation.
Lecture 1: Overview of Computers & Programming
Microsoft Visual Basic 2010: Reloaded Fourth Edition Chapter Eight Sub and Function Procedures.
Visual Basic 2010 How to Program. © by Pearson Education, Inc. All Rights Reserved.2.
Visual Basic 2010 How to Program Reference: Instructor: Maysoon Bin Duwais slides Visual Basic 2010 how to program by Deitel © by Pearson Education,
Modules, Hierarchy Charts, and Documentation
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
1 Introduction to OBIEE: Learning to Access, Navigate, and Find Data in the SWIFT Data Warehouse Lesson 5: Navigation in OBIEE – Touring the Catalog Page.
An Introduction to Programming with C++ Fifth Edition Chapter 1 An Introduction to Programming.
Chapter 1 Program Design
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
1 An Introduction to Visual Basic Objectives Explain the history of programming languages Define the terminology used in object-oriented programming.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
A First Program Using C#
Created by NW 2012 – please note all copyright on images used is property of copyright holder. Note: some of the more complicated descriptions are taken.
Computer Concepts 7th Edition Parsons/Oja Chapter 3 Computer Software Section A: Software Basics.
Microsoft Visual Basic 2005: Reloaded Second Edition
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
IE 411/511: Visual Programming for Industrial Applications
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved. 1 2 Welcome Application Introducing the Visual Basic 2008 Express Edition IDE.
An Introduction to Programming with C++ Sixth Edition
Microsoft Visual Basic 2010: Reloaded Fourth Edition Chapter Twelve Access Databases and LINQ.
Lesson 1 What is Camtasia?. Lesson 2 Editing Objectives After completing the lesson, the student will be able to: Edit a basic recording Camtasia file.
1 Nassau Community CollegeProf. Vincent Costa Acknowledgements: An Introduction to Programming Using Visual Basic 2012, All Rights ReservedAn Introduction.
Microsoft Visual Basic 2010: Reloaded Fourth Edition Chapter Seven More on the Repetition Structure.
Integrated Development Environment (IDE)
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.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Microsoft Visual Basic 2012 CHAPTER THREE Program Design and Coding.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
User Support Chapter 8. Overview Assumption/IDEALLY: If a system is properly design, it should be completely of ease to use, thus user will require little.
INTRODUCTION TO USER DOCUMENTATION Function and purpose Production specifications Evaluate the effectiveness.
Chapter 11 An Introduction to Visual Basic 2005 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Microsoft Visual Basic 2010: Reloaded Fourth Edition Overview An Introduction to Programming.
1.
COMPUTER SOFTWARE FORM 1. Learning Area Introduction to computer software Operating System (OS) Application Software Word Processing Software Presentation.
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
Overview.ppt Overview-An Overview of Visual Basic.NET An Overview of Visual Basic.NET.
How Are Computers Programmed? CPS120: Introduction to Computer Science Lecture 5.
Microsoft Visual Basic 2008: Reloaded Third Edition Chapter One An Introduction to Visual Basic 2008.
Chapter 3 I Need a Tour Guide (Introduction to Visual Basic 2010) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Chapter 27 Getting “Web-ified” (Web Applications) Clearly Visual Basic: Programming with Visual Basic nd Edition.
1 Place Your Photo AND Logo on Your Home Page Website Manager Tutorials.
Programming. In your own words, explain what an algorithm is, and give an example of how people use algorithms every day.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Microsoft Visual C# 2010 Fourth Edition Chapter 3 Using GUI Objects and the Visual Studio IDE.
Microsoft Visual Basic 2012: Reloaded Fifth Edition Chapter One An Introduction to Visual Basic 2012.
CHAPTER 3 COMPLETING THE PROBLEM- SOLVING PROCESS AND GETTING STARTED WITH C++ An Introduction to Programming with C++ Fifth Edition.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 1 An Introduction to Visual Basic.NET and Program Design.
Chapter 4: Do-It-Yourself Designing (Designing Interfaces)
Dive Into® Visual Basic 2010 Express
Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012)
Chapter 1: An Introduction to Visual Basic 2015
Computer Software: Programming
Introduction to Visual Basic 2008 Programming
Chapter 1 - An Introduction to Computers and Problem Solving
An Introduction to Computers and Visual Basic
An Introduction to Visual Basic .NET and Program Design
Chapter 2 – Introduction to the Visual Studio .NET IDE
CIS16 Application Development – Programming with Visual Basic
An Introduction to Computers and Visual Basic
Programming with Microsoft Visual Basic 2008 Fourth Edition
Presentation transcript:

About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations to fit your class needs. Some figures from the chapters are included. A complete set of images from the book can be found on the Instructor Resources disc.

Microsoft Visual Basic 2010: Reloaded Fourth Edition Overview An Introduction to Programming

Objectives After studying this overview, you should be able to: Define the terminology used in programming Explain the tasks performed by a programmer Describe the qualities of a good programmer Understand the employment opportunities for programmers and software engineers Understand how to use the chapters effectively Run a Visual Basic 2010 application Microsoft Visual Basic 2010: Reloaded, Fourth Edition3

Programming a Computer Programming: giving a mechanism the directions to accomplish a task Programs: directions given to computers Programmers: people who write programs Programming languages: used to communicate with the computer This textbook uses the Visual Basic programming language Microsoft Visual Basic 2010: Reloaded, Fourth Edition4

The Programmer’s Job Typical tasks performed by a programmer include: –Meet with users to determine the exact problem and to agree on the desired solution –Plan an appropriate solution and convert the solution to instructions that the computer can follow –Meet with users to determine whether the program fulfills the users’ needs –Rigorously test the program with sample data before releasing it to the user –Provide the user with a manual that explains how to use the program Microsoft Visual Basic 2010: Reloaded, Fourth Edition5

Do I Have What It Takes to Be a Programmer? Programmers should be able to: –Think logically and pay attention to detail –Be patient and persistent and able to work under pressure –Be creative in designing solutions and testing them –Work in teams and interact directly with users and other nontechnical personnel Microsoft Visual Basic 2010: Reloaded, Fourth Edition6

Employment Opportunities Job titles and descriptions vary Computer software engineers: typically are responsible for designing an appropriate solution to a problem Computer programmers: responsible for converting the solution into a language that the computer can understand Both are employed in almost every industry Coding: the process of translating the solution into a programming language Microsoft Visual Basic 2010: Reloaded, Fourth Edition7

Using the Chapters Effectively Each chapter focuses on programming concepts –Simple examples are first introduced –Larger applications appear at the end of each chapter Two Programming Tutorials follow each concepts section –These guide you through the process of creating an application using the concepts in the chapter A Programming Example contains a completed application Microsoft Visual Basic 2010: Reloaded, Fourth Edition8

Using the Chapters Effectively (cont’d.) To run a sample application: –Press and hold the Windows logo key and tap the letter r, then release the logo key –Click the Browse button to locate the VbReloaded2010\Overview folder –Select the filename –Click OK Microsoft Visual Basic 2010: Reloaded, Fourth Edition9

Using the Chapters Effectively (cont’d.) Microsoft Visual Basic 2010: Reloaded, Fourth Edition10 Figure 0-1: Tic-Tac-Toe application

Using the Chapters Effectively (cont’d.) Each chapter contains How To boxes Some contain steps that show you how to accomplish a task –These How To boxes are intended to provide a quick reference to use when working on programs Other How To boxes contain information pertaining to a Visual Basic instruction, such as syntax and examples –Study these as you are reading the chapter Microsoft Visual Basic 2010: Reloaded, Fourth Edition11

Using the Chapters Effectively (cont’d.) Microsoft Visual Basic 2010: Reloaded, Fourth Edition12 Figure 0-3: How to start Visual Studio 2010 or Visual Basic 2010 Express Edition

Microsoft Visual Basic 2010: Reloaded, Fourth Edition13 Figure 0-4: How to declare a variable

Using the Chapters Effectively (cont’d.) This book contains elements designed for each of the learning styles Videos for visual and auditory learners demonstrate and explain concepts Try It! Files for kinesthetic learners allow the learner to practice with a concept before moving on to the next concept Microsoft Visual Basic 2010: Reloaded, Fourth Edition14

Summary Programs: step-by-step instructions that tell a computer how to perform a task Programmers use various programming languages to communicate with the computer Programmers usually meet with users several times to determine the exact problem to be solved and to agree on a solution Programmers must rigorously test a program with sample data before releasing it to the user Microsoft Visual Basic 2010: Reloaded, Fourth Edition15

Summary (continued) All business people should know at least a little about the programming process The same person may perform the duties of both a software engineer and a programmer Microsoft Visual Basic 2010: Reloaded, Fourth Edition16