Curated Video
Implement logical operations in a computer program : Logical Operators
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...
Curated Video
Implement logical operations in a computer program : Exploring Logical Operators – Part 1
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,...
Curated Video
Implement logical operations in a computer program : Exploring Logical Operators – Part 2
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,...
Curated Video
Fix the errors in a computer program or algorithm : Errors - Types of Errors!
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!
Curated Video
Describe computer programming : Arithmetic & Operators
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
Curated Video
Java 11 Programming for Beginners 2.3: Creating the Basic Structure, Basic Class
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
Practical Ninjas
PLC - Introduction | Programmable logic controllers | Steps towards Automation - 01
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...
Packt
Data transmission : Physical versus logical topology
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...
TMW Media
Creating Greener Cars: Learn about other types of fuel
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
Packt
Use variables to modify data : Overview of the Different Variable Types
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...
Schooling Online
English Essentials - Nailing Non-Fiction - 'Big Picture' Questions to Ask in Non-fiction Analysis (Stage 4, Years/Grades 7-8)
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...
TED Talks
TED: The politics of fiction | Elif Shafak
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.
Curated Video
Introduction to Selection and If Statements in Scratch Programming
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...
Ancient Lights Media
Atlas of the United States: The Southeastern Region: Virginia
This clip explores the geography, history, and some important cultural features of Virginia.
Curated Video
Using the If Statement for Decision Making in Python
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...
Visual Learning Systems
Motion: Momentum
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...
Curated Video
Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators
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
TED-Ed
TED-Ed: The Artists | Think Like A Coder, Ep 5 | Alex Rosenthal
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...
Programming Electronics Academy
TTL Serial Communication Protocol Explained | Part 3
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...
Programming Electronics Academy
TTL Serial Communication Explained | Part 2
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...
Curated Video
Describe an advanced data structure : Manacher’s Algorithm
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...
Curated Video
Describe an advanced data structure : The Course Overview
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...
Curated Video
Describe an advanced data structure : Binary Searching for an Optimal Subarray Length
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...
Curated Video
Describe an advanced data structure : Efficiently Counting Subarrays with a Given Sum
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...