Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
COURSE: COMPUTER PLATFORMS
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.
What’s the computer?? computer is an electronic device that stores, processes, inputs, and outputs data to produce a result.
Chapter 6 Review System Software: Operating Systems and Utilities.
Introduction to Visual Basic Programming. Lecture Outline History What is Visual Basic First Look at the VB 6.0 Environment Some VB Terminology Our first.
Two Broad Categories of Software
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Chapter 1- Visual Basic Schneider 1 Chapter 1 An Introduction to Computers and Visual Basic.
The Operating System and the User Interface
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
1 CHAPTER 4 LANGUAGE/SOFTWARE Hardware Hardware is the machine itself and its various individual equipment. It includes all mechanical, electronic.
Computer for Health Sciences
Lesson 4 Computer Software
Chapter Three Software and Operating Systems What is software? How software is developed (Analysis, Design, Programming, and Testing) What are software.
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Joshi R.G. Dept. of Computer Sci. YMA.
CSCI 3327 Visual Basic Chapter 1: Introduction to Visual Basic
CS130 Introduction to Programming with VB 6.0 Fall 2001.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Computer Systems Week 10: File Organisation Alma Whitfield.
Microsoft Visual Basic 2005: Reloaded Second Edition
SOFTWARE It Consists of a series of instructions that tells the computer what to do. It is collection of programs. Software is set of instruction which.
Components of the system unit COMP Computer Skills Lecture -2.
 Why?  Because it can be programmed to do more than one specific task. ◦ Accountants ~ tax forms etc. ◦ Machinists ~ control drilling, lathes etc. ◦
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
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.
Unit R005: Understanding Computer Systems Introduction System Software Software (i.e., programs) used to control the hardware directly Used to run the.
Visual C++ Programming: Concepts and Projects
Chapter 3 Introducing Visual Basic
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
Introduction to Computer System
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Introduction to Computer in Technology. Internet Discovery Were going to define several terms that are common in Computers and Technology One way to find.
COLLECTING Software. Why use Software with Hardware? Software used for collecting includes the software that interfaces with hardware collection device.
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.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 1.1 What Is a Computer? 1.2 Computer Organization.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
Operating Systems & Applications Software Lesson 8.
Digital Communication Systems Comp Functions of the Operating System.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Types of Software Chapter 2.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
Principles of Information Systems, Sixth Edition 1 Software: Systems and Application Software Chapter 4.
ALMAJMA'AH UNIVERSITY College of Science and Humanitarians Studies in Alghat Information Technology Section (211Tal course)
Chapter 2- Visual Basic Schneider1 Programming Languages: Machine Language Assembly Language High level Language.
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
Chapter 5 Operating Systems.
Chapter 1 Introduction to Visual Basic
Computer Fundamentals 1
Visual Basic Code & No.: CS 218
Introduction to Computer CC111
Introduction to Operating Systems
An Introduction to Computers and Visual Basic
Chapter 3 Software Interfaces.
An Introduction to Computers and Visual Basic
Computer Technology Notes #3
Computer Software CS 107 Lecture 2 September 1, :53 PM.
An Introduction to Visual Basic .NET and Program Design
Introduction to Computer Software
An Introduction to Computers and Visual Basic
Presentation transcript:

Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic

Chapter 1- Visual Basic Schneider2 Parts of a Computer System: Hardware: Electronic Devices & Circuits Software: Instructions or Computer Programs

Chapter 1- Visual Basic Schneider3 Software: Instructions for the hardware. A collection of lines of instruction is called a Program.

Chapter 1- Visual Basic Schneider4 Types of Software: System Software Application Software

Chapter 1- Visual Basic Schneider5 System Software (Operating System): Is the interface between you and hardware. Is the interface between application software and hardware.

Chapter 1- Visual Basic Schneider6 Examples of System Software: UNIX MS-DOS Windows 98 / NT Windows 2000 Windows XP

Chapter 1- Visual Basic Schneider7 Examples of Application Software : Word Processing Spreadsheet Accounting Programming Languages: Visual Basic, C++, Pascal

Chapter 1- Visual Basic Schneider8 Using Windows Basic techniques to use the mouse: –Pointing –Clicking –Dragging –Double-Clicking

Chapter 1- Visual Basic Schneider9 Disks & Folders: Disk is a permanent storage. Disk management is handled by the Operating System. A disk can store thousands of files. To organize your files you have to store them in different folders (directories).

Chapter 1- Visual Basic Schneider10 History of Visual Basic: BASIC stands for Beginner’s All-purpose Symbolic Instruction Code. Developed by John Kemeny and Thomas Kurtz in mid-1960s. Visual Basic was developed in mid-1991 by the Microsoft Corporation.

Chapter 1- Visual Basic Schneider11 Introduction to Visual Basic: Language used to create windows application. Provides a Graphical User Interface or GUI. The sequence of instructions executed in the program is controlled by events.

Chapter 1- Visual Basic Schneider12 Terminology used in Visual Basic: Forms Controls Objects Properties Events We will use English terminology to keep them straight

Chapter 1- Visual Basic Schneider13 Steps to Design a Visual Basic Application Decide on the Interface for the user. (Forms & Controls) Determine which events the objects on the window should recognize. Write the events procedures for those events.