Instructional Video3:49
Curated Video

GCSE Secondary Maths Age 13-17 - Algebra: Area - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video9:42
Curated Video

C++ Developer - Symbolic Constants and Naming Conventions

Higher Ed
This video focuses on symbolic constants and naming conventions. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video6:04
Curated Video

Advanced Swift 2 Application Development (Video 15)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video13:17
Curated Video

Bash Shell Scripting- Complete printf command

Higher Ed
This video explains in detail how to write and used the printf command. This clip is from the chapter "Complete printf command" of the series "Complete Bash Shell Scripting".This section explains how to write and used the printf command.
Instructional Video7:01
Curated Video

Complete Modern C++ - Automatic Type Inference (C++11)

Higher Ed
This video introduces the auto keyword and explains how to use it to infer types automatically. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions,...
Instructional Video7:32
Curated Video

C++ Standard Template Library in Practice - Allocators

Higher Ed
The user is unfamiliar with the std::allocator and wants to learn more about it. • Introduce the std::allocator • Show what it can do, and how to use it • Reinforce the lesson with an example This clip is from the chapter "Memory" of the...
Instructional Video7:43
Curated Video

Learn and Master C Programming - Pointers and 'const' Keyword

Higher Ed
We will look at the different ways we can combine the word 'const' with pointers and how that impacts the meaning and usage of the pointers as well as the data pointed at. This clip is from the chapter "Pointers" of the series "Learn and...
Instructional Video4:36
Curated Video

Statistics for Data Science and Business Analysis - The Various Types of Data We can Work With

Higher Ed
This video explains about the various types of data to work with. This clip is from the chapter "Descriptive Statistics Fundamentals" of the series "Statistics for Data Science and Business Analysis".This section describes the...
Instructional Video7:54
Curated Video

Excel VBA Programming The Complete Guide - The Byte, Integer and Long Data Types

Higher Ed
VBA has 3 options for whole numbers: Byte, Integer, and Long. Each data type supports a different range of numbers; Byte only supports any number from 0 to 256 while Long can store numbers in the billions. In this lesson, we practice...
Instructional Video5:53
Curated Video

Excel VBA Programming The Complete Guide - The Option Explicit Setting

Higher Ed
The Option Explicit setting at the top of a code module mandates that all variables be declared with a valid data type before being assigned a value. In this lesson, we compare a code sample with and without this setting enabled to see...
Instructional Video7:22
Curated Video

GCSE Secondary Maths Age 13-17 - Algebra: Sequences - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video2:46
Curated Video

GCSE Secondary Maths Age 13-17 - Algebra: Algebra - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video0:48
Brian McLogan

How to take the odd root of a negative integer, cube root

12th - Higher Ed
👉 Learn how to find the cube root of a number. To find the cube root of a number, we identify whether that number which we want to find its cube root is a perfect cube. This is done by identifying a number which when raised to the 3rd...
Instructional Video3:41
Why U

Pre-Algebra 19 - Converting Terminating Decimal Numbers to Fractions

12th - Higher Ed
Decimal numbers with a finite number of digits after the decimal point can be easily converted into fractions. This chapter explains why.
Instructional Video5:13
Curated Video

Understanding Closure Property: Sets of Numbers

K - 5th
Closure refers to the property of a set of numbers and operations where performing those operations on any two elements of the set always results in another element of the set. We examine various sets of numbers, such as whole numbers,...
Instructional Video3:10
Curated Video

Learning PHP 7 (Video 5)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video4:37
Curated Video

Learning PHP 7 (Video 17)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video6:41
Packt

Use variables to modify data : Overview of the Different Variable Types

Higher Ed
From the section: Primer on Python. This section is made to teach you the fundamentals of Python. You will write your first Python code lines by learning to structure and store information in your program, using functions in order to...
Instructional Video4:48
Curated Video

Multiplying Negative Integers: Understanding Equal Groups

K - 5th
In this lesson, students learn how to multiply negative integers by negative integers by thinking about equal groups. They use models to represent positive and negative integers and understand the concept of additive inverses.
Instructional Video4:49
IDG TECHtalk

Type hinting in Python, Part 1: The basics

Higher Ed
Learn the basics of how Python's type hinting system, optional but powerful, helps make your code easier to read, understand, and interact with.
Instructional Video8:26
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 04 - Define XML Schema Definition (XSD) for Request-GetCourseDetailsReque

Higher Ed
SOAP Web Services with Spring and Spring Boot: Step 04 - Define XML Schema Definition (XSD) for Request-GetCourseDetailsReque This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web...
Instructional Video2:47
Brian McLogan

How to factor any integer

12th - Higher Ed
👉 Learn how to factor a number, variable, and monomial completely. To factor means to write our term as a product of its factors. Therefore we will learn how to break down a number, variable, and monomial into its factors.
Instructional Video4:13
Curated Video

Comprehensive Android Developer Bootcamp - Challenge Solution Final - Showing HighestScore Text

Higher Ed
CHALLENGE SOLUTION – Improve Trivia app: Challenge Solution Final - Showing HighestScore Text This clip is from the chapter "CHALLENGE SOLUTION – Improve Trivia app" of the series "The Comprehensive Android Developer Bootcamp".This...
Instructional Video3:29
Curated Video

Learn and Master C Programming - Working with single-dimension arrays in C/C++

Higher Ed
We will see how we can declare and process a single-dimensional array in C/C++. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at how to declare...