VISUAL BASIC - PowerPoint PPT Presentation

1 / 3
About This Presentation
Title:

VISUAL BASIC

Description:

Title: Chapter 2 Author: Steven Freund Last modified by: Huron High School Created Date: 6/20/2002 8:55:21 PM Document presentation format: On-screen Show – PowerPoint PPT presentation

Number of Views:23
Avg rating:3.0/5.0
Slides: 4
Provided by: Steven833
Category:

less

Transcript and Presenter's Notes

Title: VISUAL BASIC


1
VISUAL BASIC CHAPTER ONE NOTESAn Introduction
to Visual Basic .NET and Program Design
  • INTRODUCTION
  • A ___________________________________ is a
    step-by-step series of instructions.
  • ____________________________________________ is
    the process of writing these instructions.
  • ____________________________________, or
    ___________________________________________,
    design and write programs.
  • An __________________________________ is a
    collection of one or more programs.
  • __________________________________________________
    ___ is the process of writing applications.
  • WHAT IS MICROSOFT VISUAL BASIC .NET?
  • ____________________________ is a programming
    environment that allows you to build programs for
    the Windows operating system or any system that
    supports Microsofts .NET architecture
  • VB.NET is based on the ___________________________
    _________________________________.
  • Evolved from BASIC (Beginners All-purpose
    Symbolic Instruction Code
  • PROGRAMMING AND APPLICATION DEVELOPMENT
  • _________________________________
  • _________________________________ -- This is
    how a computer processes information and it
    consists of four basic steps
  • __________________________________________________
    _________
  • __________________________________________________
    _________
  • __________________________________________________
    _________
  • __________________________________________________
    _________

2
VISUAL BASIC CHAPTER ONE NOTESAn Introduction
to Visual Basic .NET and Program Design
  • Phase 2 _____________________________________
  • Develop a logical model that illustrates the
    sequence of steps you will take to solve the
    problem
  • __________________________ are smaller pieces of
    a program
  • _________________________ illustrates the
    attributes and methods of an object
  • ______________________ -- values that determine,
    for example, the appearance of an object.
  • ______________________ -- instructions the object
    uses to generate output or perform actions.
  • ___________________________ graphically represent
    the logic used to develop an algorithm
  • _____________________________, included in
    flowcharts, allow the programmer to specify the
    code that will execute only if a condition is met
  • _____________________________ expresses the
    step-by-step instructions using keywords and
    depicts logical groupings or structures using
    indentation
  • Phase 3 ______________________________________
  • Validate, or check, the program design
  • Step through the solution with test data
  • Compare the program design with the original
    requirements
  • Phase 4 ______________________________________
  • Write the code that translates the design into a
    program
  • Create the user interface
  • Create comments, or notes, within the code that
    explains the purpose of the code

3
VISUAL BASIC CHAPTER ONE NOTESAn Introduction
to Visual Basic .NET and Program Design
  • Flowcharting 101

SHAPE
DEFINITION
Write a Comment
User Comments (0)
About PowerShow.com