Welcome to CS201!!! Introduction to Programming Using Visual Basic.

Slides:



Advertisements
Similar presentations
An Introduction to Visual Basic Terms & Concepts.
Advertisements

Copyright © 2002 W. A. Tucker1 Chapter 1 Lecture Notes Bill Tucker Austin Community College COSC 1315.
CS150 Introduction to Computer Science 1 Professor: Chadd Williams.
16/13/2015 3:30 AM6/13/2015 3:30 AM6/13/2015 3:30 AMIntroduction to Software Development What is a computer? A computer system contains: Central Processing.
CSCI 3 Introduction to Computer Science. CSCI 3 Course Description: –An overview of the fundamentals of computer science. Topics covered include number.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
16 March, 2000 CS1001 Lecture 1 Introduction - Syllabus History of Computers Computer Components.
CS211 Data Structures Sami Rollins Fall 2004.
1 8/28/06CS150 Introduction to Computer Science 1 Professor: Chadd Williams
Introduction to C++ Programming CS 117 Section 2 and KNET Sections Spring 2001 MWF 1:40-2:30.
1 CS150 Introduction to Computer Science 1 Professor: Chadd Williams
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.
CS 101 Problem Solving and Structured Programming in C Sami Rollins Spring 2003.
The Operating System and the User Interface
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Chapter 4 Sec. 4.1, 4.2, 4.4 Procedures (User-defined)
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.
Parts of a computer Objective:
Chapter 1: Introduction To Computer | SCP1103 Programming Technique C | Jumail, FSKSM, UTM, 2005 | Last Updated: July 2005 Slide 1 Introduction To Computers.
Introduction to Computers and Programming
CS190/295 Programming in Python for Life Sciences: Lecture 1 Instructor: Xiaohui Xie University of California, Irvine.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
CPSC 203 Introduction to Computers Tutorial 03 & 29 Jie (Jeff) Gao September 15 & 16.
The Study of Computer Science Chapter 0 Intro to Computer Science CS1510, Section 2.
Chapter Introduction to Computers and Programming 1.
Deploying and Managing Windows Server 2012
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
CS130 Introduction to Programming with VB 6.0 Fall 2001.
By: Dwayne Burl.  The Central Processing Unit (CPU) is responsible for interpreting and executing most of the commands from the computer's hardware and.
CS110/CS119 Introduction to Computing (Java)
CSE 1340 Introduction to Computing Concepts Class 2.
COMP1070/2002/lec3/H.Melikian COMP1070 Lecture #3 v Operating Systems v Describe briefly operating systems service v To describe character and graphical.
Computer Concepts 7th Edition Parsons/Oja Chapter 3 Computer Software Section A: Software Basics.
Chapter 1 Engineering Problem Solving 1. Hardware and Software 2 A computer is a machine designed to perform operations specified with a set of instructions.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
An Introduction to Visual Basic
1 Chapter Overview Configuring and Troubleshooting the Display Configuring Power Management Configuring Operating System Settings Configuring and Troubleshooting.
IST 222 Introduction to Operating Systems Fall, 2004.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
COMP 171: Principles of Computer Science I John Barr.
Section 2.4 solving equations with variables on both sides of the equal sign. Day 1.
1 Nassau Community CollegeProf. Vincent Costa Acknowledgements: An Introduction to Programming Using Visual Basic 2012, All Rights ReservedAn Introduction.
Section 2 Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices.
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 C++ Programming: Concepts and Projects
1 8/29/05CS150 Introduction to Computer Science 1 Professor: Shereen Khoja
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
Computer Architecture
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
Lecture 8: 9/19/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
CS139 – Algorithm Development Aug 23, 2004 WELCOME!
Chapter 1 Computers, Compilers, & Unix. Overview u Computer hardware u Unix u Computer Languages u Compilers.
Welcome to Technology Michael Cox October 20, 2015 Do now: Open your typing test data file Take a three minute typing test at Typingtest.com (Aesop test)
Copyright 2003 Scott/Jones Publishing Standard Version of Starting Out with C++, 4th Edition Chapter 1 Introduction to Computers and Programming.
Computer Programming (1) Code & No.: CS 102 CREDIT HOURS: 5 UNIT Lecture 3.0 hours/week Lab: 2.0 hour/on every week a. This course introduces the students.
Chapter 10 So Many Paths … So Little Time (Multiple-Alternative Selection Structures) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Programming with Java. Chapter 1 Focuses on: –components of a computer –how those components interact –how computers store and manipulate information.
Visual Basic Code & No.: CS 218
Introduction to Visual Basic 2008 Programming
Chapter 4 – Introduction to Operating System Concepts
An Introduction to Visual Basic
CS190/295 Programming in Python for Life Sciences: Lecture 1
Chapter Two Visual Basic.Net.
Presentation transcript:

Welcome to CS201!!! Introduction to Programming Using Visual Basic

Preliminaries Syllabus Windows 2000 & our lab in S104 (Sec. 1.2) Disks & folders/directories (Sec. 1.3) Introduction to Visual Basic (Sec. 1.4) Algorithm development & foundations of problem solving

Syllabus A gentle introduction to programming Problem solving & algorithm development are the emphasis Visual Basic is the tool we use: – – graphical user interface (gui) applications – – syntax & semantics Course layout – lectures, labs Course requirements

Disks, folders/directories Section 1.3 The floppy disk is accessed from drive a The hard drive of the computer on which you’re working is accessed from drive c All access can be made using either My Computer or Windows Explorer

Hierarchical file relationships

Problems, Procedures & Computers “…the computer is ultimately dependent on the human mind to supply it with the necessary instructions to solve any type of problem.” This set of instructions is a program.

Algorithms Underlying every computer program is an algorithm. Algorithms are MODELS of the situations we wish to address. – – Usually, the “situations” are problems and we “address” them by solving them. more...

Algorithms An algorithm is an approach that is – –effective, – –precise and – –results in the solution of a given problem. What makes an algorithm good? Let us create an algorithm

OutputInput Main Memory Secondary Memory CPU Where the action takes place

Introduction to Visual Basic Section 1.4 See pp : How You Develop a Visual Basic Application Applications created are user-driven : – –Objects – –Events

Assignment   For your lab session today   Log on to your account (s)   Page 21 #15, 16   For next lecture   Read Chapter 1: Sec   Read Chapter 2   Read Chapter 3: Sec. 3.1