CS 200 - Fall 2023. 10/11/2023.


[Home]

Welcome to CS 200!

Video of the Day

Socratica Python Tutorials

Logical problem of the day

Another license plate problem: the car's prestige license plate reads: TAN 270. What kind of car is it?

https://pollev.com/slade You may also download the app to your phone. Use the "slade" poll id.

Lecture 12: Midterm Review.

Administrivia

  • I have Office hours via zoom, meeting ID 459 434 2854. Wednesday 4-6pm. I will not hold office hours next week during break.

  • ULA office hours posted on csofficehours.org. See the posting on Ed Discussions for more information.

  • Homework assignments: [Assignments]. hw3 is now available. You will submit with gradescope.

  • Autograder issues for hw2. Problem 9 not graded. Problem 10, ranges for hits.

    Midterm Exam

    Last fall, the New Yorker ran the above cartoon. At first, I thought it referred to our exams.

    The midterm will be Thursday October 12 at 7pm in WLH 207. It will be a 2 hour hand written exam. No computers. No notes. No books. No kidding. Students registered with Student Accessbility Services will take the exam in room WLH 211, down the hall.

    Here is a practice exam. (solutions). Practice UNIX script. (solutions). Note: goodbye~ is an emacs backup file. UNIX review slides.

    mt.py code for practice midterm

    Here is a great resource to practice regular expressions https://regex101.com/ Also, see www.regular-expressions.info which has a tutorial as well as useful examples, including HTML tags, email addresss, IP addresses, dates, credit cards, and lots more.

    oop practice problem: define a point class. See Point.html which uses racket structs instead of python classes. See point.py.

    Object Oriented Programming

    Oop.html (jupyter) object oriented programming.

    F String Formatting

    Python f-string tips & cheat sheets includes repr notation.

    Boolean Function Notes

    Digital Circuits Notes

    Magnetic core memory

    Getting to know UNIX

    UNIX Introduction Principle 2.
    [Home]