Search for tag: "exam"

Cornell Family Conversation Series: Finishing the Semester Strong | November 30, 2023

The Cornell Family Conversation Series is hosted by the Cornell University Office of Parent & Family Programs. Our topic is Finishing the Semester Strong: A Conversation with the Learning…

From  Lindsey Bray 20 plays

Systems Conversations on 4/10/2020: Sridhar Tayur

From  Michael Bell 2 plays

Systems Conversation on 4/12/2020: Sridhar Tayur

From  E. Cornelius 2 plays

Davis Vision | Open Enrollment 2022

A webinar outlining the available Vision Plan via Davis Vision for Endowed Employees at Cornell. Held virtually during Benefair 2022. https://hr.cornell.edu/enroll/benefair

From  Gerald Deis 5 plays

ECE Ph.D. Orientation Session 2022

Presentation and Q&A zoom session with Scott Coldren, Assistant Director of M.Eng. and Ph.D. Programs, and Associate Professor Khurram Afridi, Director of Graduate Studies.

From  Eric Laine 14 plays

What works: Classroom polling ideas to engage students (part 3)

Hadas Ritz, Senior Lecturer, Mechanical and Aerospace EngineeringPolling Presentation with Q&A

From  Zach Butler 157 plays

F21 EDA Session 8: create Certiport account, finish practice test, Excel random circle back

Zoom Recording ID: 94751627255 UUID: lxOnmsSBR76OC3wVv3tEQw== Meeting Time: 2021-10-29T13:08:44Z

From  Christina Homrighouse 0 plays

Zoom Dec. 1. GUI Applications

In this presentation we talk more about the game2d module that is used in the final assignment. This module contains all of the classes you will subclass.Most of the demo code that you will need for…

From  Hannah Lee 52 plays

Zoom Nov. 12. Dynamic Typing

Our last presentation on classes reviews the issue of typing, and why this has become much trickier with the introduction of subclasses. This is the last material covered in the second exam.The…

From  Hannah Lee 31 plays

Zoom Nov. 10. Operators and Abstraction

in this presentation we review the Python data model, showing off the various operators we can define in Python. This is an area where Python is much more advanced than older object-oriented…

From  Hannah Lee 15 plays

Davis Vision - Benefair Week 2020

Faye White, Representative from Davis Vision, discusses the aspects of the Davis Vision Plan as part of the Open Enrollment period during Benefair Week 2020.

From  Gerald Deis 58 plays

Zoom Oct. 27. Nested Lists and Dictionaries

This presentation explores the last built-in (as opposed to user-defined) types in this course. These types are often used to store data in files.We actually had an (accidental) sneak peak at these…

From  Hannah Lee 33 plays

Zoom Oct. 22. More Recursion

The divide-and-conquer examples we saw in the previous session were on the easy side. In this session we look at some much more challenging examples.Included in this session is segregate, the most…

From  Hannah Lee 44 plays

Lesson 19.6 Immutable Dictionary Functions

Since we can loop over dictionaries, that means we probably want to use them in functions with accumulators. In this video we show how to do this and why they are not that much different from lists.

From  Hannah Lee 67 plays

Zoom Oct. 15. For-Loops

In this session, we review the for-loop, which is the next control structure. This is the last control structure we will need for a while.For-loops are pretty easy to use in Python, and most students…

From  Hannah Lee 21 plays

Zoom Oct. 13. Lists (and Sequences)

In this session we review the two new sequence data types: tuples, and lists. This is the last material on the first prelim.For the most part these are similar to strings, and so we will do a lot of…

From  Hannah Lee 15 plays