Prof. Alfred J Bird, Ph.D., NBCT Office – Wheatly 2nd floor 096-03 Office Hours – MW 3:00PM.

Slides:



Advertisements
Similar presentations
Designing a Program & the Java Programming Language
Advertisements

ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Lecture 1: Overview of Computers & Programming
Starting Out with C++, 3 rd Edition 1 Chapter 1. Introduction to Computers and Programming.
COMS W1004 Introduction to Computer Science June 25, 2008.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Welcome to CS680! Tue Thu 7pm - 8:15pm :-(
Program Flow Charting How to tackle the beginning stage a program design.
Program Flow Charting How to tackle the beginning stage a program design.
CS101- Lecture 11 CS101 Fall 2004 Course Introduction Professor Douglas Moody –Monday – 12:00-1:40 – – –Web Site: websupport1.citytech.cuny.edu.
CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
An Introduction to Programming with C++ Fifth Edition Chapter 1 An Introduction to Programming.
C++ Programming: From Problem Analysis to Program Design, Third Edition Chapter 1: An Overview of Computers and Programming Languages C++ Programming:
An Introduction to Computer Programming Anna Bretscher
CSE 1301 J Lecture 2 Intro to Java Programming Richard Gesick.
CS190/295 Programming in Python for Life Sciences: Lecture 1 Instructor: Xiaohui Xie University of California, Irvine.
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormick 3rd floor 607 Office Hours – Tuesday and.
Prof. Alfred J Bird, Ph.D., NBCT Office – Wheatly 2nd floor Office Hours – MW 3:00PM to 4:00PM.
Prof. Alfred J Bird, Ph.D., NBCT Door Code: 52461* Office – McCormick 3rd floor 607 Office Hours – Monday and Thursday 3:00PM to 3:45PM.
CCSA 221 Programming in C CHAPTER 2 SOME FUNDAMENTALS 1 ALHANOUF ALAMR.
Introduction COMP104: Fundamentals and Methodology.
สาขาวิชาเทคโนโลยี สารสนเทศ คณะเทคโนโลยีสารสนเทศ และการสื่อสาร.
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.
Instructor: Tina Tian. About me Office: RLC 203A Office Hours: Wednesday 1:30 - 4:30 PM or .
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormack 3rd floor 607.
1 Agenda Administration Background Our first C program Working environment Exercise Memory and Variables.
COSC 235: Programming and Problem Solving Chapter 1: The magic of Python Instructor: Dr. X 1.
February 25, ICE 1341 – Programming Languages (Lecture #1) In-Young Ko Programming Languages (ICE 1341) Lecture #1 Programming Languages (ICE 1341)
Programming History. Who was the first programmer?
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormick 3rd floor 607 Office Hours – Tuesday and.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
Prof. Alfred J Bird, Ph.D., NBCT Door Code for IT441 Students – * Office – Wheatly.
CSC 171 – FALL 2001 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Welcome CSCI 1100/1202 Intro to Computer Science Winter 2002.
Prof. Alfred J Bird, Ph.D., NBCT Door Code: * Office – McCormick 3rd floor 607 Office.
Prof. Alfred J Bird, Ph.D., NBCT -bird.wikispaces.umb.edu/ Office – McCormick 3rd floor.
Prof. Alfred J Bird, Ph.D., NBCT Door Code for IT441 Students.
Prof. Alfred J Bird, Ph.D., NBCT Door Code for IT441 Students.
CSCI 330 UNIX and Network Programming Unit I Introduction.
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormick 3rd floor 607 Office Hours – Tuesday and.
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormick 3rd floor 607.
Programming Languages
Chapter 14 Programming and Languages McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
Prof. Alfred J Bird, Ph.D., NBCT Door Code for IT441 Students.
IT443 – Network Security Administration Week 2 – Wireshark Instructor: Alfred J Bird, Ph.D., NBCT
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormick 3rd floor 607.
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormick 3nd floor, room 607 Office Hours –Tuesday.
Prof. Alfred J Bird, Ph.D., NBCT Office – Science, 3rd floor, S Office Hours – Monday and Thursday.
Chapter 1: Introduction to Computers and Programming.
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormick 3rd floor 607.
Chapter 1 Introduction 2nd Semester H
CMPT 201 Computer Science II for Engineers
CMIT100 Chapter 14 - Programming.
1-1 Logic and Syntax A computer program is a solution to a problem.
IT441 Network Services Administration
IT441 Network Services Administration
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
C++ Programming: From Problem Analysis to Program Design
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Programming COMP104: Fundamentals and Methodology Introduction.
CS190/295 Programming in Python for Life Sciences: Lecture 1
Programming Right from the Start with Visual Basic .NET 1/e
First Python Program Professor Hugh C. Lauer CS-1004 — Introduction to Programming for Non-Majors (Slides include materials from Python Programming: An.
ENGT 3050 Vamsi Borra Instructor: Ph.D. candidate, EECS department
Principles of Programming Languages
An Introduction to Programming with C++ Fifth Edition
GC211 Data Structures and Algorithms in Java
ICS103 Programming in C 1: Overview of Computers And Programming
Presentation transcript:

Prof. Alfred J Bird, Ph.D., NBCT Office – Wheatly 2nd floor Office Hours – MW 3:00PM to 4:00PM

 Quizzes 20%  Readings 20%  Projects/Notebooks 30%  Final Exam 30%

 A Good Lab Notebook  Beginning PERL – Apress – 3 rd Edition  Beginning Ubuntu Server Administration – Apress –  The Practice of System and Network Administration – Addison Wesley  A portable storage device (USB JumpDrive)

 Mastering Regular Expressions – O’Reilly  Learning Perl – O’Reilly  Programming Perl – O’Reilly  Systems Administration with Perl – O’Reilly  Perl Cookbook – O’Reilly

 Input / Output  Variables / Information Storage  Decision / Control Structures  Data Manipulations / Calculations

 Machine Language  Assembler / Macroassembler  Fortran  Cobol  C / C++  Python  Java  Perl  A multitude of others ……………

 Procedural  Algorithmic  Structured  Object Oriented  Et. al

 Must store entries as text without formatting  Programmer vs. text editors

 Read Chapter 1 “First Steps in Perl” pp 1-11 and complete exercise 1 on p12.  Write a short summary of the SAGE code of ethics from the text or the SAGE website and be prepared to discuss it at the next class.