Instructional Video4:55
Curated Video

Advantages of Representing Data on a Histogram

K - 5th
This video discusses the advantages of representing data on a histogram. It explains how histograms group data together in intervals, show symmetry, trends, and gaps, and provide information about the frequency of data within each...
Instructional Video5:10
IDG TECHtalk

First look at Go 1.18's new generics feature | Smart Go

Higher Ed
Go 1.18 introduces "generics" -- a powerful new way to write functions that can accept multiple types instead of only handling input of a single type. Note that the code in this video will only run in Go 1.18 or higher.
Instructional Video17:04
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- IP Addresses and Subnetting - Part 2

Higher Ed
In this video, we'll learn about IP addresses and subnetting - part 2. This clip is from the chapter "AWS Networking and Content Delivery" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is...
Instructional Video5:49
NASA

Hubble’s Servicing Mission 2

3rd - 11th
The Second Servicing Mission, launched Feb. 11, 1997, greatly improved Hubble's productivity. The installation of new instruments extended Hubble's wavelength range into the near infrared for imaging and spectroscopy, allowing us to...
Instructional Video4:33
Let's Tute

Excel Tutorial: Calculating Grades Using IF and VLOOKUP Functions

9th - Higher Ed
In this Microsoft Excel tutorial, we learn how to calculate grades using multiple if conditions and the VLOOKUP formula. By applying these formulas, we can easily assign grades based on specific score criteria. This tutorial provides...
Instructional Video2:27
Let's Tute

Microsoft Excel Tutorial: Using Autofill to Copy Formulas

9th - Higher Ed
This video tutorial introduces the concept of using the autofill command in Microsoft Excel to copy formulas. It explains the three steps involved in using autofill and demonstrates how to apply it vertically and horizontally.
Instructional Video7:55
Brian McLogan

How to graph the inverse sine given the graph of sine

12th - Higher Ed
👉 Learn how to evaluate an expression with the composition of a function and a function inverse. Just like every other mathematical operation, when given a composition of a trigonometric function and an inverse trigonometric function,...
Instructional Video10:38
Brian McLogan

Learn How to Graph the Cosecant Function with a Change in Period

12th - Higher Ed
👉 Learn all about graphing trigonometric functions. In this playlist, we will explore how to graph the sine, cosine, tangent, cotangent, cosecant and secant function. We will explore the characteristics of each graph as well as how to...
Instructional Video1:46
Brian McLogan

Evaluating Inverse Trigonometric Functions

12th - Higher Ed
👉 Learn how to evaluate the inverse of reciprocal trigonometric functions. Recall that the reciprocal trigonometric functions are given by the ratio of 1 and the corresponding trigonometric function. When an angle is unknown but the...
Instructional Video3:28
Brian McLogan

How to determine the value using compound interest

12th - Higher Ed
Learn about compound interest. We will look at how to determine the final value, initial value, interest rate and years needed. We will investigate problems compounded continuously, daily, weekly, monthly, quarterly and yearly. These...
Instructional Video4:22
Brian McLogan

How to determine the domain and range of the exponential graph

12th - Higher Ed
👉 Learn all about graphing exponential functions. An exponential function is a function whose value increases rapidly. To graph an exponential function, it is usually useful to first graph the parent function (without transformations)....
Instructional Video5:05
Brian McLogan

Graphing logarithmic equations

12th - Higher Ed
👉 Learn all about graphing logarithmic functions. A logarithmic function is a function with logarithms in them. The graph of the parent function of a logarithmic function usually takes its domain from the positive x-axis. To graph a...
Instructional Video1:44
Brian McLogan

Graphing an exponential function and determine the domain and range

12th - Higher Ed
👉 Learn how to graph exponential functions involving vertical shift. An exponential function is a function that increases rapidly as the value of x increases. To graph an exponential function, it is usually very useful to make the table...
Instructional Video4:50
Brian McLogan

Given transformations find the vertical asymptote, domain and x intercepts

12th - Higher Ed
👉 Learn all about graphing logarithmic functions. A logarithmic function is a function with logarithms in them. The graph of the parent function of a logarithmic function usually takes its domain from the positive x-axis. To graph a...
Instructional Video2:23
Brian McLogan

Find the inverse of a linear function

12th - Higher Ed
👉 Learn how to find the inverse of a linear function. A linear function is a function whose highest exponent in the variable(s) is 1. The inverse of a function is a function that reverses the "effect" of the original function. One...
Instructional Video2:48
Brian McLogan

Graph, identify the transformations of exponential equation with e

12th - Higher Ed
👉 Learn how to graph exponential functions in base e. An exponential function is a function whose value increases rapidly. e is a constant called the exponential constant equal to 2.7183... To graph an exponential function, it is usually...
Instructional Video3:50
Curated Video

Excel VBA Programming The Complete Guide - The Value vs. Text Properties

Higher Ed
Sometimes, the way data is presented in the Excel interface is not the same way it is stored internally. In this lesson, we explore the Value and Text properties on the Range object. The former returns the actual data value while the...
Instructional Video3:29
Curated Video

Excel VBA Programming The Complete Guide - Methods without Arguments

Higher Ed
In this lesson, we'll explore three methods: • The Workbooks.Add method to create a new Workbook • The Workbook.Save method to save a single Workbook. • The Range.Clear method to clear a range of values, styling and formats. This clip is...
Instructional Video5:04
Kult America

How USA Prepared For Nazi Attack

Higher Ed
Fort Miles played an crucial deterrent role during the Second World War, housing many guns and serving as an evidence of military strength of the United States. On today's episode of Kult America I'm taking a closer look at the defence...
Instructional Video7:55
Catalyst University

Manipulations | Introduction 🦴 Mobilizations vs Manipulations

Higher Ed
In this video, we differentiate between mobilizations and manipulations.
Instructional Video19:21
Curated Video

Bash Shell Scripting- Complete cut command in one video

Higher Ed
This is a single video that explains in detail how to use the cut command. This clip is from the chapter "Cut command" of the series "Complete Bash Shell Scripting".This section covers the usage of the cut command.
Instructional Video11:51
Programming Electronics Academy

What to do when you just don't know :: Arduino, ADXL345 triple axis accelerometer and an RGB LED

Higher Ed
To make an RGB LED (Common Cathode), light up in different ways depending on the orientation of the accelerometer.
Instructional Video3:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Manipulating Data

Higher Ed
Real-world programs manipulate data in numerous ways. You will need filtering, conversions, transformations, and so on. There is always a temptation to write a loop, but STL algorithms are preferable. • How many ways are there to write a...
Instructional Video7:59
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::sort

Higher Ed
The listener is new to algorithms and does not know about the sorting algorithms. • Introduce the listener to the std::sort algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...