Hi, what do you want to do?
Curated Video
C Functions3: Input Parameters with Return Value
In this video, we will explore how we can implement functions with input parameters and a return value.
Curated Video
Arrays: Introduction and Data Access
Do you want to learn Embedded Systems the Right Way?
Curated Video
Python Lesson3: TypeCasting
Learn how to cast a variable from one datatype to another. This is extremely useful when you are capturing data input from the user.
Curated Video
Python Lesson2: Variables
Learn the concept of variables and how to use them correctly in your code.
Curated Video
Python Assignment 8
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!
Curated Video
C++: Basic Input/Output
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++,...
Curated Video
C++: Compute the Average of 2 Numbers
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++,...
Curated Video
C++ : True Or False
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++,...
Curated Video
Python Assignment 1
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. :)
Curated Video
Python Lesson15
In this video we explore the "type" of variables. We also see how to perform a rounding to the nearest integer.
Curated Video
Solve this question using Quadratic Equations!
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...
Curated Video
Using scanf for User Input in C Program
Capturing User Input by using the scanf function.
Curated Video
if-else with OR operator
An example on using if-else statements together with the OR operator in C.
Curated Video
Python Lesson 8
In this lesson, we learn about the nested "if" statements to see how we can have multiple layers of checks for our data.
Curated Video
Python Lesson 9
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.
Curated Video
Python Assignment 3
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! :)
Curated Video
Learn how Pointers and Casting can be used to extract an 8-bit data from a 32-bit variable.
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Recursion
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Structures
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,...
Curated Video
Principal Quantum Number: The Key to Electron Shells
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...
Curated Video
Planck's Theory: The Birth of Quantum Mechanics
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,...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Jump Statements
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Fahrenheit to Celsius Conversion Program
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...