CS 240 – Computer Programming I Lab Kalpa Gunaratna –

Slides:



Advertisements
Similar presentations
Edexcel GCSE Maths Spec B – Modular: Booster C © Pearson Education This document may have been altered from the original. To show the solutions to.
Advertisements

CS107 Introduction to Computer Science Lecture 2.
eBilling Training Invoicing
1 CS 161 Introduction to Programming and Problem Solving Chapter 9 C++ Program Components Herbert G. Mayer, PSU Status 10/20/2014.
CSE Spring 2015 INTERMEDIATE PROGRAMMING
Calc III Math Lab Spring Introduction Teaching Assistant names Policies –Online:
COMS W1004 Introduction to Computer Science June 25, 2008.
Designing Algorithms February 2nd. Administrativia Lab assignments will be due every Monday Lab access –Searles 128: daily until 4pm unless class in progress.
CS107 Introduction to Computer Science Lecture 2.
COMP 14 Introduction to Programming Mr. Joshua Stough February 21, 2005 Monday/Wednesday 11:00-12:15 Peabody Hall 218.
Logo Lesson 4 TBE Fall 2004 Farah Fisher. Prerequisites Create basic and complex shapes using Logo procedures Create Logo procedures that use variables.
Final exam week office hours: Wednesday 5/2: 1:00 – 3:30 Thursday 5/3: 9:00 – 12:00 1:00 – 2:30 4:00 – 5:30 (Math Lab in A 426) Friday 5/4No office hours.
Administrative MUST GO TO CORRECT LAB SECTION! Homework due 11:59pm on Tuesday. 25 points off if late (up to 24 hours) Cannot submit after 11:59pm on Wednesday.
CS 241 – Computer Programming II Lab Kalpa Gunaratna –
Today: Lecture on Section 2.6: More word problems! Next class session: Review for Test 1 (covers everything since the beginning of the semester, including.
CS 240 – Computer Programming I Lab Kalpa Gunaratna –
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
CS 241 – Computer Programming II Lab Kalpa Gunaratna –
CS 240 – Computer Programming I Lab Kalpa Gunaratna –
CS 241 – Computer Programming II Lab Kalpa Gunaratna –
COMP 1001: Introduction to Computers for Arts and Social Sciences Programming in Scratch Monday, May 16, 2011.
CS 121 Engineering Computation Lab Lab 2 Bruce Char Department of Computer Science Drexel University October 6-10, 2008 ©By the author. All rights reserved.
General Programming Introduction to Computing Science and Programming I.
CS 241 – Computer Programming II Lab Kalpa Gunaratna –
- Four sides - Four angles - Four vertices  - The diagonals are equal in length and perpendicular and bisect each other.
Grade Book Training Thanks for coming!. Adding A Student  Add student from enter/leaves screen  Go to Manage Students (if you forgot low assignment)
CS 241 – Computer Programming II Lab Kalpa Gunaratna –
Computer Labs Orientation September 2003 Prepared by Computer Services.
Coming Up: Today: Lecture on Section 2.5 More word problems! Next two class sessions after today: 1. Review for Test 1 2. Test 1 on Mon. November 9 th.
Web Scripting [PHP] CIS166AE Wednesdays 6:00pm – 9:50pm Rob Loy.
How to Have a Paperless Classroom SOME PRACTICAL IDEAS from Allison Smith, English.
CS 240 – Computer Programming I Lab Kalpa Gunaratna –
CS161 Topic #16 1 Today in CS161 Lecture #16 Prepare for the Final Reviewing all Topics this term Variables If Statements Loops (do while, while, for)
Monitoring duties for TA’s Computer lab ES 2.104: open 9am-11pm daily Monitored by a TA when open Monitoring duty split into slots: 2 hour slots from 11am-9pm.
Intro to Nested Looping Intro to Computer Science CS1510 Dr. Sarah Diesburg.
Computer Security coursework 3 (part 1) Dr Alexei Vernitski.
CS 100 Introduction to Computing Seminar October 7, 2015.
CS 240 – Computer Programming I Lab Kalpa Gunaratna –
Hosted by Mr. Bagunolo Function Area Formula Circle, Rectangle, Square What if?
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormick 3rd floor 607 Office Hours – Tuesday and.
Triangles Who Wants To Be A Millionaire? Question 1.
CMP 131 Introduction to Computer Programming Violetta Cavalli-Sforza Week 11.
1 CS 1430: Programming in C++. 2 Input: Input ends with -1 Sentinel-Controlled Loop Input: Input begins with.
1 Project 3 String Methods. Project 3: String Methods Write a program to do the following string manipulations: Prompt the user to enter a phrase and.
CS 141 Computer Programming 1 Branching Statements.
COMS W1004 Introduction to Computer Science June 2, 2008.
1 Project 7: Looping. Project 7 For this project you will produce two Java programs. The requirements for each program will be described separately on.
CS 104 – Fall 2011 Exploring Computer Science Build Your Own Blocks September 19, 2011.
CPSC 233 Tutorial 5 February 2 th /3 th, Java Loop Statements A portion of a program that repeats a statement or a group of statements is called.
CS 101 – Oct. 7 Solving simple problems: create algorithm Structure of solution –Sequence of steps (1,2,3….) –Sometimes we need to make a choice –Sometimes.
FEDERAL TAX AB256 Professor Ron Hathaway. WELCOME Introductions contact information: Ron Hathaway (c) AIM: DiverRescue4.
Coming Up: Today: Lecture on Section 2.5 More word problems! Next two class sessions after today: 1. Review for Test 1 2. Test 1 on Tues. March 29 th (TTH)
Online Math Tutoring Now you can get the tutoring help you need from anywhere you have access to a computer.
Effort Reporting Updates, Deadlines, and Open Lab Sessions Commitment Accounting/Effort Reporting Users Group Meeting May 27, 2015.
Homework 1 (due:April 13th) Deadline : April 13th 11:59pm Where to submit? eClass 과제방 ( How to submit? Create a folder. The name.
Who Wants To Be A Millionaire?
CS 241 – Computer Programming II Lab
Excel Tutorial 8 Developing an Excel Application
Triangles.
CS 241 – Computer Programming II Lab
CS 240 – Computer Programming I Lab
CS 240 – Computer Programming I Lab
Triangles.
Online Math Tutoring Now you can get the tutoring help you need from anywhere you have access to a computer.
Looping Topic 4.
Functions continued.
do/while Selection Structure
CS150 Introduction to Computer Science 1
Put the on A on the keyboard.
Area of a Triangle – Foundation – GCSE Questions
Presentation transcript:

CS 240 – Computer Programming I Lab Kalpa Gunaratna –

Contact  Contact by   Office hours  376 Joshi  Mondays & Wednesday 3:00 pm – 4:00 pm

In lab  Read from keyboard a character.  While loop to continue loop until the range is satisfied.  for loop can also be used.  Use Math package to square numbers.  Use documentations and JavaDocs.  Input – case insensitive

Post lab  Isoscele triangle – at least two sides are equal.  Should work for only required shapes – incorrect input should be handled.  Printing traingles – use previous lab's triangle shape and try changing it.  For triangles, entered number should be the number of rows.

Reminders  Submit net beans projects to WebCT (marks will be deducted if not hereafter).  Put your JavaDoc in proper position.  Use comments where necessary.  Indent your code and format.  Remove unnecessary code fragments.