Computer Software: Programming

Slides:



Advertisements
Similar presentations
What Was I Thinking??. Key Terms 1. Control 1. Control 2. Design Mode 2. Design Mode 3. Event 3. Event 4. Form 4. Form 5. Interface 5. Interface 6. Properties.
Advertisements

CS0004: Introduction to Programming Visual Studio 2010 and Controls.
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.
© by Pearson Education, Inc. All Rights Reserved.
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,
CA 121 Intro to Programming Tariq Aziz and Kevin Jones GUI Programming in Visual Studio.NET Chapter 1 Tariq Aziz and Kevin Jones.
Compunet Corporation Programming with Visual Basic.NET GUI Week # 11 Tariq Ibn Aziz.
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Visual Basic 2008 Express Edition The IDE. Visual Basic 2008 Express The Start Page Recent Projects Open an existing project Create a New Project.
Lab 8 – C# Programming Adding two numbers CSCI 6303 – Principles of I.T. Dr. Abraham Fall 2012.
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
IE 411/511: Visual Programming for Industrial Applications
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.
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
Visual Basic 2005 CHAPTER 2 Program and Graphical User Interface Design.
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.
Tutorial 1: An Introduction to Visual Basic.NET1 Tutorial 1 An Introduction to Visual Basic.NET.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Introduction It is developed to create software applications. It is a tool for developers of any program that uses both basic and expert settings. It.
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.
CC111 Lec7 : Visual Basic 1 Visual Basic(1) Lecture 7.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Microsoft Visual Studio 2010 Teacher: Ms. Olifer.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
Microsoft Visual Basic 2008: Reloaded Third Edition Chapter One An Introduction to Visual Basic 2008.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Chapter 27 Getting “Web-ified” (Web Applications) Clearly Visual Basic: Programming with Visual Basic nd Edition.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Using Text in Microsoft Paint Presented by: Divya Desai Robert Weiblen and James Pallikal 10 May 2005.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
Microsoft Visual Basic 2012: Reloaded Fifth Edition Chapter One An Introduction to Visual Basic 2012.
School’s Name Teacher’s Name Date
Dive Into® Visual Basic 2010 Express
Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012)
How to Start SQL Server and SSDT BI in Local
Chapter 2: The Visual Studio .NET Development Environment
Introduction to Programming and Visual Basic .NET
Chapter 1: An Introduction to Visual Basic 2015
Visual Basic Code & No.: CS 218
Introduction to Computer CC111
Chapter Topics 15.1 Graphical User Interfaces
Using a template to create a document
Objectives At the end of this session, students will be able to:
Chapter 2 – Introduction to the Visual Studio .NET IDE
Program and Graphical User Interface Design
1. Introduction to Visual Basic
Instructor’s Guide to Teaching SolidWorks Software Lesson 1
Visual programming Chapter 1: Introduction
VISUAL BASIC.
Social Media And Global Computing Introduction to Visual Studio
Chapter 2 – Introduction to the Visual Studio .NET IDE
Understanding the Visual IDE
CIS16 Application Development Programming with Visual Basic
Chapter 15: GUI Applications & Event-Driven Programming
Tutorial 7 – Integrating Access With the Web and With Other Programs
Programming with Microsoft Visual Basic 2008 Fourth Edition
Overview of the IDE Visual Studio .NET is Microsoft’s Integrated Development Environment (IDE) for creating, running and debugging programs (also.
GUI Programming in Visual Studio .NET
Presentation transcript:

Computer Software: Programming Lesson 09 Computer Software: Programming

Scope Of Contents: Introduction to Programming Steps in Programming Development Developing a simple Programme.

At the end of this lesson, student should be able to : Define programme and programming language. State the main steps in programme development: Problem analysis, Programme design, Coding, Testing and debugging, Documentation State the features of the programming tools. Identify the visual development environment of programming tool: Toolbar, Toolbox Create object using toolbox: Label, Button

What is Programming? Programming refers to the act of instructing the computer to do something for us with the help of programming language

What is a programming language? A Programming Language is a set of rules that provides a way of telling the computer what operation to perform (according to Capron and Johnson,2004)

Program Development Life Cycle PHASE 4 PHASE 1 Problem Analysis PHASE 2 PHASE 3 PHASE 5 Program Design Coding The problem Testing and Debugging Documenting The Programme Figure 1

Programming Languages C C++ JAVA VISUAL BASIC BASIC COBOL PASCAL FORTRAN

Interface of Programming Tools. C ++ Programming Figure 2

Visual Basic Programming Figure 3

Pascal Programming Figure 4

What is Visual Basic Express? Visual Basic Express is a programming language for the Windows operating system. You can create various applications for your school or for your daily activities. Though it simple, it can be powerful. That is why Visual Basic Express is widely used in business, training and entertainment.

Other reasons of using Microsoft Visual Basic Express 2005 are: It is free to download and use! We can create standalone Windows programs royalty free. Full tutorial and many example programs are provided online. It uses Graphical User Interface (GUI). It uses drag and drop interface designer. It has interactive development environment.

Features of the Visual Basic Express 2005 Toolbar Form Window Properties Figure 5 Toolbox

Getting started with Microsoft Visual Basic Express 2005

Click Start  Program  Microsoft Visual Basic 2005 Express Edition Figure 6

Visual Basic 2005 Express Start Page will be displayed as Figure 2.

To create new project ,select ‘File  New Project’   Figure 8

In ‘Visual Studio installed templates’ on the screen,select ‘Windows Application’   Step 1 Figure 9

4. Then, name your project - Example : MyBiodata 5. Click ‘OK’   Step 2 Figure 10 Step 3

6. The Form window is central to developing Visual Basic applications 6. The Form window is central to developing Visual Basic applications. It is where you draw your application. Form Window Figure 11

7. Click ToolBox at the left side of the screen and all the control will be displayed. Figure 12a

You should see controls like figure below.

8. Click on Common Controls. Figure 13

You should see objects under Common Controls like Figure 14 below: