Instructional Video18:27
Programming Electronics Academy

DeBugging an Arduino Sketch #003 :: Cleaning up the Code

Higher Ed
This code comes from a course student [Arthur] working on a challenge. The challenge was to blink 3 LEDs in sequence back and forth and use two potentiometers to adjust the timing of the blink and the brightness of the LEDs. Arthur did a...
Podcast27:26
NASA

‎NASA in Silicon Valley: Komal Sadhwani Talks About Law on Earth for the Benefit of Space

Pre-K - Higher Ed
A conversation with Komal Sadhwani, an attorney at NASA’s Ames Research Center in Silicon Valley.
Podcast20:59
NASA

Small Steps, Giant Leaps: Episode 39, Plum Brook Station Small Steps, Giant Leaps

Pre-K - Higher Ed
Plum Brook Station Director David Stringer discusses world-unique test facilities at the NASA station in Ohio.
Podcast33:11
NASA

‎Houston We Have a Podcast: International Trailblazer

Pre-K - Higher Ed
Sergei Krikalev, cosmonaut and flight engineer of Expedition 1, the first long-duration mission to the International Space Station, recounts the 20th anniversary of this mission and a career of fostering international collaboration....
Instructional Video4:45
Programming Electronics Academy

Tutorial 02: Download and install the Arduino IDE: Arduino Course for Absolute Beginners (ReM)

Higher Ed
One of the absolute best things about the Arduino platform is how easy it is to get started. The software that installs on your computer is completely free and designed specifically for ease of use. The program is called an Integrated...
Instructional Video1:45
Apalapse

How to Create Star Trails in 2 Minutes

9th - 12th
I've already covered how to avoid star trails in astrophotography, but sometimes, it's just the effect you need to create a stunning photo. Star trail photography can seem challenging, both in-camera and in-post production, but hopefully...
Instructional Video9:07
Wonderscape

High Frequency Nouns for First Grade

K - 5th
In this video, Juliana introduces first-grade students to 15 high frequency nouns. She explains that high frequency nouns are words that are commonly seen in books and writing. Juliana goes through each noun, provides a sentence example,...
Instructional Video8:21
Curated Video

C++ for Beginners - Program Entry Point and Namespaces

Higher Ed
In this section, David examines the program entry point, and name spaces. This clip is from the chapter "Program Structure" of the series "C++ for Beginners".Function Structure
Instructional Video5:43
Curated Video

C++ for Beginners - Creating a Project

Higher Ed
In this lesson, David tours the IDE and demonstrates how to create a simple program. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Instructional Video1:16
The March of Time

1952: CORPORATE PATRONS: WS Art Director of N.W. Ayer & Son Charles Coiner (1898-1989) looking at commissioned painting of Abraham Lincoln, SOT saying artists are doing good job, artist work will be seen by millions, Charles moving out frame.

12th - Higher Ed
MOT 1952: CORPORATE PATRONS: WS Art Director of N.W. Ayer & Son Charles Coiner (1898-1989) looking at commissioned painting of Abraham Lincoln, SOT saying artists are doing good job, artist work will be seen by millions, Charles moving...
Instructional Video6:33
Healthcare Triage

Doctors, Quality of Care, and Pay for Performance

Higher Ed
"Pay for performance" is one of those slogans that seem to upset no one. But as with so many things in health care, it's much more complicated than it appears at first glance. Watch and learn!
Instructional Video28:19
Paul Marriott

Tutorial: Musical Piano Device w/Arduino Uno, 8 x Pushbutton, Passive Buzzer & mBlock 3

9th - 12th
A tutorial for a physical Arduino 8-button musical piano device. Uses Arduino Uno microcontroller, 8 x pushbutton with caps, passive buzzer and mBlock 3 coding platform.
Instructional Video19:35
Science360

LIGO Looking Forward

12th - Higher Ed
The recipients of the 2017 Nobel Prize in Physics share an insider's look into the future of the world's largest gravitational wave detectors. From peering inside a supernova to capturing signals from the universe's first moment,...
Instructional Video3:45
Espresso Media

Chernobyl: A Ticking Time Bomb

9th - 12th
Chernobyl part 1/7: This video discusses the Chernobyl disaster in 1986, where a sequence of errors led to a catastrophic nuclear accident that killed hundreds and created permanent ghost towns in eastern Ukraine. The protective...
Instructional Video8:54
Packt

Running Test Cases in TestNG without Java Compiler

Higher Ed
This video explains how to run test cases in TestNG without a Java compiler. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Instructional Video26:16
APMonitor

Python 🐍 If Statements

10th - Higher Ed
Statements if and else tell the computer what to do based on a condition that is True or False. The elif statement is an additional if statement when there is more than one switching condition.
Instructional Video9:47
APMonitor

Java ☕ Course Introduction

10th - Higher Ed
The course is designed to start from no programming experience and guide a self-paced learner through the basics of Python. The 12 modules are run from Eclipse or another Java Integrated Development Environment (IDE). The tutorials start...
Instructional Video3:55
Curated Video

Fix the errors in a computer program or algorithm : Raising Exception

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Raising Exception
Instructional Video7:10
Curated Video

Learn and Master C Programming - Comments in C

Higher Ed
We will go over comments and commenting out code and the different styles of comments supported by C language. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute...
Instructional Video6:35
Curated Video

Learn and Master C Programming - Using '#define' To Define Symbolic Constants

Higher Ed
We will write a program that uses '#define' to define some symbolic constants. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
Instructional Video11:03
Curated Video

C++ Developer - Random Numbers

Higher Ed
This video discusses random numbers. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Instructional Video11:02
Brainwaves Video Anthology

Philip C. Kendall - Child & Adolescent Anxiety Disorders

Higher Ed
Dr. Kendall is an active researcher, scholar, and clinician. His CV lists over 450 publications, including over 30 books and over 20 treatment manuals and workbooks. His treatment programs have been translated into dozens of languages,...
Instructional Video10:54
Curated Video

C++ for Beginners - The "Do While" Loop

Higher Ed
In this section, David examines the "Do While" loop. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Instructional Video6:50
Packt

Debug a computer program created by someone else : Debugging Your Second Python Program

Higher Ed
From the section: Getting Started with Python Development. Setup your development environment, a gentle introduction to Python3. Demonstrate the Python debugger, and PyCharm interface to the debugger mode. • Run our program in the debug...