Hi, what do you want to do?
Nahdet Misr Publishing Group
Solving two equations in two variables, one is of first degree and the other is of second degree
Solving two equations in two variables, one is of first degree and the other is of second degree
Curated Video
Algebra | Factorising to Single Brackets | Maths with Mrs. B
This video will guide you through the process of factorising expressions into single brackets, with clear step by step examples.
00:00 In
troduction
00:1
2 Demonstration
01:29 Ques
tions
01:44
Example...
00:00 In
troduction
00:1
2 Demonstration
01:29 Ques
tions
01:44
Example...
Curated Video
Algebra | Expanding Three Brackets | Maths with Mrs. B
This video will guide you through the process of expanding expressions that involve Three sets of brackets, demonstrating each step with clear and detailed examples.
00:00 In
troduction
00:1
2 Demonstration
03:22...
00:00 In
troduction
00:1
2 Demonstration
03:22...
Curated Video
Algebra | Expanding Two Brackets | Maths with Mrs. B
This video will guide you through the process of expanding expressions that involve two sets of brackets, demonstrating each step with clear and detailed examples.
00:00 In
troduction
00:1
3 Demonstration
01:44...
00:00 In
troduction
00:1
3 Demonstration
01:44...
Curated Video
Algebra | The nth Term | Maths with Mrs. B
Explore the concept of the nth term and learn how to write an nth term expression for a sequence in this clear, step-by-step tutorial.
00:00 In
troduction
00:1
2 Demonstration
03:03 Ques
tions
03:22
Example...
00:00 In
troduction
00:1
2 Demonstration
03:03 Ques
tions
03:22
Example...
Curated Video
Algebra | Two-Step Equations | Maths with Mrs. B
This video builds upon foundational knowledge of algebraic equations, delving into the methodology for solving two-step equations with clear, step-by-step explanations.
00:00 In
troduction
00:14 Questions
00:32...
00:00 In
troduction
00:14 Questions
00:32...
Curated Video
Algebra | Equations - An Introduction | Maths with Mrs. B
This video introduces the concept of algebraic equations and guides learners through the process of solving one-step equations, step by step.
00:00 In
troduction
00:16 What
is an Equation?
02:
13 Solving...
00:00 In
troduction
00:16 What
is an Equation?
02:
13 Solving...
Curated Video
Algebra | Expanding Single Brackets | Maths with Mrs. B
This video will guide you through the process of expanding a single term across terms within a bracket, demonstrating each step with clear examples.
00:00 In
troduction
00:1
2 Demonstration
01:08...
00:00 In
troduction
00:1
2 Demonstration
01:08...
Science Buddies
Automatic Dog (or cat) Treat Dispenser with Arduino
Build an automatic pet treat dispenser using an Arduino in this fun engineering project.
Science Buddies
How to Use a TMP36 Temperature Sensor with Arduino
Discover how to integrate a TMP36 temperature sensor with an Arduino to control LED indicators based on temperature changes. This video provides a step-by-step guide on setting up the sensor, programming the Arduino, and understanding...
Curated Video
The CISO Masterclass - Module Summary
In this video, you will recap the key concepts and takeaways from this section as you prepare to move forward in your CISO journey.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Destructuring and Naming
In this video, you will learn how to use destructuring to extract values from arrays and objects, and how to use naming conventions in JavaScript.
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern...
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Variables and Constants
In this video, we will cover variables and constants in JavaScript, how to declare them, and how to assign values to them.
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Execution Context in Action
This video demonstrates how execution context works in practice, using examples to illustrate the different stages of the execution context.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Nested Scope
In this video, you will learn about nested scope, which is when a function is defined within another function, and how it affects variable scope.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Block Scope
This video explains block scope, which was introduced in ES6, and how it differs from global and function scope.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Global and Function Scope
Here, you will learn about global and function scope, and how JavaScript handles variable declarations within these scopes.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Creating a Function
In this video, you will learn how to create a function in JavaScript, and how to call it to perform a specific task.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Number Challenge
In this video, we will tackle a coding challenge to reverse a given number in JavaScript. We will walk through the problem step by step, discuss different approaches, and write a solution using JavaScript math and string methods.
<
br/>...
<
br/>...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Using the Console
In this video, we will explain how to use the browser console to test and debug our code. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the Beginning".In this section, we...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Ownership in Rust
Ownership is a key concept in Rust's memory management system, and it's essential for writing efficient and safe programs. In this video, you will learn about ownership in Rust and how it helps prevent common memory-related...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - The Stack Versus the Heap in Rust
In Rust, memory management is a crucial part of writing efficient and safe programs. Understanding the differences between the stack and the heap is important for managing memory effectively. In this video, you will learn about the...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Loop Through and Modify an Array in Rust
This is a solution video on looping through and modifying an array in Rust.
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Loop Through and Modify an Array in Rust
This is an exercise video on looping through and modifying an array in Rust.
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...