Search for tag: "tests"

Heather Schofield, Oct. 2024 - Dyson Faculty Research Series

Zoom Recording ID: 93127312042 UUID: kWz4VpACSLKYMas8KsRMSw== Meeting Time: 2024-10-11 03:50:14pmGMT

+18 More
From  Chris Barrett 3 plays

Automated Test-Case Reduction

+19 More
From  Adrian Sampson 178 plays

Live Lecture with Dr Smith -- Intro Stats

Zoom Recording ID: 99931886983 UUID: YDrg/T50QB22aspnqcgJZg== Meeting Time: 2021-04-21T14:12:41Z

+19 More
From  Melissa Smith 12 plays

3.19.21 Lucas Mentch, University of Pittsburgh

Zoom Recording ID: 94765771101 UUID: VB8V4V3dSAGYQagtr1etgQ== Meeting Time: 2021-03-19T15:14:36Z

+19 More
From  Jordan Staiti 74 plays

Live Lecture with Dr Smith -- Intro Stats

Zoom Recording ID: 99931886983 UUID: hXufGT8RSJWxkvc9XUyMjA== Meeting Time: 2021-03-05T15:01:30Z

+19 More
From  Melissa Smith 1 plays

2.26.21 Sameer Singh, University of California, Irvine

Zoom Recording ID: 94765771101 UUID: 0mUf0ZDfRU2+gtHIgzchEQ== Meeting Time: 2021-02-26T16:14:28Z

+19 More
From  Jordan Staiti 41 plays

Day of Data 2021: Communicating Our Research

Communicating Our ResearchThursday, Jan. 28, 2021 | 12:10 pm, Track 2Gardens of the Roman Empire: interdisciplinary collaboration to assemble, organize, and publish online scholarship, Yifan Li,…

+19 More
From  Sarah Wright 30 plays

TLE: Dec 8 - Study Strategies, Learning Strategies Center (LSC)

Zoom Recording ID: 94724468690 UUID: gl870jAjTH2Fzmz5hWKhEw== Meeting Time: 2020-12-08T16:45:37Z

+19 More
From  Tracy Gavich 8 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…

+19 More
From  Hannah Lee 56 plays

Zoom Oct. 20. Recursion

Recursion is a powerful programming tool and one of the fundamental principles of computer science. It is used in many advanced algorithms.In this session, we will just focus on divide-and-conquer,…

+19 More
From  Hannah Lee 47 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…

+19 More
From  Hannah Lee 24 plays

Lesson 16.7 For-Loops and Testing

Another control-structure means another video on testing. But if you have following the Rule of Numbers, you will discover that you have enough tests for your for-loop. Instead, as we show in this…

+19 More
From  Hannah Lee 77 plays

Zoom Sep. 29. Algorithm Design

In this session we do a deep dive in how we might design a series of functions to acomplish a single task.This class will be highly interactive. We will start with a specification – one more…

+19 More
From  Hannah Lee 33 plays

Lesson 10.7 Multifunction Debugging

Top-down design simplifies the design of code, but it can make debugging a little more complicated. Now bugs are potentially spread across multiple functions. In this video we look at an extended…

+19 More
From  Hannah Lee 85 plays

Zoom Sep. 22. Specifications and Testing

Both specifications and testing are critical for the first assignment. But many students struggle with them because they are so “fuzzy”.To help you improve your skills here, we have are…

From  Hannah Lee 29 plays

Lesson 9.10 Conditional Scripts

The only difference between a module and a script is how you run it. But we have seen Python files that do different things when you run them as a script or import them as a module. This is done with…

+19 More
From  Hannah Lee 63 plays