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

Slides:



Advertisements
Similar presentations
Computer Parts There are many parts that work together to make a computer work.
Advertisements

What’s the computer?? computer is an electronic device that stores, processes, inputs, and outputs data to produce a result.
Computer Components.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
The sequence of folders to a file or folder is called a(n) ________.
Starting Out with C++: Early Objects 5/e © 2006 Pearson Education. All Rights Reserved Starting Out with C++: Early Objects 5 th Edition Chapter 1 Introduction.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Computer Parts There are many parts that work together to make a computer work.
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Computer Basics Flashcards #2
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
1-1 Introduction to Computer Science Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today? Minia.
Chapter Introduction to Computers and Programming 1.
COMPUTER PARTS There are many parts that work together to make a computer work.
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
CS130 Introduction to Programming with VB 6.0 Fall 2001.
CS 0004 –Lecture 1 Wednesday, Jan 5 th, 2011 Roxana Gheorghiu.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
How computers work Learning objective 2: Explain the four basic functions of a computer.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts and Terminology
Copyright © 2012 Pearson Education, Inc. Chapter 1 Introduction to Computing and Programming.
Windows XP Basics By Jane Maringer-Cantu CSIS 572.
Computer Components Checklist There are many parts that work together to make a computer work.
WINDOWS Part 1 – Start Up Basics
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
 Why?  Because it can be programmed to do more than one specific task. ◦ Accountants ~ tax forms etc. ◦ Machinists ~ control drilling, lathes etc. ◦
The Fundamentals of Using Windows 95. Windows 95 ã operating system that performs every function necessary for the user to communicate and control computer.
Visual C++ Programming: Concepts and Projects
© 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.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
Parts of the Computer System
There are many parts that work together to make a computer work. System Unit Computer Parts.
Copyright 2003 Scott/Jones Publishing Standard Version of Starting Out with C++, 4th Edition Chapter 1 Introduction to Computers and Programming.
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
Computer Parts There are many parts that work together to make a computer work.
Know your Operating System Thanks to Dina Sokol. An operating system is software (a computer program) that manages your computer.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
Brief Version of Starting Out with C++ Chapter 1 Introduction to Computers and Programming.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers Mrs. Gambucci
BASIC PROGRAMMING C SCP1103 (02)
BASIC PROGRAMMING C SCP1103 (02)
An Introduction to Computers and Visual Basic
Chapter 1 - An Introduction to Computers and Problem Solving
An Introduction to Computers and Visual Basic
Computer Parts There are many parts that work together to make a computer work.
Module 1.1 Introduction to computers
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Parts There are many parts that work together to make a computer work.
An Introduction to Computers and Visual Basic
Fundamental of computer
Computer Parts There are many parts that work together to make a computer work.
Windows.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Presentation transcript:

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

Chapter 1- Visual Basic Schneider 2 Outline and Objectives Introduction to Computers Using Windows Files and Folders An Introduction to Visual Basic

Chapter 1- Visual Basic Schneider 3 Parts of a Computer System: Hardware: Electronic Devices Software: Instructions and Computer Programs

Chapter 1- Visual Basic Schneider 4 Main components of Hardware: Input : Keyboard, Mouse System unit: Random Access Memory (RAM) Central Processing Unit (CPU) Output: Monitor, Printer Secondary Storage: Disk Drive

Chapter 1- Visual Basic Schneider 5 Random Access Memory (RAM) Stores program instructions and data needed for processing. Stores intermediate and final results of processing. Contents are erased when computer is turned off or reset (volatile).

Chapter 1- Visual Basic Schneider 6 Programming Languages: Machine Language High level Language

Chapter 1- Visual Basic Schneider 7 Machine Language The fundamental language of the computer’s processor, also called Low Level Language. All programs are converted into machine language before they can be executed.

Chapter 1- Visual Basic Schneider 8 High Level Language Computer (programming) languages that are easier to learn. Uses English like statements. Examples are C++, Visual Basic, and Java

Chapter 1- Visual Basic Schneider 9 Software: Instructions for the hardware. A collection of instructions is called a program.

Chapter 1- Visual Basic Schneider 10 Using Windows Basic techniques to use the mouse: Pointing: moving mouse until the pointer is above desired object on the screen Clicking: press and release the left mouse button once Dragging (drag and drop): hold object, move it, then release Double-Clicking: clicking the left mouse button twice in quick succession. Hovering: lingering mouse at particular place and waiting for a message or menu to appear

Chapter 1- Visual Basic Schneider 11 Key Terms in using Windows Title Bar Active window Dragging a window

Chapter 1- Visual Basic Schneider 12 Using Windows Reviewing Notepad to learn more about Windows applications Notepad is an item in the Accessories menu

Chapter 1- Visual Basic Schneider 13 Files & Folders: A disk can store thousands of files. To organize your files you have to store them in different folders (directories).

Chapter 1- Visual Basic Schneider 14 Key Terms in using Folders Root folder Path: A nested sequence of folders Example: \Temp\MyProjects\ File Specification: A drive letter, path, and filename Example: A:\Temp\MyProjects\Example.vbp

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

Chapter 1- Visual Basic Schneider 16 Introduction to Visual Basic: A language used to create windows applications. Programs are developed with a Graphical User Interface or GUI. The instructions executed in the program are controlled by events.

Chapter 1- Visual Basic Schneider 17 Terminology used in Visual Basic: Form Control Object Properties Event

Chapter 1- Visual Basic Schneider 18 Steps to Design a Visual Basic Application Design the appearance of the window that the user sees. Determine the events that the controls on the window should recognize. Write the event procedures for those events.