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

Slides:



Advertisements
Similar presentations
BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY
Advertisements

Windows Basics An Introduction to the Windows Operating System.
Operating Systems. Operating System (OS) The software that manages the sharing of the resources of a computer. Examples of Operating Systems ◦ Windows.
Chapter 1 - An Introduction to Computers and Problem Solving
What’s the computer?? computer is an electronic device that stores, processes, inputs, and outputs data to produce a result.
A Quick Review of Unit 2 – Using Windows 7 Computing Fundamentals © CCI Learning Solutions.
Fundamentals and a Brief History of Computer Systems.
Chapter 1 - An Introduction to Computers and Problem Solving
Introduction Extended and Concise Prelude to Programming Concepts and Design Copyright © 2003 Scott/Jones, Inc.. All rights reserved. 1 Introduction.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
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 sequence of folders to a file or folder is called a(n) ________.
1 Chapter 1 The Big Picture. 2 2 Computing systems are dynamic entities used to solve problems and interact with their environment. They consist of devices,
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
Introduction to JavaScript Programming With XML and PHP Creating Interactive Web Pages Elizabeth Drake.
Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills.
Computer for Health Sciences
Lesson 4 Computer Software
CS102 Introduction to Computer Programming
TC2-Computer Literacy Mr. Sencer February 8, 2010.
SCO Introduction to programming. Course description Introduction to programming methodology and problem-solving strategies: the role of algorithms in.
1 Chapter 1 - An Introduction to Computers and Problem Solving 1.1 An Introduction to Computers 1.2 Windows, Folders, and Files 1.3 Program Development.
©The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 4 th Ed Chapter Chapter 0 - Introduction to Computers and Programming.
Computer Systems Week 10: File Organisation Alma Whitfield.
Project 3 File, Document, Folder Management, Windows XP Explorer Windows XP Service Pack 2 Edition Comprehensive Concepts and Techniques.
1 Chapter 1 - An Introduction to Computers and Visual Basic 1.1 An Introduction to Computers 1.2 Using Windows 1.3 Files and Folders 1.4 An Introduction.
INTRODUCTION TO COMPUTING
The History of Computers
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
Chapter 1 - VB.NET by Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.NET.
Chapter 1 - VB.NET by Schneider
© Copyright 1992–2005 by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. Tutorial 1 – Car Payment Calculator and Guess the Number.
Chapter 1 - VB 2005 by Schneider1 Chapter 1 - An Introduction to Computers and Visual Basic An Introduction to Computers 1.2 Using Windows 1.3.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
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.
1 Nassau Community CollegeProf. Vincent Costa Acknowledgements: An Introduction to Programming Using Visual Basic 2012, All Rights ReservedAn Introduction.
Computer history By Breanne Larsen. What would you do without a computer? Some of the most popular uses for computers are: – Homework research – Video.
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.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
 Do you know about the history of that computer sitting at home? Do you know how many inventors it took to finally get a working computer that is, most.
Decades Presentation 1960’s BY: AMY, JUSTIN, JAKE.
Visual C++ Programming: Concepts and Projects
History of Computers By: Emily Pawoll Where It All Began Are you a big fan of technology? Do you find yourself wondering when, how, and by whom computers.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software.
Lesson 11: Looking at Files and Folders what a file or folder is on the computer how to recognize a file or folder on the desktop how to recognize the.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
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.
Chapter 11 Chapter 1 - An Introduction to Computers and Problem Solving 1.1 An Introduction to Computers 1.2 Windows, Folders, and Files 1.3 Program Development.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
History of Computers! Claire Bromm March 28 th, 2012.
Calculators are used to increase speed and accuracy of numerical computations The abacus has roots dating back over 5,000 years Mechanical calculators.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
History of Computer Wyatt Feiling Did you know... The first idea for a computer was in the early 1800s Charles Babbage is the man who is credited with.
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
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.
History of Computers March 26, 2012Greer Potadle.
Main Computer Components
1936 Konrad Zuse - Z1 Computer First freely programmable computer.
Introduction to Computers
Chapter 1 The Big Picture
Computer Fundamentals 1
The abacus has roots dating back over 5,000 years
An Introduction to Computers and Visual Basic
An Introduction to Computers and Visual Basic
Computer Technology Notes #3
An Introduction to Computers and Visual Basic
Introduction to Computer Programming
Chapter 1 - VB.NET by Schneider
Presentation transcript:

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

Chapter 1 - VB.NET by Schneider2 Outline and Objectives Introduction to Computers Using Windows Files and Folders An Introduction to Visual Basic.NET Biographical History of Computing

Chapter 1 - VB.NET by Schneider3 Introduction to Computers Personal computer Generally, a computer that is operated by one person at a time

Chapter 1 - VB.NET by Schneider4 Computer uses in Society Banking – customer transactions Airlines – reservations system NASA – control satellites Internet – , research, shopping

Chapter 1 - VB.NET by Schneider5 Programs Students Will Create in This Text Create and manage a list of friends' addresses and phone numbers Calculate loan payments and amortization Computations to support other course work

Chapter 1 - VB.NET by Schneider6 Communicating with the Computer Machine language – low level, 0 and 1, hard for humans to understand VB.NET – high level, understood by humans, consists of instructions such as Click, If, Do

Chapter 1 - VB.NET by Schneider7 Computers and Complicated Tasks Tasks are broken down into instructions that can be expressed by a computer language A program is a sequence of instructions Programs can be only a few instructions or millions of lines of instructions

Chapter 1 - VB.NET by Schneider8 Servers A server can be almost any computer A server provides resources to other computers Files Internet Printers

Chapter 1 - VB.NET by Schneider9 All Programs Have in Common: Take data and manipulate it to produce a result Input – Process – Output Input – from files, the keyboard, or other input device Output – to the monitor, printer, file, or other output device

Chapter 1 - VB.NET by Schneider10 Hardware and Software Hardware – the physical components of a computer Keyboard Disk drive Monitor Software – The instructions that tell the computer what to do

Chapter 1 - VB.NET by Schneider11 Programmer and User Programmer – the person who solves the problem and writes the instructions for the computer User – any person who uses the program written by the programmer

Chapter 1 - VB.NET by Schneider12 Problem Solving Developing the solution to a problem Algorithm – a step by step series of instructions to solve a problem

Chapter 1 - VB.NET by Schneider13 Types of Problems in this Text Business computations Managing records Managing lists And more

Chapter 1 - VB.NET by Schneider14 VB.NET BASIC developed at Dartmouth in the early 1960s Visual Basic created by Microsoft in 1991 VB.NET similar to Visual Basic, but more powerful

Chapter 1 - VB.NET by Schneider15 Internet A connection of thousands of networks around the world – each network has A computer and one or more routers Router is a device or computer connected to two or more networks All use TCP/IP

Chapter 1 - VB.NET by Schneider16 World Wide Web vs. Internet World Wide Web is a collection of information stored on servers throughout the Internet known as Web servers. HTTP – HyperText Transfer Protocol enabled researchers to share data – creating a "web" of information Internet is used to access documents on the World Wide Web

Chapter 1 - VB.NET by Schneider Using Windows

Chapter 1 - VB.NET by Schneider18 Mouse Actions: Pointing Hovering Clicking Double-Clicking Dragging

Chapter 1 - VB.NET by Schneider19 Windows and Its Little Windows Title Bar Active window

Chapter 1 - VB.NET by Schneider20 Using the Notepad Reviewing Notepad to learn more about Windows application Notepad is an item in the Accessories menu Notepad can be used to create simple data files

Chapter 1 - VB.NET by Schneider21 Notepad

Chapter 1 - VB.NET by Schneider22 Parts of the Window Restore button Vertical scroll bar Horizontal scroll bar Menu bar

Chapter 1 - VB.NET by Schneider Files & Folders: Disk is a permanent storage. A disk can store thousands of files. A disk drive is identified by a letter. To organize your files you have to store them in different folders (directories).

Chapter 1 - VB.NET by Schneider24 Key Terms in using Folders Root folder Path Example: C:\VB01\VB.EXE File Specification: You should always know where you are saving your files. Filename Drive letter

Chapter 1 - VB.NET by Schneider25 Explorer window

Chapter 1 - VB.NET by Schneider26 Using Windows Explorer Start | Run | type in Explorer Folder pane on left Detail pane on right

Chapter 1 - VB.NET by Schneider27 To Display File Extensions Alt/T/O Click View Uncheck "Hide file extensions for known file types" Click OK

Chapter 1 - VB.NET by Schneider28 To Create a New Folder Highlight the folder that is to contain the new folder File | New | Folder Type in a name for the new folder and press Enter

Chapter 1 - VB.NET by Schneider29 To Rename a Folder or File Right click on the folder or file Click on Rename Type in a new name (or alter the current name) and press Enter

Chapter 1 - VB.NET by Schneider30 To Delete a Folder or File Right click on the folder Click on Delete Click on Yes

Chapter 1 - VB.NET by Schneider31 To Copy a Folder or File Right click on the folder file Click on copy Open the folder where the copy is to be placed Right click on the second folder Click on Paste

Chapter 1 - VB.NET by Schneider32 To Move a Folder or File Right click on the folder or file Click on Cut Open the folder where the copy is to be moved Click on the second folder with the right mouse button Click on Paste

Chapter 1 - VB.NET by Schneider33 Using the Open and Save As Dialog Boxes

Chapter 1 - VB.NET by Schneider34 Read-Only Attribute Folders and files copied from a CD or DVD onto a hard disk are read-only To turn off the read-only Right click on the file or folder Click on Properties Click on the General tab In the Attributes section, uncheck read-only Click OK button

Chapter 1 - VB.NET by Schneider35 Introduction to Visual Basic.NET: 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 - VB.NET by Schneider36 Sample Input Screen

Chapter 1 - VB.NET by Schneider37 How to Develop a VB.NET Application Design the Interface for the user. Determine which events the controls on the window should recognize. Write the event procedures for those events.

Chapter 1 - VB.NET by Schneider38 Different Versions of Visual Basic Version 1.0 – 1991 Version 2.0 – 1992 Version 3.0 – 1993 Version 4.0 – 1995 Version 5.0 – 1997 Version 6.0 – 1998 VB.NET – 2002 – NOT BACKWARD COMPATIBLE WITH EARLIER VERSIONS OF VISUAL BASIC

Chapter 1 - VB.NET by Schneider Biographical History of Computing

Chapter 1 - VB.NET by Schneider s George Boole – devised Boolean algebra Charles Babbage – created "analytical engine" Augusta Ada Byron – first computer programmer Herman Hollerith – founder of company that would become IBM

Chapter 1 - VB.NET by Schneider s Alan Turing – deciphered German code in WWII; father of artificial intelligence John V. Atanasoff – inventor of first electronic digital special purpose computer

Chapter 1 - VB.NET by Schneider s Howard Aiken – built large scale digital computer, Mark I Grace M. Hopper – originated term "debugging"; pioneered development and use of COBOL John Mauchley and J. Presper Eckert – built first large scale general purpose computer, ENIAC

Chapter 1 - VB.NET by Schneider s continued John von Neumann – developed stored program concept Maurice V. Wilkes – built EDSAC, first computer to use stored program concept John Bardeen, Walter Brattain, and William Shockley – developed transistor that replaced vacuum tubes

Chapter 1 - VB.NET by Schneider s John Backus – created Fortran; early user of interpreters and compilers Reynold B. Johnson – invented the disk drive Donald L. Shell – developed efficient sorting algorithm

Chapter 1 - VB.NET by Schneider s John G. Kemeny and Thomas E. Kurtz – invented BASIC Corrado Bohm and Guiseppe Jacopini – proved that any program can be written with only 3 structures: sequence, decision, and loops Edsger W. Dijkstra – stimulated move to structured programming by declaring "GOTO" harmful

Chapter 1 - VB.NET by Schneider s continued Harlan B. Mills – advocated use of structured programming Donald E. Knuth – wrote definitive work on algorithms Ted Hoff, Stan Mazer, Robert Noyce, and Frederico Faggin – developed first microporcessor

Chapter 1 - VB.NET by Schneider s continued Douglas Engelbart – invented computer mouse

Chapter 1 - VB.NET by Schneider s Ted Codd - software architect; laid the groundwork for relational databases Paul Allen and Bill Gates - cofounders of Microsoft Corporation Stephen Wozniak and Stephen Jobs - cofounders of Apple Computer Inc. Dan Bricklin and Dan Fylstra - wrote VisiCalc, the first electronic spreadsheet program

Chapter 1 - VB.NET by Schneider s continued Dennis Ritchie - creator of the C programming language. Ken Thompson - created the Unix operating system Alan Kay – developer of Smalltalk, a pure object-oriented language Don Chamberlain - created a database programming language, later known as SQL,

Chapter 1 - VB.NET by Schneider s Phillip “Don” Estridge - at IBM directly responsible for the success of the personal computer. Mitchell D. Kapor - cofounder of Lotus Corporation Tom Button - group product manager for applications programmability at Microsoft; headed the team that developed QuickBasic, QBasic, and Visual Basic.

Chapter 1 - VB.NET by Schneider s continued Alan Cooper - considered the father of Visual Basic. Tim Berners–Lee - father of the World Wide Web. Charles Simonyi - the “father of Word.” Bjarne Stroustrup - creator of the C++ programming language. Richard M. Stallman - founded Free Software Foundation

Chapter 1 - VB.NET by Schneider s Marc Andreessen - inventor of the Web browser. James Gosling – creator of Java. Linus Torvalds - developed the popular Linux operating system.

Chapter 1 - VB.NET by Schneider s continued Brain Behlendorf, Rob McCool, and Roy Fielding - developers of the Apache HTTP server, an open-source Web server that can scale up quickly to handle high volumes of traffic.