Instructional Video3:12
Curated Video

The Science of Fear

Pre-K - Higher Ed
This video discusses the physiological and neurological aspects of fear. It explores how fear is processed in the brain, specifically focusing on the role of the amygdala. The video also touches on the distinction between emotions and...
Instructional Video5:51
Packt

Implementing Data Structures

Higher Ed
This video demonstrates how to implement data structures. This clip is from the chapter "Implementations and Interview Questions" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses on...
Instructional Video3:10
Curated Video

Understanding the Muller-Lyer Illusion

Pre-K - Higher Ed
In this video, we explore the concept of visual illusions and how our perception of objects can differ from person to person. Using the Muller-Lyar illusion as an example, we delve into different theories that attempt to explain why...
Instructional Video2:00
Science360

DNA - Chalk Talk

12th - Higher Ed
DNA is the Swiss army knife of biological molecules, acting as both a blueprint and a building block. This animated series of short videos acts as a video glossary to define specific scientific terms or concepts in a fun, easy to...
Instructional Video1:56
XKA Digital

Fostering innovation within a large organisation

Higher Ed
Deborah qualified in medicine in 1990 from The Middlesex Hospital Medical School and trained as a general practitioner. She began her academic career at Barts and the Royal London School of Medicine and Dentistry as an academic fellow in...
Instructional Video11:42
Catalyst University

Carpal Tunnel Syndrome | Presentation, Diagnosis, & Special Tests

Higher Ed
In this video, we will do the following as it pertains to Carpal Tunnel Syndrome: [1] Discuss the relevant anatomy of the carpal tunnel. [2] The typical presentation of a patient with Carpal Tunnel Syndrome. [3] Special tests used in the...
Instructional Video5:48
Bizarre Beasts

The Bizarre Beast with Glowing Bones

Pre-K - Higher Ed
Chameleons are fancy lizards. They can move and focus each eye independently, they catch food with super long tongues, and they change colors! And if all that wasn't enough, new research has added something bizarre to their already...
Instructional Video6:26
Kenhub

How to examine histology slides

Higher Ed
Overview on how to examine and explore histology slides using a light microscope.
Instructional Video4:55
IDG TECHtalk

How to use packages within Go modules: Smart Go

Higher Ed
Go modules can have their code subdivided into packages, for better maintenance and program management. Learn how to refactor a basic program with a few structs and methods into the main program logic in one file, with the structs and...
Instructional Video4:36
Curated Video

Uses and Risks of Nanoparticles in Everyday Life

Higher Ed
This video discusses the unique properties and uses of nanoparticles, including their high reactivity and invisibility to the naked eye. The video explores practical applications, such as self-cleaning glass, sunscreen, and the...
Instructional Video12:00
Nature League

Biodiversity and Complex Life Forms - From A to B

6th - 8th
In this episode of "From A to B", Adrian asks Brit about the relationships between intelligence, evolution, biodiversity, and tool use.
Instructional Video5:00
Curated Video

How to Score a 7 or 8 in Vocabulary for the IELTS Speaking Exam

9th - Higher Ed
Vocabulary is the second category you are scored on in IELTS Speaking. There are 3 things the examiner listens for here: Flexibility Give specific details and examples Range You must use informal, native speaker-like words and phrases...
Instructional Video2:52
Encyclopaedia Britannica

Demystified: Did Dinosaurs Really Have Feathers?

Pre-K - Higher Ed
Learn more about what kinds of dinosaurs may have had feathers and when.
Instructional Video2:06
Curated Video

C++ Programming By Example - Why Use Classes and Structures?

Higher Ed
Why should you bother about classes/structures in C++? • Learn to design code logically • Understand how to re-use code • Encapsulate ideas/models in code This clip is from the chapter "Classes and Structures: Building a Casino Guessing...
Instructional Video2:11
Curated Video

IELTS Band Scores Explained: Writing

9th - Higher Ed
Today I’ll explain what the IELTS band scores mean for your Speaking Exam.
Instructional Video3:26
Curated Video

IELTS Band Scores Explained: Speaking

9th - Higher Ed
Today I’ll explain what the IELTS band scores mean for your Speaking Exam.
Instructional Video8:49
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project handoff: Bringing it together

Higher Ed
Project execution and completion for quote finder using the implemented hash table class This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video14:45
Curated Video

Understanding Organizational Structures in Business

12th - Higher Ed
This video is a lecture on organizational structure within businesses. The presenter explains the different types of organizational structures, including hierarchical and flat structures. He discusses the benefits and drawbacks of each...
Instructional Video3:48
Curated Video

C++ Programming By Example - Differences Between Classes and Structures

Higher Ed
What is the difference between a class and a structure? • Understand that they basically do the same thing • Default access modifier for classes is private. For structures, it’s public • Structures are still around to preserve C...
Instructional Video7:00
Professor Dave Explains

Phylum Gnathostomulida: Jaw Worms

12th - Higher Ed
Gnathostomulida have surprisingly large and powerful jaws for their size, which has given them the popular nickname, "jaw worms". The discovery of these marine microorganisms just a few decades ago indicated that there may be an...
Instructional Video5:55
Institute for New Economic Thinking

Michael Spence: The Next Convergence (1/5)

Higher Ed
India and China are set to converge to lifestyles and consumption levels similar to those enjoyed by the industrialized countries. The rise of these new economic giants puts enormous strain on the earth's biosphere. At the same time,...
Instructional Video7:58
Curated Video

C++ Programming By Example - Overview of Classes and Structures

Higher Ed
How do you use/declare classes and structures in C++? • Use the ‘class’ and ‘struct’ keywords • Analyze { and }; to define where a class begins/ends • Implement access modifiers such as ‘public’, ‘private’, and ‘protected’ This clip is...
Instructional Video12:52
Curated Video

Band 9 VERSUS Band 6 Grammar for IELTS - IELTS Energy Podcast 1157

9th - Higher Ed
High level transition phrases for contrasting boost both IELTS Speaking and Writing scores! Today you'll learn 3 phrases to compare that will take your grammar to another level.
Instructional Video2:39
Curated Video

Complete Modern C++ - Structures

Higher Ed
This video explains the meaning and purpose of structures in C++. • `string_view`: intention of “observing” • Retain strings passed to functions • Performance comparison with `std::string` This clip is from the chapter "Classes and...