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

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.
Modules, Hierarchy Charts, and Documentation
Microsoft Visual Basic 2010: Reloaded Fourth Edition Chapter Eight Sub and Function Procedures.
An Introduction to Programming and Object Oriented Design using Java 2 nd Edition. May 2004 Jaime Niño Frederick Hosch Chapter 0 : Introduction to Object.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 14 Programming and Languages.
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senn’s Information Technology, 3 rd Edition Chapter 11 Creating Enterprise.
Fundamentals of Information Systems, Second Edition
An Introduction to Programming with C++ Fifth Edition Chapter 1 An Introduction to Programming.
Programming and Languages Chapter Competencies (Page 1 of 2) Describe the six steps of programming Discuss design tools including top-down design,
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved CHAPTER PROGRAMMING AND LANGUAGES.
1414 CHAPTER PROGRAMMING AND LANGUAGES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Describe the six steps of programming.
IT Job Roles Task 20. Software Engineer Job Description Software engineers are responsible for creating and maintaining software of various different.
Chapter 6– Artifacts of the process
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
Lesson 1 Week01.
Invitation to Computer Science 5 th Edition Chapter 9 Introduction to High-Level Language Programming.
Microsoft Visual Basic 2005: Reloaded Second Edition
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Dahnish Hussain Assignment 1 Information and Creative Technology.
CHAPTER ONE Problem Solving and the Object- Oriented Paradigm.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition.
Chapter 3: Completing the Problem- Solving Process and Getting Started with C++ Introduction to Programming with C++ Fourth Edition.
An Introduction to Programming with C++ Sixth Edition
1 Nassau Community CollegeProf. Vincent Costa Acknowledgements: An Introduction to Programming Using Visual Basic 2012, All Rights ReservedAn Introduction.
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.
1 Introduction to Information Systems Essentials for the Internetworked E-Business Enterprise C h a p t e r Computer Software 1.
Computing Essentials 2014 Programming and Languages © 2014 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not.
Chapter 1 Ethical Hacking Overview. Objectives After reading this chapter and completing the exercises, you will be able to: Describe the role of an ethical.
CHAPTER ONE Problem Solving and the Object- Oriented Paradigm.
Chapter 3 Software. Learning Objectives Upon successful completion of this chapter, you will be able to: Define the term software Describe the two primary.
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.
Chapter 1: An Introduction to Control Structures Introduction to Programming with C++ Fourth Edition.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Programming and Languages
Application Programmer Done by:Nickietha Phinn option 10(5)
1.
Connecting with Computer Science2 Objectives Learn how software engineering is used to create applications Learn some of the different software engineering.
Engineering and Related STEM Careers BY MITCHELL PARTLOW.
Computer Software Developer. Description of Duties Software developers are the minds behind computer programs Develop applications that do specific tasks.
MARE 103 MOP Proposal Lecture.
Chapter 14 Programming and Languages McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
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.
IT Job Roles. ICT Technician An ICT technician is a person who works in an IT based environment and their job is to fix any computer that is not functioning.
Lecture Exam 1 Study Guide Albert Kalim. Chapter 1: Computer Basics 1. Explain why it’s essential to learn about computers today. 2. Discuss several ways.
PROGRAMMING. Computer Programs  A series of instructions to the computer  pre-written/packaged/off-the-shelf, or  custom made  There are 6 steps to.
Program Design. Simple Program Design, Fourth Edition Chapter 1 2 Objectives In this chapter you will be able to: Describe the steps in the program development.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 1 An Introduction to Visual Basic.NET and Program Design.
My career compass to becoming a video game DEVELOPER
ICS 3UI - Introduction to Computer Science
Algorithm and Ambiguity
An Introduction to Visual Basic .NET and Program Design
Assembler, Compiler, Interpreter
VISUAL BASIC – CHAPTER ONE NOTES An Introduction to Visual Basic
CSC128 FUNDAMENTALS OF COMPUTER PROBLEM SOLVING
Chapter 1 (pages 4-9); Overview of SDLC
CIS16 Application Development – Programming with Visual Basic
Chapter 0 : Introduction to Object Oriented Design
Chapter 1 Introduction(1.1)
PROGRAMMING AND LANGUAGES
Assembler, Compiler, Interpreter
System Analysis and Design
System Analysis and Design
An Introduction to Programming with C++ Fifth Edition
The Software Development Cycle
Chapter 3 Software.
Presentation transcript:

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 Microsoft Visual Basic 2010: Reloaded, Fourth Edition2

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 Edition3

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 Edition4

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 Edition5

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 Edition6

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 Edition7