=====
CS 111 - Week 2 Lecture 1 - 2025-09-02
=====
=====
TODAY WE WILL
=====
* announcements
* a few words about file extensions and select-all
* more examples of provided functions!
* intro: function signature, and purpose statement
* if time: intro to identifiers, and defining your own names, part 1
* prep for next class
=====
CS CLUB - 1st MEETING - Wednesday, September 3
* 3:00 pm - 4:30 pm
* FR 105
* CS Trivia Night
* csclubhumboldt.org
=====
* clicker questions for credit start TODAY!
* should be working on Homework 1, submitting early and
submitting often!
* Problems 1 and 2 are completed on Canvas
* the remaining problems are answered in a Racket .rkt
file, that you submit (like you submitted the Week 1
Lab Exercise's Racket .rkt file)
* at-least-first-attempts at its problems are
due by 11:59 pm this Friday, September 5
* Should be starting the Week 2 readings
* (given in the course syllabus,
on the public course web page,
and the Reading Assignments section under Modules on the course
Canvas site)
=====
* Racket source code - the expressions, etc. that you type
in the definitions window - is expected to be in a file with
the file extension .rkt
=====
* see more notes in the comments in the posted
examples for today, in 111lect02-1.rkt