Instructional Video5:48
Curated Video

C Functions3: Input Parameters with Return Value

9th - Higher Ed
In this video, we will explore how we can implement functions with input parameters and a return value.
Instructional Video9:01
Curated Video

Arrays: Introduction and Data Access

9th - Higher Ed
Do you want to learn Embedded Systems the Right Way?
Instructional Video5:15
Curated Video

Python Lesson3: TypeCasting

9th - Higher Ed
Learn how to cast a variable from one datatype to another. This is extremely useful when you are capturing data input from the user.
Instructional Video7:40
Curated Video

Python Lesson2: Variables

9th - Higher Ed
Learn the concept of variables and how to use them correctly in your code.
Instructional Video12:46
Curated Video

Python Assignment 8

9th - Higher Ed
This is a Number Guessing Game! Prompt the user to enter a number within the range and keep giving hints to help the player get the correct answer! A great way to revise all your basic Python concepts!
Instructional Video11:33
Curated Video

C++: Basic Input/Output

9th - Higher Ed
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Instructional Video10:01
Curated Video

C++: Compute the Average of 2 Numbers

9th - Higher Ed
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Instructional Video8:08
Curated Video

C++ : True Or False

9th - Higher Ed
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Instructional Video5:18
Curated Video

Python Assignment 1

9th - Higher Ed
This video guides you through the steps to create a simple Calculator application. Make sure you have tried it first before looking at the solution. :)
Instructional Video4:12
Curated Video

Python Lesson15

9th - Higher Ed
In this video we explore the "type" of variables. We also see how to perform a rounding to the nearest integer.
Instructional Video4:51
Curated Video

Solve this question using Quadratic Equations!

9th - Higher Ed
Welcome to our complete high school mathematics tutorial series! Whether you’re a student preparing for exams, a teacher seeking additional resources, or a parent helping your child succeed in math, these videos cover a wide range of...
Instructional Video7:38
Curated Video

Using scanf for User Input in C Program

9th - Higher Ed
Capturing User Input by using the scanf function.
Instructional Video6:14
Curated Video

if-else with OR operator

9th - Higher Ed
An example on using if-else statements together with the OR operator in C.
Instructional Video11:07
Curated Video

Pointers

9th - Higher Ed
An introduction to Pointers
Instructional Video5:54
Curated Video

Python Lesson 8

9th - Higher Ed
In this lesson, we learn about the nested "if" statements to see how we can have multiple layers of checks for our data.
Instructional Video6:53
Curated Video

Python Lesson 9

9th - Higher Ed
In this class, we introduce you to Loops using the "while" statement. Learn how to create a loop that executes statements continuously based on a logic check.
Instructional Video7:55
Curated Video

Python Assignment 3

9th - Higher Ed
This assignment reviews the concepts of the if-elif-else sequence of checks. Make sure you try out the question before looking at the video! :)
Instructional Video6:00
Curated Video

Learn how Pointers and Casting can be used to extract an 8-bit data from a 32-bit variable.

9th - Higher Ed
Welcome to our in-depth Digital System Fundamentals and Computer Architecture Design tutorial series! Whether you're a student, engineer, or tech enthusiast, these videos cover everything you need to know about digital systems and the...
Instructional Video4:36
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Recursion

Higher Ed
In this video, you will learn about recursion with a factorial program. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow...
Instructional Video5:17
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Structures

Higher Ed
In this video, you will learn about data structures. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control, functions,...
Instructional Video5:25
Curated Video

Principal Quantum Number: The Key to Electron Shells

9th - Higher Ed
The principal quantum number (𝑛) is a fundamental parameter in quantum mechanics that determines the size and energy level of an electron's orbit within an atom. It is a positive integer that represents the main energy level or shell in...
Instructional Video2:07
Curated Video

Planck's Theory: The Birth of Quantum Mechanics

9th - Higher Ed
Max Planck's theory was proposed by Max Planck in 1900 revolutionized the field of physics by introducing quantum mechanics and fundamentally reshaping our comprehension of the subject. Planck conducted research on black body radiation,...
Instructional Video5:40
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Jump Statements

Higher Ed
In this video, you will learn about jump statements such as Break, Continue, and Goto. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements...
Instructional Video4:19
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Fahrenheit to Celsius Conversion Program

Higher Ed
In this video, you will learn how to write a Fahrenheit to Celsius conversion program with cin user input. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we...