Instructional Video13:12
Curated Video

Algebra 1 EOC REVIEW - Domain and Range of linear and quadratic functions (A2A & A6A)

6th - Higher Ed
Algebra 1 STAAR/EOC released test questions. These are practice problems meant to help you review and practice as you prepare for your STAAR test / EOC test for Algebra 1 (Texas). Readiness standard A2A - determine the domain and range...
Instructional Video5:54
Curated Video

Learn the Quadratic Formula in 5 Mins!

9th - Higher Ed
Welcome to our complete high school mathematics tutorial series! Whether you’re a student preparing for exams, a teacher seeking additional resources, or a parent helping your child succeed in math, these videos cover a wide range of...
Instructional Video4:58
Curated Video

Functions - No Input Parameters and No Return Value

9th - Higher Ed
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.
Instructional Video9:36
Curated Video

Number Systems: Positive and Negative Number Representation

9th - Higher Ed
Welcome to our in-depth Digital System Fundamentals and Computer Architecture Design tutorial series! Whether you're a student, engineer, or tech enthusiast, these videos cover everything you need to know about digital systems and the...
Instructional Video3:33
Curated Video

How to find the Molecular Formula of a Chemical Compound

9th - Higher Ed
The molecular formula is the actual formula of a compound and can be found by comparing the mass of the molecular formula to the mass of the empirical formula to figure out how much bigger the molecular formula is compared to the...
Instructional Video2:31
Curated Video

Gravitational Potential Energy Calculations (GPE) - Mass x Gravity x Height OR GPE=mgh

9th - Higher Ed
Gravitational potential energy is the energy of position and is based upon three factors: mass of object, gravity and the height of the object off the ground. In this video, you will learn how to use the formula GPE = mgh to solve for...
Instructional Video2:29
Curated Video

Power - What is Power and How Do I Calculate Power?

9th - Higher Ed
Power is the amount of work that is done in a given amount of time. You can also think about power as the rate that work is done. We can solve for power using the formula P=W/t where p is power in watts, W is work in J and t is time in...
Instructional Video12:52
Curated Video

Machine Learning: Random Forest with Python from Scratch - Calculator Project

Higher Ed
This video demonstrates how to create our calculator using addition and subtraction functions.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video3:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - Calculator Challenge

Higher Ed
In this video, we will be presented with a challenge to create a simple calculator using the concepts covered in this section.
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from the...
Instructional Video4:05
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Loops in Rust

Higher Ed
In this video, you will study loops in Rust.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons...
Instructional Video3:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Calculator - Part 1

Higher Ed
In this video, we will begin building a calculator app using React. You will learn to set up the project, create the necessary components for the calculator interface, and handle user input. The video will guide you through implementing...
Instructional Video6:47
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Conclusion-2

Higher Ed
In this video, we will recap and summarize the key concepts and topics covered throughout the JavaScript section and look at a comprehensive overview of the important aspects of JavaScript, including variables, functions, control flow,...
Instructional Video7:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Build an Array Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on building an array calculator from the previous video. Here, you will complete the first phase of building the array calculator.
<
br/>
This clip is from the chapter...
Instructional Video2:57
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Build an Array Calculator

Higher Ed
This is an exercise video where you will be building an array calculator.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero - Prepare...
Instructional Video4:19
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - What Are Functions in JavaScript

Higher Ed
This is a solution video where you will work on the functions in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero...
Instructional Video3:45
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Build a Basic Calculator in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on Building a Basic Calculator in JavaScript from the previous video.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute...
Instructional Video3:35
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Build a Basic Calculator in JavaScript

Higher Ed
This is an exercise video where you will build a basic calculator in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from...
Instructional Video5:08
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Abstract Contract Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on abstract contract calculator from the previous video.
<
br/>
This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The...
Instructional Video9:58
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Bits and Units - Conversion in Solidity

Higher Ed
In this video, you will learn about bits and units and how to convert them in Solidity.
<
br/>
This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity Course...
Instructional Video10:17
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Review – Modulo and Fun Math in Solidity

Higher Ed
In this video, we will review the concepts of modulo and other fun math operations in Solidity.
<
br/>
This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for...
Instructional Video8:07
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Calculate the Modulo Remainder - Trick

Higher Ed
In this video, we will explore a neat trick for calculating the modulo remainder of two numbers in Solidity using bitwise operations.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Instructional Video5:13
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arithmetic Operators in Solidity

Higher Ed
In this video, you will learn about arithmetic operators in Solidity and how to use them to perform basic mathematical operations such as addition, subtraction, multiplication, and division on numerical data types like integers and...
Instructional Video10:54
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write Your First Smart Contract - Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on writing your first smart contract in Solidity by building a calculator from the previous video.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the...
Instructional Video3:12
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write Your First Smart Contract - Calculator

Higher Ed
This is an exercise video where you will learn how to write your first smart contract in Solidity by building a calculator.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course...