Curated Video
Real World Use of an Inequality | 6.EE.B.8
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...
Curated Video
Translate Words into a Mathematical Expression | 6.EE.B.6
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...
Curated Video
Distribute to Compare Variable Expressions | 6.EE.A.3
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...
Curated Video
Write & Identify a Real World Algebraic Expression | 6.EE.B.6
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...
Curated Video
Equivalent Expressions & The Commutative Property | 6.EE.A.4
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...
Curated Video
Real World System of Linear Equations to Determine Cost | 8.EE.C.8
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...
Curated Video
CHECKLIST for Solving a System of Equations | 8.EE.C.8
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...
Curated Video
Write and Use a Real World Expression with Unit Rate | 6.EE.B.6
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...
Curated Video
How to Write an Equation for a Real World Situation | 6.EE.B.7
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Integrate Book Client with Controller and Service Layer
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Creating the Book DTO and Entity Classes
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Class and ArrayList
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Generics-based ArrayList
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on Examples for Wrapper class, Autoboxing and Unboxing
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Array, Static, Final, Interface
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Static in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Examples
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Working with Objects and Classes
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - What are Operators in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Data Types Hands-on
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Variable and Data Types in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-2
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-1
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...