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:45
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Header Files

Higher Ed
In this video, we will work on our simple calculator program and learn how to add header files. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Instructional Video4:16
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Variable Scope

Higher Ed
In this video, you will learn about local and global variables. 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,...
Instructional Video2:59
Curated Video

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

Higher Ed
In this video, you will learn how to write a program to calculate the area of a circle with const and float. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we...
Instructional Video4:05
Curated Video

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

Higher Ed
In this video, you will learn about Stringstream functions. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP, the history of...
Instructional Video3:17
Curated Video

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

Higher Ed
In this video, you will learn about Char data types. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP, the history of the...
Instructional Video4:07
Curated Video

What is a Functional Specification? Project Management in Under 5

10th - Higher Ed
On software and technical projects, there is a chain of project definition deliverables, and one of them is the Functional Specification. So, what is a Functional Specification?
Instructional Video6:41
Flipping Physics

RC Circuit Basics

12th - Higher Ed
Good morning! In this episode of Flipping Physics, we explore the dynamic world of RC circuits—combining resistors and capacitors in electric circuits. Discover how electric potential differences, current, and charge on capacitor plates...
Instructional Video8:27
Curated Video

Protein types, functions and examples with my flashcard notes

9th - Higher Ed
Proteins are macromolecules that we find in every living organism. Learning their types, functions and examples in biology can be a daunting task. So, in this video, I will be sharing a fun way to learn this topic using flashcard notes.
Instructional Video8:46
Curated Video

Endoplasmic reticulum: structure and function

9th - Higher Ed
The endoplasmic reticulum is one important organelle in the cell responsible for many things including protein folding. In this video, we will cover its structure and function of the rough endoplasmic reticulum and smooth endoplasmic...
Instructional Video19:39
Curated Video

Project Management Office - PMO 101

10th - Higher Ed
In this video, I give a broad introduction to what you need to know about a Project Management Office, or PMO. A PMO is a group that serves the needs of Project Managers and project teams. The most common activities are: • Setting and...
Instructional Video3:07
Curated Video

What is Capabilities Based Planning? Project Management in Under 5

10th - Higher Ed
Capabilities Based Planning (CBP) is an important way of starting your project planning process. So what is Capabilities Based Planning, exactly?
Instructional Video3:14
Curated Video

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

Higher Ed
In this video, we will understand pointers to structures with a book information struct. 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:35
Curated Video

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

Higher Ed
In this video, you will learn about arrays and data structures with an inventory program. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Instructional Video4:26
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Pointers to Arrays

Higher Ed
In this video, we will work on an array pointer program to display memory address of each element in an array. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we...
Instructional Video4:43
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Functions - Pointers and References

Higher Ed
In this video, we will work on passing values to functions in a simple number swap program. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Instructional Video5:38
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Pointers and References

Higher Ed
In this video, you will learn about pointers and references. 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,...
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 Video5:33
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Loops - DO WHILE

Higher Ed
In this video, you will learn about the Do-While loop. 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 Video4:48
Curated Video

Fundamentals of Object-Oriented Programming - C++ - User Registration Program

Higher Ed
In this video, we will write a simple program for user login and registration. 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 Video4:26
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Video Game Menu Program

Higher Ed
In this video, we will be creating a simple video game menu program using switch statements and validate user inputs. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
Instructional Video6:32
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Flow Control - SWITCH

Higher Ed
In this video, you will learn how to write a simple calculator program using the switch statement. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Instructional Video7:02
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Flow Control - IF ELSE

Higher Ed
In this video, you will learn how to use the if/else conditional statement. 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 Video0:34
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 1 Summary

Higher Ed
In this video, we will be summarizing your learning from this module. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP, the...