Curated Video
C++ for Beginners - How to Write Text Files
In this section, your instructor, David, discusses File Output. This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Brian McLogan
Function notation
👉 Learn about every thing you need to know to understand the domain and range of functions. We will look at functions represented as equations, tables, mapping, and ordered pairs. The domain is the set of all possible x or input values...
Curated Video
Interpreting Input and Output Values of Functions in Context
In this video, the teacher explains how to interpret input and output values in the context of functions. Using real-world examples like distance traveled and circumference of a circle, the teacher demonstrates how to determine the...
Curated Video
Describe computer programming : Reading from and Writing to the Console
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview about how to read from and write to the...
Programming Electronics Academy
More Serial Library: Arduino Course 5.9
A description of using Serial Communication with Arduino.
Brian McLogan
What is the definition of a relation
👉 Learn about every thing you need to know to understand the domain and range of functions. We will look at functions represented as equations, tables, mapping, and ordered pairs. The domain is the set of all possible x or input values...
Programming Electronics Academy
What is the ? code!? Learn about the ternary operator!
Have you been doing some coding and you come across a question mark in the code and you're like, "What is this? What does this mean?" Usually it's followed by a colon. You know, it's sometimes it's like a one-liner and I don't know,...
Brian McLogan
Describing a transformation with vertical and horizontal stretch then graphing
👉 Learn how to identify transformations of functions. Transformation of a function involves alterations to the graph of the parent function. The transformations can be dilations, translations (shifts), reflection, stretches, shrinks,...
Curated Video
Show the Relationship Between Variables Using a Graph
In this video, we learn how to use a graph to represent the relationship between two variables. We explore the concepts of independent and dependent variables and how they are represented on a graph. Through examples and real-world...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Setting Up the SQL Server with Azure for Cypress Testing
This video explains setting up SQL server with Azure. This clip is from the chapter "Cypress DB Integration Testing Strategy" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This section explains Cypress DB...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Introduction to branching (if, elif, else) and conditionals
A look at functions, their structure, properties and examples This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Curated Video
CISM Certification Domain 1: Information Security Governance Video Boot Camp 2019 - Artificial intelligence (AI)
CISM Domain 1: Information Security Governance: Artificial intelligence (AI)
This clip is from the chapter "CISM Domain 1: Information Security Governance" of the series "CISM Certification Domain 1: Information Security Governance...
Curated Video
Deep Learning with Python (Video 9)
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
Curated Video
Identifying Function Properties with Real-World Examples
This video explains how to determine if a parking garage represents a function relation. Examine real-world examples such as gumball machines and the cost of a parking garage to demonstrate the properties of functions. The video teaches...
Programming Electronics Academy
Class to Library: Arduino Course 8.7
A walk through of turing a class into an Arduino code library.
Programming Electronics Academy
Arrays and For Loops: Arduino Course 7.4
A walkthrough of using arrays and for loops in programming.
Brian McLogan
Learn to represent relations by mapping ordered pairs, table and graphing
👉 Learn about every thing you need to know to understand the domain and range of functions. We will look at functions represented as equations, tables, mapping, and ordered pairs. The domain is the set of all possible x or input values...
Brian McLogan
What you need to know | Functions
In this video I walk through some of the basic problems that you will want to know and remember BEFORE entering pre-calculus. "Most" pre-calculus classes start with a chapter or section on functions and while this video does not cover...
Brian McLogan
Learn how to determine the domain of a radical function
👉 Learn how to find the domain of a radical function. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a radical square-root function, there cannot be a negative number inside the...
Brian McLogan
How to write the domain of a radical function
👉 Learn how to find the domain of a radical function. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a radical square-root function, there cannot be a negative number inside the...
Programming Electronics Academy
Intro to Classes: Arduino Course 8.5
A description of classes in object oriented programming with Arduino.
Programming Electronics Academy
Switch Case Application: Arduino Course 5.8
A demonstration of using a switch-case statement in programming.
Programming Electronics Academy
For Loop Lesson: Arduino Course 5.4
A demonstration of how "for loops" are used in programming.