Hi, what do you want to do?
Bozeman Science
AP Biology Labs - part 1
Paul Andersen details the first 7 of 13 labs in the AP Biology Curriculum. The following topics are all covered: Artificial Selection, Hardy-Weinberg Equilibrium, Comparing DNA using BLAST, Diffusion and Osmosis, Photosynthesis,...
SciShow
The Randomness Problem: How Lava Lamps Protect the Internet
Randomness is important for all kinds of things, from science to security, but to generate true randomness, engineers have turned to some pretty odd tricks!
Bozeman Science
Population Modeling
Paul Andersen shows you how we can use a spreadsheet to model population changes. He begins with a brief discussion of populations and life cycles. He then shows you how you can model a single generation using a spreadsheet.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - POST Requests with API Data in Express
In this video, we will be exploring how to use POST requests to send and receive data from an API using Express.js.
Curated Video
Representing algorithms using flowcharts
Pupil outcome: I can create and represent an algorithm in a flowchart. Key learning points: - Algorithms can be represented by flowcharts. - Flowcharts use symbols to visually represent logic and data. - Developing an algorithm's logic...
Curated Video
Representing algorithms using pseudocode
Pupil outcome: I can represent an algorithm using pseudocode. Key learning points: - Algorithms can be represented in pseudocode. - Pseudocode uses plain language to outline the steps of the algorithm in a logical and sequential manner....
Curated Video
Sampling limitations
Pupil outcome: I can state the limitations of a sample and the impact of different sample sizes. Key learning points: - A sample can only produce conclusions for that sample. - A different sample may produce different conclusions. - The...
Curated Video
Sampling methods
Pupil outcome: I can see why samples are used and why different selection methods exist. Key learning points: - Samples are used when using the whole population would be impractical/destructive. - There are various sampling methods. - A...
Curated Video
Using selection
Pupil outcome: I can write selection statements that make decisions about which path a program will follow. Key learning points: - Selection is used when there is more than one possible path for a program to follow. - Relational...
Curated Video
C++: Guess a Random Number
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
Python Assignment 8
This is a Number Guessing Game! Prompt the user to enter a number within the range and keep giving hints to help the player get the correct answer! A great way to revise all your basic Python concepts!
Curated Video
Modern JavaScript from the Beginning - Second Edition - More on Arguments and Parameters
This video discusses the differences between arguments and parameters in JavaScript, and how to use them effectively in our functions.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Number Challenge
In this video, we will tackle a coding challenge to reverse a given number in JavaScript. We will walk through the problem step by step, discuss different approaches, and write a solution using JavaScript math and string methods.
<
br/>...
<
br/>...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Base Tracker, Meal, and Workout Class
This video introduces the concept of classes and demonstrates how to create base classes for the Tracalorie App project. The video covers the creation of the BaseTracker, Meal, and Workout classes and how to implement properties and...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Math Method - Part 2
Continuing from the previous video, we will delve deeper into the Math object's methods. You will learn about Math functions, which enable you to generate random numbers, find the maximum and minimum values, and perform exponential...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Sort and Order Numbers into an Array with JavaScript
In this video, you will go through the very common type of interview question asked to sort and order numbers into an array with JavaScript.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate"...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate"...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Smart Contract Oracles
In this video, you will learn about Smart Contract Oracles, which are third-party services that provide external data to smart contracts. You will understand the importance of Oracles in smart contract development, the challenges of...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Build a Random Generator Function
In this video, you will learn how to build a random generator function in Solidity. The video will cover the basic principles of generating random numbers in a deterministic environment like the Ethereum blockchain.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
The Art of Doing - Web Development for Beginners - Guess My Number Preview
In this video, we will have a quick preview of the "Guess My Number" project. We will discuss the project requirements, including gathering user input, generating random numbers, implementing the game logic, and using functions to...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Math Object / 042
This video explains the Math object in JavaScript.
<
br/>
This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object literals and...
<
br/>
This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object literals and...
Science Buddies
Random Math Test Generator in Scratch
Write a program to generate random math problems and automatically grade them.
Science Buddies
Radioactive Decay Simulation with Scratch
Geology Science Project: Create a model of radioactive decay using dice and test its predictive power on dating the age of a hypothetical rock or artifact.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Smart Computer Player (Basic AI)
After creating the Suggest button and clicking on it, the game will suggest a random number so the player can strategize their moves. We will use artificial intelligence to improve the player's intelligence on the computer and make more...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Suggesting a Move - Implementing a Computer Player
Here, we will define the game's moves, where the game makes suggestions to the player to make a particular move, or we will be able to click on the New Game button to reset a game and start over. You will also learn to implement a player...