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

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Engineering Problem Solving With C++ An Object Based Approach Fundamental Concepts Chapter 1 Engineering Problem Solving.
1 Engineering Problem Solving With C++ An Object Based Approach Fundamental Concepts Chapter 1 Engineering Problem Solving.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Computer Hardware.
1-1 ICS102: Introduction To Computing I King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
Chapter 1- Visual Basic Schneider 1 Chapter 1 An Introduction to Computers and Visual Basic.
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.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
CS 161 INTRO TO PROGRAMMING I Dr. Blaise W. Liffick Fall
Chapter Introduction to Computers and Programming 1.
BLOCK DIAGRAM OF COMPUTER
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
Computer Systems Week 10: File Organisation Alma Whitfield.
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
UNIX Unbounded 5 th Edition Amir Afzal Chapter 1 First Things First.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
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. ◦
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
Intro to Computers Computer Apps 1.
CPS120: Introduction to Computer Science Introduction to Computers.
C++ Programming: From Problem Analysis to Program Design, Third Edition Chapter 1: An Overview of Computers and Programming Languages.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Architecture
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
CSCI-100 Introduction to Computing Hardware Part I.
Components of a Computer System
Copyright 2003 Scott/Jones Publishing Standard Version of Starting Out with C++, 4th Edition Chapter 1 Introduction to Computers and Programming.
The Computer System CS 103: Computers and Application Software.
General Computer Knowledge COE 201- Computer Proficiency.
Computer Parts There are many parts that work together to make a computer work.
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
NEW FOLDER Gjpa /Nghy;lh;. COMPUTER AN INTERVIEW: A Computer is an Electronic Machine, which is capable of receiving data as INPUT and PROCESS the given.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
CHAPTER 1 OVERVIEW OF COMPUTER AND PROGRAMMING 1.1 Electronic Computer Then and Now 1.2 Computer Hardware 1.3 Computer Software 1.4 The Software Development.
Class Activity Quiz – Practice Exam Questions. a) True b) False.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Introduction to Computers Mrs. Gambucci
Chapter 1: An Overview of Computers and Programming Languages
Engineering Problem Solving With C An Object Based Approach
The CPU is the brain of the computer
An Introduction to Computers and Visual Basic
An Introduction to Computers and Visual Basic
IB Computer Science Topic 2.1.1
Computer Electronic device Accepts data - input
Computers: Hardware and Software
Basic Computer Organization
An Introduction to Computers and Visual Basic
Fundamental of computer
Windows.
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Computer components.
Presentation transcript:

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

Chapter 1- Visual Basic Schneider2 Outline and Objective –Introduction to Computers –Using Windows –Disk and Folders –An Introduction to Visual Basic

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

Chapter 1- Visual Basic Schneider4 Main components of Hardware: Input : Keyboard & Mouse System unit: Central Processing Unit (CPU) & Memory Output: Monitor Secondary Storage: Disk Drive

Chapter 1- Visual Basic Schneider5 Central Processing Unit (CPU): Control Unit (CU) Arithmetic Logic Unit (ALU)

Chapter 1- Visual Basic Schneider6 Control Unit (CU): Directs the order in which commands are executed. Communicates with input and output devices. Transfers data to and from the primary storage unit and various input and output devices.

Chapter 1- Visual Basic Schneider7 Arithmetic Logic Unit (ALU) Performs calculations (adds, subtracts, multiplies, divides) Makes logical comparisons (=, <>,, =)

Chapter 1- Visual Basic Schneider8 Memory: Memory is a Temporary Storage

Chapter 1- Visual Basic Schneider9 Types of Memory: Random Access Memory (RAM) Read Only Memory (ROM)

Chapter 1- Visual Basic Schneider10 Random Access Memory (RAM) Stores program instructions and data needed for processing. Stores intermediate and final results of processing. It is volatile.

Chapter 1- Visual Basic Schneider11 What is a Bit? Computers use binary system to process data. The smallest unit of computer memory is bit. A bit is basically an on/off switch and is usually described as a 1 or 0.

Chapter 1- Visual Basic Schneider12 What is a Byte? A byte is a pattern of 8 bits. A byte is also called a character. Additional units of memory are defined by powers of 2.

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

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

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

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

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

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

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

Chapter 1- Visual Basic Schneider20 Using Windows –Reviewing Notepad to learn more about Windows application –Notepad is an item in the Accessories menu

Chapter 1- Visual Basic Schneider21 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 Schneider22 Key Terms in using Folders Root folder Path Example: A:\Temp\MyProjects\project1.vbp File Specification: You should always know where you are saving your files.

Chapter 1- Visual Basic Schneider23 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 Schneider24 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 Schneider25 Terminology used in Visual Basic: Forms Controls Objects Properties Events

Chapter 1- Visual Basic Schneider26 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.