Welcome to CS 1301! Principles of Programming I.

Slides:



Advertisements
Similar presentations
CMSC 132: Object-Oriented Programming II
Advertisements

COMP 14 Introduction to Programming Miguel A. Otaduy Summer Session I, 2004 MTWRF 9:45-11:15 am Sitterson Hall 014.
COMP 110 Introduction to Programming Mr. Joshua Stough August 22, 2007 Monday/Wednesday/Friday 3:00-4:15 Gardner Hall 307.
HUMAN ANATOMY AND PHYSIOLOGY Biology 2010 – Fall 2013 James F. Thompson, Ph.D.
CS 115 TA Orientation Fall More students! Enrollment up to sections + night about 22% CS majors (50 on 8/16)
Welcome to CompSci 100! As You Arrive… Make sure you grab a syllabus packet. Read through it. I will be covering the most essential points in my talk,
Welcome to CS 115! Introduction to Programming Fall 2015.
Welcome to CS 115! Introduction to Programming. Class URL Please write this down!
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
COMP Introduction to Programming Yi Hong May 13, 2015.
Welcome to IIT and cs115!.
Welcome to CS 115! Introduction to Programming. Class URL
ECEN 301Discussion #1 – Syllabus1 All Sections MWF 1:00 – 1:50 PM 256 CB Lecture: MW Recitation: F Labs: M or Th Instructor: Prof. David Long Office: CB.
Welcome to CS 101! Introduction to Computers Spring 2015 This slide is based on Dr. Keen slides for CS101 day sections, with some modifications.
CSCE 1040 Computer Science 2 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
1 Software Systems Development CEN Spring 2011 TR 12:30 PM – 1:45 PM ENB 116 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering.
Catie Welsh January 10, 2011 MWF 1-1:50 pm Sitterson 014.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
Welcome to CS 221! First Course in Computer Science for Engineers.
Welcome to CS 115! Introduction to Programming. Class URL ~mjspra2/ 115summer/
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
INTRODUCTION TO PROGRAMMING ISMAIL ABUMUHFOUZ | CS 146.
Welcome to CS 101! Introduction to Computing I. Greeting! Kiho Lim CS 101 – Teaching Assistant
COP4610/CGS5765 Operating Systems Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: W M F 9:10am – 10:00am, or by appointments.
1 COP 3331 Object Oriented Design Spring 2016 Section 001 F 8:00 AM – 10:45 AM CPR 115 Classroom Lecture 3 credit hours Instructor:Dr. Rollins Turner ENB.
1 Data Structures COP 4530 Spring 2010 MW 4:35 PM – 5:50 PM CHE 101 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering ENB
1 CAP 4063 Web Application Design Spring 2016 Section 001 TR 11:00 AN – 12:15 PM ENG 4 (classroom lecture) 3 credit hours Instructor:Dr. Rollins Turner.
1 COP 2510 Programming Concepts Spring credit hours Instructor:Dr. Rollins Turner ENB 343F Office Hours: MW 11:00 AM – 12:00.
Welcome to CS 101! Introduction to Computers Fall 2015.
CS151 Introduction to Digital Design Noura Alhakbani Prince Sultan University, College for Women.
King Saud University1 CSC 112 Java Programming I Introduction.
COP4610 Principles of Operating Systems Prof. Robert van Engelen Department of Computer Science Florida State University.
INTRODUCTION GC 101. WELCOME TO GC101  Aseel AlHadlaq  Website   
PROBLEM SOLVING AND PROGRAMMING ISMAIL ABUMUHFOUZ | CS 170.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
Welcome to CS 115! Introduction to Programming Spring 2016.
Introduction to Programming Fall 2017
Introduction to Computers Spring 2017
Course Overview - Database Systems
Computer Engineering Department Islamic University of Gaza
CS101 Computer Programming I
Computer Science I Ismail abumuhfouz | CS 180.
CSc 1302 Principles of Computer Science II
Software Requirements
Introduction to Programming
PROBLEM SOLVING AND PROGRAMMING
ACIS 3504 Accounting Systems and Controls
Welcome to General Biology II!
CSC 135 section 60 or CSC Fall 2017.
Welcome to MATH FALL 2016.
Introduction to Programming Spring 2016
Welcome to CS 1010! Algorithmic Problem Solving.
Welcome to Biology 101! Please pick up a syllabus (if you don’t have one yet) and a clicker at the front desk. You will need to rent a clicker from.
Welcome to CS 1010! Algorithmic Problem Solving.
Course Overview - Database Systems
Welcome to CS 1340! Computing for scientists.
Welcome to CS 1010! Algorithmic Problem Solving.
Introduction to Computers Fall 2017
Introduction to Computers Spring 2018
Welcome to Biology 101! Please pick up a syllabus (if you don’t have one yet) and a clicker at the front desk. You will need to rent a clicker from.
Introduction to Computers Fall 2018
Introduction to Computers SPRING 2019
Accelerated Introduction to Computer Science
ACIS 3504 Accounting Systems and Controls
Introduction to Programming Spring 2019
BIT 115: Introduction To Programming
Intro to CIT 594
Computer Engineering Department Islamic University of Gaza
Course Overview CSE5319/7319 Software Architecture and Design
CS 232 Geometric Algorithms: Lecture 1
Presentation transcript:

Welcome to CS 1301! Principles of Programming I

Class URL Please write this down! ww2.valdosta.edu/~rpmihail/teaching/F14/CS1301 Please write this down!

Myself Dr. R. Paul Mihail, professor Office hours – use them! MW, 3:30-5:00pm Nevins Hall 2119 Email – rpmihail(at)valdosta(dot)edu

Thank you very much!!

Laptop Policies Lecture Lab Studies show most students with laptops open in front of them are NOT paying attention to the lecture IF you insist on using a laptop in lecture, you MUST sit in the very BACK row of the classroom, so that you distract only yourself and not other students Lab There are sufficient computers in each lab for every student You can use your own laptop if you wish

Textbook and Supplies Students are responsible for material in chapters that are listed in schedule and covered in lectures Lecture tests are closed note, closed book Lab tests are open note, open book

For Attendance – on one 3x5 card Write your NAME Write the DATE Write your SECTION AND... What are your goals for this class? That is, what do you want to learn? How much time do you expect to spend on this class OUTSIDE of lecture and lab time?

SHARE your list with a neighbor and ADD to it if you like Goals Activity - continued SHARE your list with a neighbor and ADD to it if you like COMPARE your list with the one from the syllabus Turn in your card at the end of class

And on the back of the card, describe What is the most complicated thing you have done with a computer? or What have you done with a computer that you are most proud of? We are trying to tell what level of experience you have with computers.

The goals of the class are To acquire an understanding of computer architecture and data representations (variables, representation of numbers and character strings) To learn basic algorithmic problem-solving techniques (decision structures, loops, functions) To be able to use and understand classes To be able to design, document, implement and test solutions to programming problems

Experience in Programming This class assumes NO experience in programming It does assume some experience with computers and Windows copying files, printing navigating paths

Your Grade is Based on: • Attendance/labs/pop quizzes: 10% • Online discussions (on BlazeView): 10% • Programming assignments: 30% • Exam 1: 10% • Midterm exam: 10% • Lab test: 10% • Exam 2: 10% • Final Exam (comprehensive):10%

Attendance Required at All Lectures Required at All Lab sessions taken at random by 3x5 cards, cooperative activities, quizzes Required at All Lab sessions don’t get credit for team submission if not there only "VSU excuses" accepted death in family, illness, school trips, religious holidays Give me your excuse documentation

Plagiarism / Cheating “Getting an unfair academic advantage" using other people's code as your own attempt to make code appear to work when it does not NO assistance from someone else on Lab or Lecture tests Only talk in GENERAL TERMS about program assignments, not specifics Do NOT "work together" on a program

Cheating, cont'd Do NOT show your source code to any other student - Protect your source code! If you talk to anyone outside the class, do not let anyone "inject code" into your program! YOU are the one writing it! Penalties START with a zero on the assignment and a LETTER in your permanent file! UK Policy is followed

Cooperative Work On the other hand! “Talk to your neighbor” or cooperative activities in lectures Lab assignments – you will have lab partners and turn in work with them

Accommodation Please tell me about it if you have a letter - as soon as possible! Letters are not retroactive! We can arrange both lecture and lab tests to be accommodated

Software we will use JDK (Java Development Kit) Free from http://www.oracle.com/technetwork/java/javase/downloads/index.html JGRASP Free from http://www.jgrasp.org/

Myths about CS 1301 It's a 1000-level course, it's EASY! (or not much work!) or (trivial!) You can cram the night before the tests and get through the course ok You can wait until the day the programs are due to work on them You can just memorize code

What to do next Read Chapter 1 and 2 of textbook Work on Lab 1 Make sure your University account is activated Lab this Thursday! you will be asked to interpret and run a program! practice the tutorial