Visual Basic Relevant paradigm and problem domains overview.

Slides:



Advertisements
Similar presentations
CE 311 K Introduction to Computer Methods VB Controls and Events Daene C. McKinney.
Advertisements

Microsoft Dynamics® SL
CS0004: Introduction to Programming Introduction to Programming.
Software and System Development ™ Operating System Application Program Graphical User Interface (GUI) Systems Development.
Alternate Software Development Methodologies
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
Integrated Development Environments Integrated Development Environments Hadi ForghaniHadi Forghani Salman MostafaviSalman Mostafavi Special Thanks to:Special.
Skills: none Concepts: innovation timing, research prototype, commodity versus custom hardware, graphical user interface, contributions of Doug Engelbart,
CA 121 Intro to Programming Tariq Aziz and Kevin Jones GUI Programming in Visual Studio.NET Chapter 1 Tariq Aziz and Kevin Jones.
VISUAL BASIC Presented By: Jerrell Chandler Jenita Pondexter Thomas Whitfield.
Interpret Application Specifications
Compunet Corporation Programming with Visual Basic.NET GUI Week # 11 Tariq Ibn Aziz.
Chapter 1- Visual Basic Schneider 1 Chapter 1 An Introduction to Computers and Visual Basic.
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
Visual Basic  Rick, Albert. 1. Visual Basic 1.0 (May 1991) was released for Windows at the Comdex/Windows World trade show in Atlanta, Georgia
Operating System.
Operating Systems Chapter 4.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Rapid Prototyping Model
Computer for Health Sciences
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
Chapter Three Software and Operating Systems What is software? How software is developed (Analysis, Design, Programming, and Testing) What are software.
CSCI 3327 Visual Basic Chapter 1: Introduction to Visual Basic
Programming Languages
CS-0401 INTERMEDIATE PROGRAMMING USING JAVA Prof. Dr. Paulo Brasko Ferreira Fall 2014.
Lesson 6 Operating Systems and Software
CS 0004 –Lecture 1 Wednesday, Jan 5 th, 2011 Roxana Gheorghiu.
Standard Grade Computing System Software & Operating Systems.
Computer basics Lesson 4 – Programs & S.O..
COMPUTER PROGRAMMING I SUMMER 2011 Programming Languages.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
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.
Visual BASIC 1 Introduction
§Visual - A method used to create GUI applications. §BASIC - Beginner’s All - purpose Symbolic Instruction Code developed by John Kemeny. §VB- Evolved.
An Introduction to Visual Basic.NET. What is.NET.Net is a new framework for developing windows-based and web-based applications within the Microsoft environment.
CHAPTER TWO INTRODUCTION TO VISUAL BASIC © Prepared By: Razif Razali 1.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Computer Systems Nat 4/5 Computing Science Operating Systems.
OPERATING SYSTEMS BY LANDON, KYLE, AND ETHAN. WHAT IS THEIR PURPOSE? (1) manage the computer's resources, such as the central processing unit (2) establish.
Math – What is a Function? 1. 2 input output function.
A Brief History of the Personal Computer
GNOME, KDE and X Windows. The GNOME Project was started in 1997 to produce a free (as in freedom) desktop environment. GNU Network Object Model Environment.
CS101 Computer Software. Software Software is... Two main types of software are…
Hello World Basic Tutorial Nova Southeastern University Cristal Locke This presentation is copyrighted by Cristal Locke, August 5, All rights reserved.
Software 3 See Edmodo for images Group name: topcat Group code: i4qf9a 11/03/11.
INFORMATION SYSTEM – SOFTWARE TOPIC: GRAPHICAL USER INTERFACE.
OPERATING SYSTEM BY KINSHUK RASTOGI. WHAT IS AN OPERATING SYSTEM? What is an operating system in the first place? An operating system is a software that.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Brand New Windows Database Matthew Williams Nicholas Good May 1, 2007 INTERSTATE Window & Door.
PowerBuilder is an integrated development environment (IDE) used to create applications. PowerBuilder 12.5 has good integration with the Microsoft.
Hello World Basic Tutorial
Chapter 5 Operating Systems.
Fedora Core 6 – Desktop Features
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
Unit 2 Computer Systems Operating Systems Windows MAC & Linux.
Introduction to Visual Basic 2008 Programming
Chapter 3.
5 SYSTEM SOFTWARE CHAPTER
An Introduction to Visual Basic .NET and Program Design
By Amanda Muhlhausen, Gaby Lopez & Cyndi Snyder
By Amanda Muhlhausen, Gaby Lopez & Cyndi Snyder
Tonga Institute of Higher Education
Graphical User Interface Based Digital Sixth Sense
Linux: A Product of the Internet
Nat 4/5 Computing Science Operating Systems
5 SYSTEM SOFTWARE CHAPTER
Software, O/S & Interfaces
Technology 6 Operating Systems.
Presentation transcript:

Visual Basic Relevant paradigm and problem domains overview

Advantages of Visual Basic: Used to create nice looking graphical programs that don’t require a lot of coding. Allows even users with little programming experience to quickly develop Microsoft Windows applications. Ideal for developing applications that run in Windows.

Example of Usage: Develop programs that can be used as an application to a database system and serve as the user interface that collects user input. It also displays output in a more appealing and useful way than many SQL software versions.

Visual Basic’s Success Brought simplification to Windows application programming. Eliminated the need to write code for Graphical User Interface (GUI) input/output.

Fields of usage: Education Research and Science Medicine Business Commerce Marketing and sales Accounting Law

How Did VB evolve? 1963 math professors John G Kemeny and Thomas E Kurtz developed BASIC. BASIC was easy and cheap to implement and rapidly gained popularity, especially in applications programming.

1975 Microsoft launched a BASIC compiler for the MITS Altair. Also in 1975, the first GUIs were demonstrated. 1980s Apple introduced 2 machines featuring GUIs: Lisa and Macintosh.

Father of Visual Basic (referred to as VB for short): Alan Cooper Alan Cooper wrote a program called Ruby that delivered visual programming to the average programmer or user. The rising popularity of GUIs caused Microsoft to release the first official version of VB in 1991.