Instructional Video6:52
Curated Video

Implement logical operations in a computer program : Logical Operators

Higher Ed
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details. Logical operators are typically used with Boolean (logical) values. When they...
Instructional Video6:07
Curated Video

Implement logical operations in a computer program : Exploring Logical Operators – Part 1

Higher Ed
From the section: Introduction to Decision Statements and Control Flow. In this section, you will be introduced to Java's decision statements and control flow constructs. This will include getting to know the Java keywords of if if/else,...
Instructional Video4:12
Curated Video

Implement logical operations in a computer program : Exploring Logical Operators – Part 2

Higher Ed
From the section: Introduction to Decision Statements and Control Flow. In this section, you will be introduced to Java's decision statements and control flow constructs. This will include getting to know the Java keywords of if if/else,...
Instructional Video6:20
Curated Video

Fix the errors in a computer program or algorithm : Errors - Types of Errors!

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Errors - Types of Errors!
Instructional Video18:36
Curated Video

Describe computer programming : Arithmetic & Operators

Higher Ed
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Arithmetic & Operators
Instructional Video3:00
Curated Video

Java 11 Programming for Beginners 2.3: Creating the Basic Structure, Basic Class

Higher Ed
Then, we prepare even more of the basic structure to hold the upcoming logic. • Create a new calculator class and initial method • Run through the basic structure of a Java class
Instructional Video5:20
Practical Ninjas

PLC - Introduction | Programmable logic controllers | Steps towards Automation - 01

12th - Higher Ed
PLC stands for Programmable Logic Controller. It can be also called the backbone of any industry implementing automation in their processes. PLC is nothing but an embedded computer capable of implementing complex logic's involving...
Instructional Video1:13
Packt

Data transmission : Physical versus logical topology

Higher Ed
From the section: Introduction to Computer Networks (ICND1). This Section introduces Computer Networks. This includes lectures on Physical Components, Topology, Speed etc. Introduction to Computer Networks (ICND1): Physical versus...
Instructional Video4:37
TMW Media

Creating Greener Cars: Learn about other types of fuel

K - 5th
Are hybrid cars popular? What is a way for a car to generate electricity? What can cities do about pollution? Creating Greener Cars, Part 4
Instructional Video6:41
Packt

Use variables to modify data : Overview of the Different Variable Types

Higher Ed
From the section: Primer on Python. This section is made to teach you the fundamentals of Python. You will write your first Python code lines by learning to structure and store information in your program, using functions in order to...
Instructional Video12:58
Schooling Online

English Essentials - Nailing Non-Fiction - 'Big Picture' Questions to Ask in Non-fiction Analysis (Stage 4, Years/Grades 7-8)

3rd - Higher Ed
Join us in our first lesson on Nailing Non-fiction!. This lesson will unpack the ‘big picture’ questions you need to ask when analysing non-fiction texts. Come and learn about different types of non-fiction texts. You’ll discover that...
Instructional Video19:39
TED Talks

TED: The politics of fiction | Elif Shafak

12th - Higher Ed
Listening to stories widens the imagination; telling them lets us leap over cultural walls, embrace different experiences, feel what others feel. Elif Shafak builds on this simple idea to argue that fiction can overcome identity politics.
Instructional Video10:29
Curated Video

Introduction to Selection and If Statements in Scratch Programming

Pre-K - Higher Ed
In this tutorial, students learn about the concept of selection in programming using Scratch. They explore the 'if' statement to make the computer decide between two actions based on given conditions, such as determining if a person is...
Instructional Video3:48
Ancient Lights Media

Atlas of the United States: The Southeastern Region: Virginia

6th - 8th
This clip explores the geography, history, and some important cultural features of Virginia.
Instructional Video8:34
Curated Video

Using the If Statement for Decision Making in Python

Pre-K - Higher Ed
This lesson introduces the concept of using the 'if' statement in Python to make decisions based on user input. By checking if a certain condition is met, the program can execute different blocks of code. Through practical examples and...
Instructional Video0:59
Visual Learning Systems

Motion: Momentum

9th - 12th
Students will explore the principles of motion, the basic concepts of speed and velocity and how speed and acceleration are calculated. Numerous examples of common occurrences illustrate the principles of motion. Other terminology...
Instructional Video6:29
Curated Video

Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators

Higher Ed
Introduce various control flows and conditional operators. • Two slides to introduce the concepts • A coding example to showcase control flows • Improve the code with the use of switch-case and for loops
Instructional Video6:26
TED-Ed

TED-Ed: The Artists | Think Like A Coder, Ep 5 | Alex Rosenthal

Pre-K - Higher Ed
This is episode 5 of our animated series "Think Like A Coder." This 10-episode narrative follows a girl, Ethic, and her robot companion, Hedge, as they attempt to save the world. The two embark on a quest to collect three artifacts and...
Instructional Video8:09
Programming Electronics Academy

TTL Serial Communication Protocol Explained | Part 3

Higher Ed
Let’s look at a concrete example. The ASCII character capital G is represented by the bits 0100 0111. If we were to monitor the logic levels of the TX pin on the Arduino UNO while we are printing a capital G using Serial.begin() and...
Instructional Video1:38
Programming Electronics Academy

TTL Serial Communication Explained | Part 2

Higher Ed
Many microcontrollers come equipped with a simple way to communicate serially – using a USART. USART stands for Universal Synchronous/Asynchronous Receiver/Transmitter. Wow – that’s one heck of a name! But let’s dive in – it actually way...
Instructional Video9:48
Curated Video

Describe an advanced data structure : Manacher’s Algorithm

Higher Ed
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Instructional Video3:01
Curated Video

Describe an advanced data structure : The Course Overview

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Instructional Video4:48
Curated Video

Describe an advanced data structure : Binary Searching for an Optimal Subarray Length

Higher Ed
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Instructional Video4:17
Curated Video

Describe an advanced data structure : Efficiently Counting Subarrays with a Given Sum

Higher Ed
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...