Math Fortress
GRE Arithmetic: Fractions (Part 4 of 5)
This video is a review of basic arithmetic for the purpose of solving problems on the quantitative reasoning section of the GRE revised General Test. This video covers the basics of fractions. Topic covered: division of fractions,...
Programming Electronics Academy
Array Basics Part Two: Arduino Course 7.3
An introduction to using arrays in programming.
Curated Video
Introduction to Differentiation of Small Positive Integer Powers of X
The video discusses the differentiation of small positive integer powers of X using the first principles method. The presenter explains how to find the gradient of curves for functions such as X^2, X^3, X^5, and 3X^2 by taking the limit...
Packt
Usage of Methods in Java
This video explores the usage of methods in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Data Science and Machine Learning with R - Data Frames: Helper Functions
This video explains data frames helper functions. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types...
KnowMo
Problem Style Questions for Sequences
The video is a lecture on solving problems related to sequences. The lecturer explains that this topic is a favorite for examiners because they can ask various questions that require logical thinking beyond applying class processes. The...
Programming Electronics Academy
Tutorial 05: Understanding Variables: Arduino Course for Absolute Beginners (ReM)
Lets have a discussion about a powerful and semi-confusing programming topic - variables. A variable is like a bucket. You choose what types of stuff you want in the bucket and can change the contents as often as you like. When you...
APMonitor
Java ☕ Variables
One of the most useful resources in all of programming are variables. Just like in math, a variable is a container that represents a value that can change. Let's say you are designing a program that makes automatically makes birthday...
Curated Video
C++ Developer - Variables and Data Types - Part 1
This is the first part of a three-part video that explains variables and data types. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Zach Star
The Math Needed for Computer Science (Part 2) - Number Theory and Cryptography
The Math Needed for Computer Science (Part 2) Number Theory and Cryptography
Programming Electronics Academy
Using Serial.read() with Arduino | Part 1
Are you trying to use Serial.read() to get data from a serial port to your Arduino? Maybe you’re using the Arduino Serial Monitor window and sending in data, or maybe you’ve got a program running on your raspberryPi sending data via...
Brian McLogan
Determining if a function is a polynomial or not then determine degree and LC
👉 Learn how to determine whether a given equation is a polynomial or not. A polynomial function or equation is the sum of one or more terms where each term is either a number, or a number times the independent variable raised to a...
Curated Video
Evaluate two sorting or two search algorithms : Bisection/Binary search - Iterative implementation
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Build the binary search function using iteratively
Curated Video
Learn and Master C Programming - Passing Pointers to Functions: Example With 2 Pointers
We will implement a function that can return two values at the same time, which can be done using pointers. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section...
Math Fortress
GRE Arithmetic: Fractions (Part 1 of 5)
This video is a review of basic arithmetic for the purpose of solving problems on the quantitative reasoning section of the GRE revised General Test. This video covers the basics of fractions. Topics covered include: The definition of a...
Brian McLogan
How does the discriminant relate to the quadratic formula
👉 Learn how to solve quadratic equations using the quadratic formula. A quadratic equation is an equation whose highest power on its variable(s) is 2. The quadratic formula is a formula which can be used to find the roots of (solve) a...
Curated Video
Learn and Master C Programming - Reading and Writing Files (Overview)
This lecture walks you through the process of reading from files and writing data to files using C/C++ functions. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute...
Curated Video
Complete Java SE 8 Developer Bootcamp - Maps
A map is a collection that is great for random access. Each item in a map is associated with a unique object based key. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author...
Brian McLogan
Dividing a larger integer into a smaller integer to convert to decimal form 7/ 15
👉 In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...
Brian McLogan
Product Rule of Exponents
👉 Learn about the rules of exponents. An exponent is a number which a number is raised to, to produce a power. It is the number of times which a number will multiply itself in a power. There are several rules used in evaluating...
Programming Electronics Academy
Lesson 9 | Understanding Data Types for variables | Arduino Crash Course
Lesson 9 | Understanding Data Types for variables | Arduino Crash Course
Curated Video
Bash Shell Scripting- Arithmetic operators
This video provides an overview of arithmetic operators. This clip is from the chapter "Arithmetic operators" of the series "Complete Bash Shell Scripting".This section covers the different arithmetic operators.
Curated Video
Core Java Programming Course- String Conversion Operations
This video demonstrates how to convert strings. This clip is from the chapter "String Operations" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various string operations that you...