Curated Video
CG2271 AY2021SEM1 RTOS Project - TEAM 45
CG2271 AY2021SEM1 RTOS Project - TEAM 45 All our CEG students have to take the CG2271 Real-Time Operating Systems module. It's a module that introduces them to the concept of multi-threaded programming. As part of the requirements, they...
Curated Video
C Programming Mastery: Math-to-Code
Learn how to translate a Math Expression correctly into code!
Curated Video
C++: Generate Even or Odd messages for N inputs (N Unknown)
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++: Guess a Random Number
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 in C - Part 1
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 Lesson2: Variables
Learn the concept of variables and how to use them correctly in your code.
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 21
Functions are a great way to modularize your code and make it easily reusable. Let's get started with Functions in Python!
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
Factorial Operation using Recursion!
Learn how to perform the Factorial Operation using Recursion! A must-watch if you want to know the important concepts of Recursion.
Curated Video
Analyze how a Recursive Function Behaves!
In this video, we will relook at the recursive approach to compute the Factorial of a number. We will analyze the recursive calls in-depth to understand what is happening.
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++: 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++: Local and Global Variables
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
Functions - Input Parameters and Return Value
This video looks at how we can pass parameters to a function, perform some computation and then pass the result back to the caller function.
Curated Video
Scratch Lesson 7
Let's make the Sprite "Wait Until" some event has happened. In this video, Abby will wait until the Cat touches her before moving.
Curated Video
Scratch Lesson 8
Let one sprite complete an action before another sprite continues. We will learn how to achieve this using Broadcast Messages
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
Holding the Output Screen from the EXE File
How to hold the output DOS screen when you execute a program directly from the .exe file