Curated Video
Advantages of Representing Data on a Histogram
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...
IDG TECHtalk
First look at Go 1.18's new generics feature | Smart Go
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.
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- IP Addresses and Subnetting - Part 2
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...
NASA
Hubble’s Servicing Mission 2
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...
Let's Tute
Excel Tutorial: Calculating Grades Using IF and VLOOKUP Functions
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...
Let's Tute
Microsoft Excel Tutorial: Using Autofill to Copy Formulas
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.
Brian McLogan
How to graph the inverse sine given the graph of sine
👉 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,...
Brian McLogan
Learn How to Graph the Cosecant Function with a Change in Period
👉 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...
Brian McLogan
Evaluating Inverse Trigonometric Functions
👉 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...
Brian McLogan
How to determine the value using compound interest
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...
Brian McLogan
How to determine the domain and range of the exponential graph
👉 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)....
Brian McLogan
Graphing logarithmic equations
👉 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...
Brian McLogan
Graphing an exponential function and determine the domain and range
👉 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...
Brian McLogan
Given transformations find the vertical asymptote, domain and x intercepts
👉 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...
Brian McLogan
Find the inverse of a linear function
👉 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...
Brian McLogan
Graph, identify the transformations of exponential equation with e
👉 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...
Curated Video
Excel VBA Programming The Complete Guide - The Value vs. Text Properties
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...
Curated Video
Excel VBA Programming The Complete Guide - Methods without Arguments
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...
Kult America
How USA Prepared For Nazi Attack
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...
Catalyst University
Manipulations | Introduction 🦴 Mobilizations vs Manipulations
In this video, we differentiate between mobilizations and manipulations.
Curated Video
Bash Shell Scripting- Complete cut command in one video
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.
Programming Electronics Academy
What to do when you just don't know :: Arduino, ADXL345 triple axis accelerometer and an RGB LED
To make an RGB LED (Common Cathode), light up in different ways depending on the orientation of the accelerometer.
Curated Video
Multi-Paradigm Programming with Modern C++ - Manipulating Data
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...
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::sort
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...