Hi, what do you want to do?
Curated Video
Functions in C: Input Parameters and no return
In this video, we explore how we can implement functions with input parameters and no return.
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
Matlab Functions: Anonymous / Single-Line Functions
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....
Curated Video
Arrays Loops: Use Loops to update and access data
Do you want to learn Embedded Systems the Right Way?
Curated Video
Operational Amplifier Inverting Configuration, Op-Amp Circuits, Inverting Amplifier, Electronics 101
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
Curated Video
Python Assignment 5
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...
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
Half-Power Point and the -3dB Point. Are they the same?
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?
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
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 Lesson 4
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.
Curated Video
Python Assignment 2
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.
Curated Video
Python Assignment 4
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...
Curated Video
Python Lesson 22
Learn how to create functions with multiple inputs. With this, you will be able to easily make use of functions to modularize your code.
Curated Video
C++: Compute the Area and Circumference of a Circle
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++: Learn how to create a simple Calculator in C++
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
Functions - No Input Parameters and No Return Value
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.
Curated Video
Non-Inverting Amplifier Configuration using Operational Amplifiers! Op-Amp Circuit Amplifier Design.
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.
Curated Video
Python Lesson 3
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.
Curated Video
Python Lesson 5
Here we discuss the "if" statement in Python and how we can use it to selectively execute code.
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.