Instructional Video2:56
Curated Video

Changes in Annex A 27001 (merged, deleted, and new controls)

Higher Ed
In this video, we will be discussing the changes that have been made to Annex A 27001. Annex A 27001 is a set of controls that organizations can implement to ensure the security of their information. Recently, there have been some...
Instructional Video3:53
Practical Ninjas

How to write Matrices and Differential Equations in LaTeX | Share Latex | Learn LaTeX 08

12th - Higher Ed
This video presents how to write Matrices, differential equations using LaTeX in a document. One also learns to insert partial differential equation . The video explains the concepts with hands on code.
Instructional Video3:33
Curated Video

Finding Acute Angle Measures in Right Triangles using Inverse Sine Function

K - 5th
In this video, you will learn how to find the measure of an acute angle in a right triangle using the inverse sine function. The video explains the ratios of side lengths for the trigonometric functions and introduces the concept of...
Instructional Video2:38
Curated Video

Finding Acute Angle Measures in Right Triangles Using Inverse Cosine

K - 5th
This video explains how to find the measure of an acute angle in a right triangle when only the side lengths are known. It introduces the concept of inverse trigonometric functions, specifically the inverse cosine function, to determine...
Instructional Video13:33
APMonitor

Fit Nonlinear Model to Data with Excel

10th - Higher Ed
Microsoft Excel adjusts parameters to minimize the difference between measured and predicted values. This tutorial demonstrates how to calculate the sum of squared errors and minimize error with the Solver add-in. See...
Instructional Video11:26
Psychology Unlocked

THE SECRET OF TEXTBOOKS for Psychology Students

Higher Ed
Textbooks are your number one tool as a Psychology Student, so don't limit yourself to the one course book. That is the surefire way to be absolutely average. If you want to outperform your class, you'll need to absorb more information...
Instructional Video11:00
Programming Electronics Academy

Functions Overview: Arduino Course 3.5

Higher Ed
An overview of what programming functions are and how they work.
Instructional Video5:00
The Business Professor

Professional Portfolio or Proof of Work

Higher Ed
This Video Explains Professional Portfolio or Proof of Work
Instructional Video5:27
Healthcare Triage

Reference Pricing, CALPERS, and Reduced Health Care Costs

Higher Ed
At a time when health care spending seems only to go up, an initiative in California has slashed the prices of many common procedures.
Instructional Video14:55
Religion for Breakfast

The Origins of the Jesus Fish

12th - Higher Ed
In this episode we examine the topic: The Origins of the Jesus Fish
Instructional Video3:26
Odd Quartet

Music Theory - How To Decipher Tempo Markings In Music

9th - 12th
First off, what is tempo? The tempo of a piece of music is the measure of how fast or slow a piece of music is played. Think of it like a speedometer for music. In most modern sheet music you will see a modern tempo marking that is easy...
Instructional Video10:02
Let's Tute

Creating a Value Scale for Drawing Depth and Dimensionality

9th - Higher Ed
In this video, the teacher explains how to create a value scale, which is a system of organizing values ranging from white to black with shades of gray in between. The value scale helps artists create depth and dimensionality in their...
Instructional Video5:08
IDG TECHtalk

How Python automatically manages memory: Python memory management, Part 1

Higher Ed
Memory management in Python is handled automatically behind the scenes by the Python runtime, leaving you free to concentrate on the actual problem you're solving. Learn how Python's runtime manages memory for objects by way of reference...
Instructional Video5:31
Curated Video

Mastering Swift 2 Programming (Video 23)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video5:48
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Creating Linux Users and Groups Lab

Higher Ed
User and group management in Linux can be performed at the command line. This demo makes use of the user add and group add commands to create authentication identities. This clip is from the chapter "Identity and Account Management" of...
Instructional Video4:22
Soliloquy

Why do Dutch cities get renamed for 3 days a year?

12th - Higher Ed
For three days each year, Dutch cities get renamed. For example, the city I live in changes from Oosterhout to Kaaiendonk! This is all done as part of the Burgundian Carnival tradition, but let’s take a deeper look. It all started in...
Instructional Video4:55
Brian McLogan

Evaluate for sine cosine and tangent using reference angles

12th - Higher Ed
πŸ‘‰ Learn how to evaluate trigonometric functions of a given angle. Given an angle greater than 2pi in radians, to evaluate the trigonometric functions of the given angle, we first determine the smallest positive coterminal angle of the...
Instructional Video4:37
Curated Video

Mastering Swift 2 Programming (Video 22)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video6:15
Curated Video

Mastering Swift 2 Programming (Video 18)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video19:37
Curated Video

C++ Developer - A Book Class

Higher Ed
This video discusses a book class. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
Instructional Video5:57
The Business Professor

Communication Tactics in a Negotiation

Higher Ed
This Video Explains Communication Tactics in a Negotiation
Instructional Video10:03
Let's Tute

Drawing Organic Shapes Using Contour Lines

9th - Higher Ed
The video is a tutorial for drawing organic shapes using cross contour lines, specifically an apple and an amoeba. The teacher provides step-by-step instructions and tips for creating the illusion of 3D shape through curved cross contour...
Instructional Video4:49
Let's Tute

Introduction to Cartesian Coordinate System and Basic Concepts of Coordinate Geometry

9th - Higher Ed
In this session of coordinate geometry, we learned about the Cartesian coordinate system and how it helps us locate points on a plane using X and Y coordinates. We also learned about the four quadrants and the sign of coordinates...
Instructional Video13:02
Curated Video

Evaluate two sorting or two search algorithms : Selection sort implementation

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Implement the selection sort algorithm step by step