Sanjay Johal. Introduction(1.1) In this PowerPoint I will be explaining :  The purpose of the code for each of the two given programs, e.g. to carry.

Slides:



Advertisements
Similar presentations
Power Point Introduction Table of Contents Step One: Create a Slide Step Two: Enter in Text Step Three: Background Step Four: Insert Picture Step Five:
Advertisements

Introduction to Spreadsheets. Learning Target I can input data and do simple calculations in a spreadsheet.
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
XP New Perspectives on Microsoft Access 2002 Tutorial 61 Microsoft Access 2002 Tutorial 6 – Creating Custom Reports.
Microsoft Word Review.
CIS101 Introduction to Computing Week 11. Agenda Your questions Copy and Paste Assignment Practice Test JavaScript: Functions and Selection Lesson 06,
Adding Automated Functionality to Office Applications.
BTEc unit 12 software development
Java: Chapter 1 Computer Systems Computer Programming II Aug
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
Advanced Report and Form Techniques – Project 7. 2 Project 7 Overview This project shows how to create queries for reports, add command buttons to forms,
Automating Tasks with Visual Basic. Introduction  When can’t find a readymade macro action that does the job you want, you can use Visual Basic code.
Concepts of Database Management Seventh Edition
Java: Chapter 1 Computer Systems Computer Programming II.
06/10/ Working with Data. 206/10/2015 Learning Objectives Explain the circumstances when the following might be useful: Disabling buttons and.
Using Visual Basic for Applications (VBA) – Project 8.
08/10/ Iteration Loops For … To … Next. 208/10/2015 Learning Objectives Define a program loop. State when a loop will end. State when the For.
Basic Controls & Properties Chapter 2. Overview u VB-IDE u Basic Controls  Command Button  Label  Text Box  Picture Box u Program Editor  Setting.
 Application – another name for a program.  Interface – is what appears on the screen when the application is running.  Program Code – is instructions.
© 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. Android Boot Camp.
Program Design and Coding
Microsoft Visual Basic 2012 CHAPTER THREE Program Design and Coding.
Microsoft Visual Basic 2010 CHAPTER THREE Program Design and Coding.
3 - Variables Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Chapter 4 Variables and constants. 4.1 Variables -Use of variables is good programming style -easier to modify -easier for a programmer to understand.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
1 Κατανεμημένες Διαδικτυακές Εφαρμογές Πολυμέσων Γιάννης Πετράκης.
IReport Demo Spring 2008 OEDSA Conference. Report Properties.
Visual Basic.NET BASICS Lesson 5 Exponentiation, Order of Operations, and Error Handling.
1 Κατανεμημένες Διαδικτυακές Εφαρμογές Πολυμέσων Γιάννης Πετράκης.
Working with the VB IDE. Running a Program u Clicking the”start” tool begins the program u The “break” tool pauses a program in mid-execution u The “end”
CS285 Visual Basic 2 Department of Computing UniS 1 Statements in Visual Basic A statement is the fundamental syntactical element of a program smallest.
Data Types and Variables. Data Type! Computers are all about Data! Data can be in the form of Text Dates Sounds Pictures.
Standard Grade Programming using VB 1 Programming Visual Basic.
Introduction to Computer Programming
What is Programming? Computer programming is about telling the computer what it is we want it to do We tell the computer what we want it to do by sending.
CSC 230 (Blum)1 Visual Basic 2005 Hello World Fall 2005 T. Blum.
Practical Programming COMP153-08S Week 5 Lecture 1: Screen Design Subroutines and Functions.
The Functions and Purposes of Translators Syntax (& Semantic) Analysis.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
Chapter 4 Variables and constants. 4.1 Variables -Use of variables is good programming style -easier to modify -easier for a programmer to understand.
Visual Basic for Application - Microsoft Access 2003 Programming applications using Objects.
31/01/ Selection If selection construct.
Variables Continued In the last session we saw how variables are objects that allow us to store values in the RAM of the computer In this session we shall.
CSC 230 (Blum)1 Visual Basic 2005 Hello World Fall 2005 T. Blum.
Data Handling in Algorithms. Activity 1 Starter Task: Quickly complete the sheet 5mins!
Prepared by the Academic Faculty Members of IT. Tables Creating Tables. Merging Cells. Splitting Cells. Sorting Tables. Performing Calculations.
Introduction to Programming Python Lab 6: Relational Operators and Boolean Variables 12 February PythonLab6 lecture slides.ppt Ping Brennan
Visual Basic Declaring Variables Dim x as Integer = 0 In the statement above, x is being declared as an Integer (whole number) and is initialised.
Visual Basic/ Visual Studio Brandon Large. Connecting to prior knowledge In your notes write down what the two main parts of the computer are. The “software”
Part 1 Learning Objectives To understand that variables are a temporary named location to store data and that programmers work with different data types.
26/06/ Iteration Loops For … To … Next. 226/06/2016 Learning Objectives Define a program loop. State when a loop will end. State when the For.
Tulane University School of Public Health and Tropical Medicine
Unit 2 Technology Systems
Introduction to Programming
Data Types Variables are used in programs to store items of data e.g a name, a high score, an exam mark. The data stored in a variable is entered from.
Chapter 1: An Introduction to Visual Basic 2015
An Introduction to Programming and VB.NET
How to design a Windows Forms application
Introduction to Programming
The Characteristics and Uses of a Software Program
Introduction to TouchDevelop
Introduction to Programming
Language Constructs Construct means to build or put together. Language constructs refers to those parts which make up a high level programming language.
Variables & getting info from the user
Variables Data Types and Assignment
Introduction to Programming
Variables Data Types and Assignment
Introduction to Programming
Presentation transcript:

Sanjay Johal

Introduction(1.1) In this PowerPoint I will be explaining :  The purpose of the code for each of the two given programs, e.g. to carry out calculations, and explain the characteristics, including constructs and techniques being used within the program, e.g. variables and functions.

Introduction (1.2) Will also explain : the characteristics of both software programs and the constructs and techniques used, such as:  command words  subroutines  basic string handling  basic file handling  data structures  event handling. And finally  review the quality of both programs, e.g. efficiency/performance, maintainability and usability.

What each codes means and repents Blue=command tells visual studios what to do Black= user defined Red= is the text which will show in the buttons and group boxes ect Green=a comment describes the code and how it works to help with other codes further along. To start a comment you would need to add a apostrophe so visual basic knows what you would like the code to do.

Purpose First piece of code Purpose of the first program is to show your times tables 1 to 20. This would help a wide range of people like children, students and adults. This program also made to show the print preview works in vb.net

Coding of the first program Shows coding for the group box They also used the color blue.

subroutines of the first piece of code Subroutines are loops which repeat itself

basic string handling of the first code

Validation of the first piece of code

The coding used for validation for program 1 The color red which is used in this piece of coding. Is being used for showing the user a error box, which will not allow the user to carry on. They also used the code “exit sub” which ends the subroutines coding for that tool

Strengths and weakness of program 1 Strengths -Shows you how they work out how many pages to print on the print preview page Weakness Only appeals for certain age rate. The first program doesn’t have a help tab like the second does. The times tables only go up to 20

Second piece of code purpose is to see how much discount you can get i.e if you pay the invoice ten days before its due you will get a 10% discount as its stated when clicking the help button on the piece of code.

Coding for he second program This is the coding which shows the discount of the invoice if handed in few days early It works out how many days are left and how much discount is rewarded

Splash screen Program name Created date Programmers name

Coding for the timer The timer is used to set a certain amount of seconds for the splash screen to be displayed.

This program shows the process and if you give it early you get a certain which is shown in the group box What’s happening when entering data This screenshot shows the users is 2 days late so he wont get discount

Help section This program gives a help tab which you may visit and it tells you what to do.

Tools which can be used These are the tools used one the program -group box allows you to group labels and buttons together. -text box allows users to type in the box -buttons allows users to click on them to move on to the next stage

Commands Visual studios has lots commands which can be used one of the main commands is “if not this its this” also known as the IF statement

Strengths and weakness of program 2 Strengths Easy to use You may access it many ways and on lots different devices good layout, the text and labels are spaced out easier to look for things. Users cannot do irrelevant things like type numbers instead of letters. Weakness Software costs The Picture is irrelevant

Data types Visual studios uses data types like: String- it is like integer but its text rather than numbers Boolean- a value which is either true or false -Integer is a whole number visual studios doesn’t expect decimal numbers