Instructional Video8:13
Curated Video

Functions in C: Input Parameters and no return

9th - Higher Ed
In this video, we explore how we can implement functions with input parameters and no return.
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 Video2:35
Curated Video

Matlab Functions: Anonymous / Single-Line Functions

9th - Higher Ed
Welcome to our MATLAB Programming Tutorial series! These videos are designed to take you from beginner to advanced concepts in MATLAB, one of the most popular software platforms for engineering, data science, and mathematical computing....
Instructional Video3:02
Curated Video

Arrays Loops: Use Loops to update and access data

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

Flowchart Lesson1: Sequence

9th - Higher Ed
Learn how to implement a Basic Sequence Flowchart
Instructional Video3:54
Curated Video

Operational Amplifier Inverting Configuration, Op-Amp Circuits, Inverting Amplifier, Electronics 101

9th - Higher Ed
Learn the basics of how an Operational Amplifier can be connected in the Inverting Amplifier Configuration. Review the Golden Rules of Op-Amp Circuit Analysis. Op-Amp circuits Electronics 101
Instructional Video5:56
Curated Video

Python Assignment 5

9th - Higher Ed
In this assignment, you are required to do the following: Prompt the user to enter the number of stars to be printed. Once the value is obtained, print a square of "stars" with each row and each column having the number of stars entered...
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 Video8:27
Curated Video

Half-Power Point and the -3dB Point. Are they the same?

9th - Higher Ed
In this video, we explore the Half-Power Point and the -3dB point. Are they the same? How do we apply them to a Filter Design?
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 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 Video3:53
Curated Video

Python Lesson 4

9th - Higher Ed
In this lesson, we learn how we can use the split() functionality together with input() so that we can capture several input parameters at the same time.
Instructional Video3:50
Curated Video

Python Assignment 2

9th - Higher Ed
In this video we discuss the Assignment 2 question which requires you to capture two numbers from the user and print out the bigger number.
Instructional Video10:20
Curated Video

Python Assignment 4

9th - Higher Ed
In this video we discuss the Assignment 4 Question: Create a Loop that will run for THREE times. Each time the loop runs, get input from the user. Inform the user if the number entered was an Even or Odd Number. This question reviews the...
Instructional Video5:47
Curated Video

Python Lesson 22

9th - Higher Ed
Learn how to create functions with multiple inputs. With this, you will be able to easily make use of functions to modularize your code.
Instructional Video8:13
Curated Video

C++: Compute the Area and Circumference of a Circle

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 Video7:25
Curated Video

C++: Learn how to create a simple Calculator in C++

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 Video4:58
Curated Video

Functions - No Input Parameters and No Return Value

9th - Higher Ed
An introduction to the topic on functions in C. In this video, we explore functions that don't have any input parameters or return values.
Instructional Video3:11
Curated Video

Non-Inverting Amplifier Configuration using Operational Amplifiers! Op-Amp Circuit Amplifier Design.

9th - Higher Ed
Learn how to connect an Operational Amplifier in the Non-Inverting Configuration. Review the Op-Am Golden Rules and apply them the correct way. Op-Amp Amplifier Design. Electronics 101.
Instructional Video7:37
Curated Video

Python Lesson 3

9th - Higher Ed
In this video, you will learn how to use the "input" command to capture the user's input. You will also learn how to perform casting to perform a conversion between different data types.
Instructional Video8:14
Curated Video

Python Lesson 5

9th - Higher Ed
Here we discuss the "if" statement in Python and how we can use it to selectively execute code.
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.