IT 116: Introduction to Scripting
Class 25

Review


New Material


Microphone

Graded Quiz 10

You can connect to Gradescope to take weekly graded quiz today during the last 15 minutes of the class.

Once you start the quiz you have 15 minutes to finish it.

This will be the last quiz.

Final Exam

The final exam will be held on Thursday, May 16th from 11:30AM - 2:30PM.

The exam will be given in this room.

If for some reason you are not able to take the Final at the time it will be offered, you MUST send an email to me before the exam so we can make alternative arrangements.

The final will consist of questions like those on the quizzes, along with questions asking you to write short segments of Python code.

60% of the points on this exam will consist of questions from the Ungraded Class Quizzes.

You do not need to study a Class Quiz question if the topic is not mentioned in either the Midterm or Final review.

The remaining 40% will come from 4 questions that ask you to write some code.

To study for the code questions you should be able to

A good way to study for the code questions is to review the Class Exercises homework solutions and Class Notes.

The last class on Thursday, May 2nd, will be a review session.

You will only be responsible for the material in that review session, which you will find here, and the review for the Midterm, which you will find here.

Although the time alloted for the exam is 3 hours, I would expect that most of you would not need that much time.

The final is a closed book exam.

To prevent cheating, certain rules will be enforced during the exam.

Remember, the Midterm and Final determine 50% of your grade.

Announcement

There will be no graded quiz next week.

Questions

Are there any questions before I begin?

Review

Time for Computer Operations

Reading a File into a List

Advantages of Using Lists with Files

Problems with Copying Objects

Copying Lists

Functions That Return Objects

Functions That Work with Lists

Functions That Change Lists

Attendance

New Material

List Elements

Two-Dimensional Lists

Tuples

The tuple Conversion Function

Why Use Tuples?

Tic-Tac-Toe

Tic-Tac-Toe - Step 1

Tic-Tac-Toe - Step 2

Tic-Tac-Toe - Step 3

Tic-Tac-Toe - Step 4

Tic-Tac-Toe - Step 5

Tic-Tac-Toe - Step 6

Tic-Tac-Toe - Step 7

Privacy

Class Exercise

Class Quiz