Brian McLogan
How do you find the axis of symmetry and vertex in standard form
👉 Learn the basics to understanding graphing quadratics. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Curated Video
Learn and Master C Programming - Important Tips for Working with User Input
This video simply gives you some hints and tips when working with and parsing user input from the command-line. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute...
Curated Video
Learn and Master C Programming - Getting user input using 'scanf'
This lecture will show you how to receive user input and how you can get into problems with 'scanf'. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick...
Curated Video
The Full Stack Web Development - Bootstrap Package and UI
App Development with Meteor.js: Bootstrap Package and UI This clip is from the chapter "App Development with Meteor.js" of the series "The Full Stack Web Development".For Meteor.js framework that runs on both ends and we will be working...
Curated Video
C++ Developer - Project - Array Data
This video presents a project on array data. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Curated Video
Core Java Programming Course- Scanner Class
This video explains the Scanner class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that are...
Packt
Validating if User Interface (UI) Elements Are Disabled or Enabled with Attributes
This video explains how to validate if the UI elements are disabled or enabled with attributes. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java - Basics...
Packt
Reverse Strings
This video provides an introduction to reverse strings. This clip is from the chapter "Question 10: Reverse Strings" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of reverse...
Curated Video
API Testing with Postman - Understanding Web Services and APIs
Gain a conceptual understanding of what web service is and how you can interact with them via APIs. • Explain how to think of web services as a black box function • Explain how an API can be thought of as inputs and outputs to the...
Curated Video
C++ Programming By Example - Setting Up Your Painting Application
How to set up a basic application? • Use basic project setup provided by instructor • Open Qt Creator and created needed files as shown • Put the files in the correct folders This clip is from the chapter "Building a Painting Application...
KnowMo
Reflections of Graphs: Understanding How and Why Graphs Get Reflected in the X or Y Axis
The video is a lecture presentation on the topic of reflections of graphs. The presenter explains the concept of reflection and how and why graphs get reflected in the X or Y axis using mirror lines. They use examples to explain the...
Curated Video
C++ Programming By Example - Adding Search Functionality
How can you add search functionality to the application? • Learn what algorithms could be used from the STL • Implement search by book title • Experiment with search by author This clip is from the chapter "Building a Library Management...
Brian McLogan
Learning the basics to how to graph the sine function and its points
👉 Learn the basics to graphing sine and cosine functions. The sine graph is a sinusiodal graph with x-intercepts at x = 2n*pi, maximun value of 1 at x = pi/2 + 2n*pi and minimum value of -1 at x = -pi/2 + 2n*pi. The cosine graph is a...
Brian McLogan
What is the domain of sine and cosine graph
👉 Learn the basics to graphing sine and cosine functions. The sine graph is a sinusiodal graph with x-intercepts at x = 2n*pi, maximun value of 1 at x = pi/2 + 2n*pi and minimum value of -1 at x = -pi/2 + 2n*pi. The cosine graph is a...
Curated Video
Complete Java SE 8 Developer Bootcamp - Enumerations (enum)
Learn the syntax for enum; that allows us to create strongly typed label. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators,...
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Navbar - Search Form
Project 2 - Furniture Store (Based on CSS Grid): Navbar - Search Form This clip is from the chapter "Project 2 - Furniture Store (Based on CSS Grid)" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".null
Brian McLogan
Compose Two Rational Functions then Find the Domain in Interval Notation
Learn how to compose two functions where one or both of those functions is/are rational. To compose two functions means to express one of the functions as a function of the other function. This is done by replacing the input variable of...
Brian McLogan
How to Compose Two Functions and then Determine the Domain, Rational and Radical
Learn how to compose two functions where one is a rational function and the other is a radical function. To compose two functions means to express one of the functions as a function of the other function. This is done by replacing the...
Brian McLogan
How To Apply the Composition of a Quadratic and Linear Function
Learn how to compose two functions where one or both of those functions is/are quadratic. To compose two functions means to express one of the functions as a function of the other function. This is done by replacing the input variable of...
The Business Professor
Variations in Assumptions - Sensativity Analysis
A sensitivity analysis is used to test how variations in specific factors affect an outcome. The assumptions employed as part of the situational analysis are generally based on historical information, hypotheical contexts, and constancy
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: Flow Control
This video provides the solution to the "Flow Control" Python coding exercise. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will...
Curated Video
Writing Equations in Slope-Intercept Form
In this video lesson we will learn how to write an equation of a line in slope-intercept form. We will learn how to identify the slope and y-intercept of the graph of a line. We will review how to find the slope of a line using two...
Curated Video
Is it a Function? Understanding Relations and Using the Vertical Line Test
This video explains how to determine if a relation is a function using mapping diagrams, tables, and the vertical line test. The lesson covers the concepts of inputs and outputs, ordered pairs, and the definition of a function as a...