Amoeba Sisters
Nature of Science
Explore the nature of science with The Amoeba Sisters. This video discusses why there is not just one universal scientific method as well as the importance of credible sources when researching. Vocab in experimental design including...
PBS
How to Estimate the Density of the Moon in Majora's Mask
Gabe breaks down the steps for how he determined the density of the moon in Majora's Mask.
Curated Video
The Methods of Biology (Section 1.2)
In this section, I talk about the scientific method, controlled experiments, scientific tools, Theories and laws.
Australian Broadcasting Corporation
Short Cuts To Glory - Recipes - Leftovers
Second-hand vegies can still be delicious. Alice Zaslavsky has three quick and easy ideas for turning the sad leftover vegie into a dish to savour.
The Telegraph
The evolution of Artificial Intelligence | Tech Histories
Examine how artificial intelligence has evolved over time and will continue to grow as technology improves – from computer scientist John McCarthy first making reference to AI in 1956 to virtual assistants on our smartphones emerging in...
Curated Video
Multi-Paradigm Programming with Modern C++ - Grouping Tasks with Fork/Join
Fork/Join builds on top of continuation. The idea is that not one, but multiple parallel tasks can consume results of the previous one. And after those tasks are finished, another task aggregates the results. In this video we will both...
Wonderscape
History Kids: Coretta Scott King's Life of Activism and Advocacy
This video explores the life of Coretta Scott King, the wife of Martin Luther King Jr., and her own influential role as a civil and human rights activist. From her humble beginnings in Alabama to her international advocacy for peace and...
Crash Course
Sociology Research Methods: Crash Course Sociology
Today we’re talking about how we actually DO sociology. Nicole explains the research method: form a question and a hypothesis, collect data, and analyze that data to contribute to our theories about society.
Programming Electronics Academy
Tutorial 12: For Loop Iteration: Arduino Course for Absolute Beginners (ReM)
There are few functions so useful that you find them everywhere. The 'for loop' is an example of this type. A For Loop repeats an action for a specified number of iterations, reducing the lines of code that need to be written thus making...
Programming Electronics Academy
Tutorial 07: digitalRead() and the Serial Port: Arduino Course for Absolute Beginners (ReM)
*Description:* As simple as it may seem, knowing when something is either on or off can be a great tool to designing something useful. Answers to the following questions are what this lesson plans to tackle: Is a button being pressed?...
Curated Video
Complete Java SE 8 Developer Bootcamp - Scope-Part 1
Learn how to recognize the scope which defines the lifecycle and accessibility of state of a variable in a class. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer...
Brainwaves Video Anthology
Richard Rothstein - The Color of Law: A Forgotten History of How our Government Segregated America
Richard Rothstein is a Distinguished Fellow of the Economic Policy Institute and a fellow of the Thurgood Marshall Institute of the NAACP Legal Defense Fund and of the Haas Institute at the University of California (Berkeley). He is the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - If Else Statements in JavaScript and (in) Equality Operators
In this video, you will learn about the if…else statement in JavaScript, which allows you to control the flow of your code based on different conditions. You will explore how to use comparison and equality operators. This clip is from...
Curated Video
Hands-On Auto DevOps with GitLab CI - Automating Runner Deployment
To have proper control over our custom CI infrastructure, we need deployment automation so we can create CI infrastructure automatically. • Provision virtual machines in AWS using Ansible • Install and configure GitLab Runner...
Amoeba Sisters
Experimental Design Review: Before the Bell Biology
Time before the bell to try 9 questions focused on experimental design? You'll also get answers complete with illustrations and explanations while music plays in the background. This video is helpful in reviewing experimental design...
Curated Video
The Feared Witch of York part 2: Ursula the Herbalist Becomes Mother Shipton the Soothsayer
Ursula worked as an herbalist or "cunning person," a lucrative job at the time. People relied on herbalists to ease their maladies but also tended to distrust them for their seemingly magical knowledge of plants and their powers....
ShortCutsTv
Laboratory Experiments in Psychology
This film uses some famous psychological experiments (such as Bandura's BoBo doll and Loftus's Eyewitness Testimony) to show, rather than simply tell, students: what is meant by the experimental method in psychology, how laboratory...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Chi-Square Independence Overview (Example)
An overview (example) of how chi-square test of independence works. This clip is from the chapter "Statistical Analysis" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on...
All In One Social Media
Get Your Videos Seen With This Video Marketing Strategy for 2020
So you made a video, now what? Having video marketing strategy in 2020 is the most important thing any business can do. With a video marketing strategy you will be able to create great videos that get found in search and seen by your...
Programming Electronics Academy
7 useful keyboard shortcuts for the Arduino IDE
00:00 Intro 00:40 Verify 01:14 Upload 01:24 Open Serial Monitor 01:55 Auto Format 02:27 Comment / Uncomment 02:56 Inc / Dec Font Size 03:41 Find Next 04:28 Table of all 04:55 mnemonic__________________ In this video, you will learn the...
R Programming 101
R programming for beginners - Manipulate data using the tidyverse. Select, filter and mutate.
Learn to manipulate data using the tidyverse package in R. This is part of the "R programming for beginners" series of videos. In this video, I use one of R's built-in datasets and demonstrate how to use the following DPLYR commands:...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Budget Costs
In this video, we will learn to create and manage project budgets. We will acquire skills to effectively set, monitor, and control budgets within Microsoft Project 2021. This clip is from the chapter "Costs" of the series "Microsoft...
Curated Video
Rust Programming Master Class from Beginner to Expert - While and Simple Loops
In this video, we will cover while and simple loops. This clip is from the chapter "Control Structures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will cover the basic programming controls...
Curated Video
Rust Programming Master Class from Beginner to Expert - If let, Nested if, and the Match
In this video, we will cover if let, nested if, and the match. This clip is from the chapter "Control Structures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will cover the basic programming...