Instructional Video11:29
Curated Video

Introduction to the Economy

Higher Ed
Introduction to the Economy
Instructional Video6:22
Curated Video

IELTS Writing Task 1: Maps- How to score high!

9th - Higher Ed
IELTS throws maps into the equation for Writing Task 1. Not often, but it happens! Once in awhile, IELTS gives you a map to analyze for Writing Task 1. Many students are not well-prepared for this, because they only practice writing...
Instructional Video1:33
Mediacorp

Fighting the Health Crisis in Singapore

12th - Higher Ed
This video addresses the growing issue of obesity in Singapore. With a personal connection to diabetes in his family, the teacher is on a mission to fight the health crisis by starting with children. Over the course of 5 weeks, he aims...
Instructional Video7:15
Oxford Comma

Chapter by Chapter (Never Let Me Go): Chapter Seventeen

9th - 12th
Welcome to the seventeenth video in our chapter by chapter analysis of Kazuo Ishiguro's Never Let Me Go! In this video we'll look at what how Ishiguro ends part two of the novel and why Kathy decides to leave the cottages early in order...
Instructional Video11:19
Programming Electronics Academy

Tutorial 08: analogRead() and the Serial Port: Arduino Course for Absolute Beginners (ReM)

Higher Ed
Arduino Course for Absolute Beginners Knowing if something is on or off can be extremely useful, but often you will want to know more. How bright is the light? How fast is the satellite moving? These types of answers are often analog -...
Instructional Video39:00
Brian McLogan

What you need to know | Functions

12th - Higher Ed
In this video I walk through some of the basic problems that you will want to know and remember BEFORE entering pre-calculus. "Most" pre-calculus classes start with a chapter or section on functions and while this video does not cover...
Instructional Video3:31
Curated Video

IELTS Task 1 Strategy- Writing an Overall Trend

9th - Higher Ed
Did you know that NOT having an overall trend automatically lowers your IELTS Task 1 score?. For more advice on how to increase your IELTS scores, visit ielts.allearsenglish.com. If you’ve taken an IELTS class or studied an IELTS...
Instructional Video0:43
Visual Learning Systems

Working With Data: Introduction

9th - 12th
Numbers, sketches, images, and recordings are all examples of data we use everyday. This fun and informative program illustrates the ways data is used in our lives and by scientists. Special emphasis is placed on how data is used to help...
Instructional Video8:03
KnowMo

Introduction to Standard Form

12th - Higher Ed
This video is a lecture presentation that introduces standard form, a system for expressing numbers in a common format, which helps condense large and small numbers into a more calculable format. The presenter explains how standard form...
Instructional Video7:33
Curated Video

Master Java Web Services and REST API with Spring Boot- Introduction to RESTful Web Services

Higher Ed
Introduction To Web Services: Introduction to RESTful Web Services This clip is from the chapter "Introduction to Web Services" of the series "Master Java Web Services and REST API with Spring Boot".In this section, you will learn about...
Instructional Video5:26
Curated Video

Introduction to Break-Even Analysis and Calculation

Higher Ed
This video explains the concept of break-even point in business. The video discusses how to calculate break-even point and the formula to use. The video also provides an example calculation of break-even point and how to calculate profit...
Instructional Video4:40
Curated Video

Master Java Web Services and REST API with Spring Boot- Introduction to SOAP Web Services

Higher Ed
Introduction To Web Services: Introduction to SOAP Web Services This clip is from the chapter "Introduction to Web Services" of the series "Master Java Web Services and REST API with Spring Boot".In this section, you will learn about Web...
Instructional Video5:45
Curated Video

Crafting an Effective Introduction for Your Writing

K - 5th
In this video, the teacher discusses the importance of crafting an effective introduction in writing. The introduction is compared to a movie preview, as it gives readers a taste of what they can expect from the text. It also provides a...
Instructional Video6:09
Curated Video

Beginning Python (Video 20)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video6:56
Programming Electronics Academy

Challenge 06: Blink an LED Discussion: Arduino Course for Absolute Beginners (ReMastered)

Higher Ed
Change the value of the delay functions. What happens? Change the number of the led variable to 12 and adjust the resistor appropriately. See what happens.
Instructional Video6:10
Oxford Comma

What You Need Before You Read: Twelfth Night

9th - 12th
Welcome to what you need before you read, the series where I attempt to inoculate you from boredom by injecting a little context and relevancy into you reading experience. For our inaugural episode, we’re looking at William Shakespeare’s...
Instructional Video9:14
Oxford Comma

Chapter by Chapter (Never Let Me Go): Chapter Seven

9th - 12th
Welcome to the seventh video in our chapter by chapter analysis of Kazuo Ishiguro's Never Let Me Go! In this video we'll look at the Kathy's investigation into the strange happenings at Hailsham, the bombshell of knowledge that Miss Lucy...
Instructional Video13:53
Mr Henry's Music World

Halloween Piano Tutorial for Kids Ghostbusters Theme Part Two [EASY]

K - 5th
Hey Parents! Looking for fun, awesome piano lessons for kids ages 6-10?
Instructional Video1:21
FuseSchool

How to connect the SMART Board cables - SMART tutorials for teachers - the virtual school

6th - Higher Ed
No more troubles with connecting your SMART board to your PC or notebook: SMART tutorials show you how to make sure all is ready to start the Interactive Whiteboard experience - brought to you by the virtual school!
Instructional Video8:09
Oxford Comma

Chapter by Chapter (Never Let Me Go): Chapter Eleven

9th - 12th
Welcome to the eleventh video in our chapter by chapter analysis of Kazuo Ishiguro's Never Let Me Go! In this video we'll look at the the reason why Kathy and Ruth are friends in the first place and if their friendship can survive its...
Instructional Video8:02
Oxford Comma

Chapter by Chapter (Never Let Me Go): Chapter Five

9th - 12th
Welcome to the fifth video in our chapter by chapter analysis of Kazuo Ishiguro's Never Let Me Go! In this video we'll look at the Woods and why they're so creepy. We'll also try to figure out why Kathy is still friends with Ruth.
Instructional Video10:12
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- Introduction to AWS Certified Cloud Practitioner Certification

Higher Ed
In this video, we'll learn about Introduction to AWS Certified Cloud Practitioner certification. This clip is from the chapter "Introduction to AWS Certified Cloud Practitioner CLF-C01 and Cloud Computing" of the series "AWS Certified...
Instructional Video21:52
Programming Electronics Academy

Tutorial 12: For Loop Iteration: Arduino Course for Absolute Beginners (ReM)

Higher Ed
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...
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.