90 likes | 189 Views
Introduction to Computer Programming. CS 126 Lecture 8 Zeke Maier. Plan for Today. Questions Administrivia AD Exercises 4.2 & 4.3 Developing Debugging Compound Data Assignment. Questions. Administrivia. http://students.cec.wustl.edu/~ejm3/ Help Session 2-4 in Sever 201
E N D
Introduction to Computer Programming CS 126 Lecture 8 Zeke Maier
Plan for Today • Questions • Administrivia • AD Exercises 4.2 & 4.3 • Developing • Debugging • Compound Data • Assignment
Administrivia • http://students.cec.wustl.edu/~ejm3/ • Help Session 2-4 in Sever 201 • No office hours • Quiz 1 Solutions • Lab 1 Demo Results • Remote Desktop • TA Schedule?
AD Exercises 4.2 & 4.3 • http://students.cec.wustl.edu/~ejm3/CS126/web/code.html#conditionals
Developing • Development Plan • Write a method • Write more • Compile • Fix syntax errors • Fix semantic errors • Development Plan • Start with a work program • Write a small logical block • Compile & test • Fix errors
Debugging • Determine which type the error is • Compiler Errors • Always debug the first error first! • Error messages can be hard to understand, but normally there is useful information lurking inside
Assignments • Lab 2 due Wednesday • Readings • Monday • KG Notes