Instructional Video1:54
Curated Video

Real World Use of an Inequality | 6.EE.B.8

9th - 12th
In this math video we will discover a real world use of an inequality. We will be presented with a real world situation and asked to interpret it using a mathematical inequality. We will interpret the expression taller than as greater...
Instructional Video2:59
Curated Video

Translate Words into a Mathematical Expression | 6.EE.B.6

9th - 12th
In this math video we will translate words into a mathematical expression. We will identify the three parts of a word phrase - the number, the math operation and the variable. We will review and understand that the word PER means...
Instructional Video4:01
Curated Video

Distribute to Compare Variable Expressions | 6.EE.A.3

9th - 12th
In this math video we will distribute to compare variable expressions. We will begin by reviewing an algebraic expression with two variable terms. We will understand that like terms must have the same variable in order to be added or...
Instructional Video3:19
Curated Video

Write & Identify a Real World Algebraic Expression | 6.EE.B.6

9th - 12th
In this math video we will write & identify a real world algebraic expression. We will be presented with a real world situation. We will begin by drawing a picture to represent the situation. We will then label the picture using the...
Instructional Video3:06
Curated Video

Equivalent Expressions & The Commutative Property | 6.EE.A.4

9th - 12th
In this math video we will discuss equivalent expressions & The Commutative Property. We will review that a given variable expression has two terms; a variable term and a constant term. We will review that this variable expression is in...
Instructional Video5:23
Curated Video

Real World System of Linear Equations to Determine Cost | 8.EE.C.8

9th - 12th
In this math video we will write and solve a real world system of linear equations to determine cost. We will be presented with a real world situation where two friends are shopping the same store for a game system and video games. We...
Instructional Video6:35
Curated Video

CHECKLIST for Solving a System of Equations | 8.EE.C.8

9th - 12th
In this math video we will create and use a checklist for solving a system of equations. Checklist Step 1: If necessary, solve one of the equations for one of the two variables. Step 2: Substitute the expression from Step 1 into the...
Instructional Video3:15
Curated Video

Write and Use a Real World Expression with Unit Rate | 6.EE.B.6

9th - 12th
In this math video we will write and use a real world expression with Unit Rate. We will understand that "per" means to multiply in math. We will interpret a real world situation and translate the language into a math expression. We will...
Instructional Video3:07
Curated Video

How to Write an Equation for a Real World Situation | 6.EE.B.7

9th - 12th
In this math video we will discover how to write an equation for a real world situation. We will begin by writing a word sentence using mathematical symbols. We will understand that the money we have plus the money we need will be equal...
Instructional Video13:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Integrate Book Client with Controller and Service Layer

Higher Ed
In this video, we will explore the integration of the book client with the controller and service layers in the Bookstore App. This video will demonstrate how to establish communication between the client and the controller/service...
Instructional Video6:14
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Creating the Book DTO and Entity Classes

Higher Ed
This video will dive into creating the data transfer object (DTO) and entity classes for the Bookstore App. This video will explain the purpose and structure of DTOs and entities and implement them for the Bookstore App, enabling storing...
Instructional Video6:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Class and ArrayList

Higher Ed
In this video, we will apply our knowledge of ArrayLists and Generics to work with custom class objects. We will learn to code on creating an ArrayList of custom objects, adding, removing, and searching for objects, and leveraging the...
Instructional Video3:08
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Generics-based ArrayList

Higher Ed
In this video, we will learn how to use generics to create type-safe collections in Java, define and use ArrayLists with specified data types, ensure compile-time type checking, and enhance code readability and maintainability. This clip...
Instructional Video3:56
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on Examples for Wrapper class, Autoboxing and Unboxing

Higher Ed
This video will explore wrapper classes, autoboxing, and unboxing into practice with hands-on exercises. We will understand coding tasks that involve creating wrapper class objects, performing autoboxing and unboxing operations, and...
Instructional Video3:59
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Array, Static, Final, Interface

Higher Ed
In this video, we will apply the final keyword in practical scenarios through hands-on exercises, creating and using final variables, classes, and methods effectively, ensuring data integrity and code reliability. This clip is from the...
Instructional Video4:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java

Higher Ed
In this video, we will understand the concept of the final keyword in Java and its various applications, how final can be used to create constants, mark classes or methods as immutable, and enforce restrictions on inheritance and method...
Instructional Video14:29
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Static in Java

Higher Ed
This video will explore the concept of static members in Java, including static variables and methods. We will explain the purpose of static members, how to declare and access them, and their role in sharing data and behavior among...
Instructional Video5:42
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Examples

Higher Ed
In this video, we will gain hands-on experience with arrays through practical examples and exercises demonstrating how to manipulate array elements, search for specific values, perform sorting operations, and more. This clip is from the...
Instructional Video19:14
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Working with Objects and Classes

Higher Ed
In this video, we will learn to create and utilize objects and classes in Java, define classes, instantiate objects, and access their properties and methods. We will explore the concept of constructors and how they facilitate object...
Instructional Video1:08
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - What are Operators in Java

Higher Ed
In this video, we will explore the concept of operators in Java and their role in performing various operations on data. This video will introduce us to Java's different categories of operators and explain how they contribute to...
Instructional Video2:27
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Data Types Hands-on

Higher Ed
In this video, we will gain knowledge of data types with hands-on exercises. This video will guide us through coding tasks that involve declaring variables of different data types, initializing them, and performing operations using...
Instructional Video2:56
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Variable and Data Types in Java

Higher Ed
In this video, we will explore the various data types available in Java and how to work with variables. In Java, we will learn about integers, floating points, characters, Boolean, other data types, memory allocation, and variable...
Instructional Video4:44
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-2

Higher Ed
In this video, we will build upon the previous video and delve deeper into naming conventions in Java programming. We will learn additional guidelines for naming constants, packages, and other elements in our code, ensuring consistency...
Instructional Video5:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-1

Higher Ed
In this video, we will discover the best practices for naming variables, methods, and classes in Java and the commonly followed naming conventions in the Java community, helping to write clean and understandable code. This clip is from...