Curated Video
Inside the Computer: Exploring Key Components and How They Work
New ReviewThis video provides a basic overview of the key components inside a computer, such as the motherboard, CPU, RAM, hard drive, and power supply unit. It explains their functions and how they work together to make a computer operate. The...
Curated Video
HTML Basics: Organizing Text with Paragraphs
New ReviewIn this video, the importance of organizing text on websites using paragraphs in HTML is highlighted. The use of the P tag is explained as a simple way to structure text content with a start and end tag. The significance of creating...
Curated Video
Understanding the Basic Components of a Computer System
New ReviewThis video provides an overview of the basic components of a computer setup, including the computer case, monitor, keyboard, and mouse. It explains how these parts work together to facilitate processing, display, and interaction with the...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Image Features and their importance for object detection
From the section: Computer Vision Basics: Part 3. In this section, weβll cover the advanced features of Computer Vision. Computer Vision Basics: Part 3: Image Features and their importance for object detection
The Guardian
The Raspberry Pi and it's importance in learning computer science
The Raspberry Pi and it's importance in learning computer science As part of the London Games Festival the Guardian ran a Raspberry Pi coaching session at the Google Campus. The Raspberry Pi is a credit card sized single-board computer...
Programming Electronics Academy
How to Organize Code
If you are new to writing code with Arduino it can be confusing on how to organize the program. But once you know where stuff goes in an Arduino program it's actually pretty simple. In this lesson, you are gonna learn how to organize the...
APMonitor
Computational Tools for Engineers Course Overview
Welcome to ChE263 which teaches computer skills useful to engineers and scientists. It covers MATLAB, Python, Mathcad, computer programs for doing all types of math, both numerically and symbolically; Excel, a spreadsheet program; and...
TED Talks
Shai Reshef: An ultra-low-cost college degree
At the online University of the People, anyone with a high school diploma can take classes toward a degree in business administration or computer science β without standard tuition fees (though exams cost money). Founder Shai Reshef...
Packt
State the purpose of network hardware : Hubs vs. Switches
From the section: Essentials of Networking. In this section, we learn about WANS, Routers, cables and connectors. Youβll never understand the power of the Internet without first starting at the most basic form of networking: the Local...
Science360
Hour of Code at the National Science Foundation
Aimed at getting students excited about computer science, the "Hour of Code" is a global movement that engages millions of young kids. The National Science Foundation discusses involvement in computer science and the "Hour of Code".
Packt
CompTIA Network+ Certification N10-007: The Total Course - Classful Addressing
This video explains the concept of classful addressing, which separates the IP addresses into five classes. This clip is from the chapter "Transmission Control Protocol/Internet Protocol (TCP/IP) Basics" of the series "CompTIA Network+...
Curated Video
What is Reinforcement Learning AI Basics
New ReviewThis video provides an overview of reinforcement learning in artificial intelligence (AI). It explains how computers can improve decision-making by trying different actions and receiving feedback in the form of rewards or penalties. The...
Curated Video
Excel 2016 Basics: Navigating the Interface and Getting Started
New ReviewThis video serves as a comprehensive introduction to Microsoft Excel 2016, a powerful spreadsheet program used for storing, organizing, and analyzing information. The tutorial covers various aspects of Excel, starting with the Start...
Curated Video
Computer Architecture, Number Systems, Digital Design: Tutorial 5 - Cache Design
Welcome to our in-depth Digital System Fundamentals and Computer Architecture Design tutorial series! Whether you're a student, engineer, or tech enthusiast, these videos cover everything you need to know about digital systems and the...
Curated Video
Computer Architecture, Number Systems, Digital Design: Tutorial 5 Q2
Welcome to our in-depth Digital System Fundamentals and Computer Architecture Design tutorial series! Whether you're a student, engineer, or tech enthusiast, these videos cover everything you need to know about digital systems and the...
Curated Video
Study Math With Me
Check out the Discrete Mathematics for Computer Science Courses: https://click.linksynergy.com/deeplink?id=vFuLtrCrRW4&mid=40328&murl=https%3A%2F%2Fwww.coursera.org%2Fspecializations%2Fdiscrete-mathematics%3Futm_term%3Dmp_cwm_nov18 This...
Curated Video
Mastering Excel Formulas: From Real-Life Problems to Solutions
New ReviewThis video provides a practical and engaging guide on how to translate real-life problems into formulas in Excel. It emphasizes that with some basic math skills, planning, and understanding of how formulas work, anyone can tackle complex...
APMonitor
Matlab π©βπ» Course Overview
Imagine that you work for an organization that rescues orphaned birds. Often you have to hatch eggs left without a nest. Egg incubation is tricky business. To incubate a chicken egg you have to keep it at just the right temperature. One...
Curated Video
Organizational Tips and Features in Google Keep: How to Customize and Manage Your Notes Efficiently
New ReviewIn this video tutorial, you will learn how to effectively organize your notes using Google Keep on your iPhone. The tutorial covers various features such as color coding, labeling, pinning notes, inserting images and links, voice-to-text...
Curated Video
Excel 2016: A Comprehensive Guide to Navigating the Interface and Creating Your First Worksheet
New ReviewThis video is a comprehensive guide to using Excel 2016, a powerful spreadsheet program that allows users to store, organize, and analyze information. The video covers essential features such as navigating the interface, utilizing the...
Curated Video
Mastering Google Keep: The Ultimate Note-Taking and Reminder App Guide
New ReviewThis video tutorial provides a comprehensive guide on how to effectively use the note-taking app, Google Keep. It covers both the mobile and desktop versions of the app, demonstrating how to create different types of notes, including...
Curated Video
Getting Started with Google Drive: A Beginner's Guide to Cloud Storage
New ReviewThis video tutorial provides a comprehensive overview of Google Drive, a free cloud-based storage service offered by Google. The instructor guides viewers through the process of setting up a Google account, accessing Google Drive, and...
Curated Video
Excel 2016: Navigating the Interface and Getting Started
New ReviewThis video provides a comprehensive overview of Excel 2016, a powerful spreadsheet program used for storing, organizing, and analyzing information. The instructor guides viewers through the various features and tools of Excel, starting...
Programming Electronics Academy
Using Serial.read() with Arduino | Part 1
Are you trying to use Serial.read() to get data from a serial port to your Arduino? Maybe youβre using the Arduino Serial Monitor window and sending in data, or maybe youβve got a program running on your raspberryPi sending data via...