ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,507 results

Improbable Matter
How a Computer Works - from silicon to apps

A whistle-stop tour of how computers work, from how silicon is used to make computer chips, perform arithmetic to how programs ...

42:32
How a Computer Works - from silicon to apps

1,933,802 views

5 years ago

Fresh and Felicia Reviews
The AMAZING History of Computers, Programming, and Coding

#computers #coding #programming CHAPTERS 0:00 The story of coding and computers 06:10 Binary code is the basis of all ...

45:27
The AMAZING History of Computers, Programming, and Coding

561,301 views

6 years ago

3Blue1Brown
But what are Hamming codes? The origin of error correction

A discovery-oriented introduction to error correction codes. Part 2: https://youtu.be/b3NxrZOu_CE Ben Eater:'s take: ...

20:05
But what are Hamming codes? The origin of error correction

2,819,155 views

5 years ago

Errichto Algorithms
Binary Search tutorial (C++ and Python)

This is the most comprehensive lecture on the binary search. Find the target value, or the first value satisfying some condition, ...

27:41
Binary Search tutorial (C++ and Python)

308,318 views

6 years ago

NoBS Code
MIDI Files Explained - Music Transcribed in Binary

In this video we're taking an in-depth look at how the MIDI standard works, and specifically how MIDI data is stored inside of files.

26:15
MIDI Files Explained - Music Transcribed in Binary

25,220 views

1 year ago

Traditional And Non-Traditional Optimization Tools
Lecture 4 Binary-Coded Genetic Algorithm (BCGA)

i am going to start with topic three of this course that is binary coded genetic algorithm in short this is known as bcga and this is ...

28:36
Lecture 4 Binary-Coded Genetic Algorithm (BCGA)

4,552 views

8 years ago

freeCodeCamp.org
Binary Tree Algorithms for Technical Interviews - Full Course

Learn how to implement binary tree algorithms and how to use them to solve coding challenges. ✏️ This course was ...

1:48:53
Binary Tree Algorithms for Technical Interviews - Full Course

826,468 views

4 years ago

Back To Back SWE
Binary Tree Bootcamp: Full, Complete, & Perfect Trees. Preorder, Inorder, & Postorder Traversal.

Code & Problem Statement ...

20:00
Binary Tree Bootcamp: Full, Complete, & Perfect Trees. Preorder, Inorder, & Postorder Traversal.

206,547 views

6 years ago

Veritasium
I built a QR code with my bare hands to see how it works

How do QR codes work? The checkerboard patterns taking over the world, demystified. Go to https://Saily.com/veritasium and use ...

35:13
I built a QR code with my bare hands to see how it works

9,134,900 views

1 year ago

MIT OpenCourseWare
6. Binary Trees, Part 1

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Erik Demaine View the complete course: ...

50:59
6. Binary Trees, Part 1

200,462 views

4 years ago

Simons Institute for the Theory of Computing
Polar Codes over q-ary Alphabets and Polynomially Fast Convergence to Shannon Capacity

Ameya Velingker, Carnegie Mellon University Coding: From Practice to Theory ...

33:58
Polar Codes over q-ary Alphabets and Polynomially Fast Convergence to Shannon Capacity

1,978 views

10 years ago

CodeHelp - by Babbar
Lecture 12: Binary Search Explained in 1 Video [Theory + Code]

In this Video, we are going to learn the concept of Binary Search and also going to implement it. There is a lot to learn, Keep in ...

38:41
Lecture 12: Binary Search Explained in 1 Video [Theory + Code]

1,045,184 views

4 years ago

Columbia Gorge Community College
Binary Numbers

A video by Jim Pytel for renewable energy technology students at Columbia Gorge Community College.

32:13
Binary Numbers

3,690 views

14 years ago

CodeHelp - by Babbar
Lecture 6: Binary & Decimal Number System

In this Video, we are going to learn how to implement: - Binary to Decimal Conversion - Decimal to Binary Conversion There is a ...

35:15
Lecture 6: Binary & Decimal Number System

998,793 views

4 years ago

Ron Mattino
How do computers work? CPU, ROM, RAM, address bus, data bus, control bus, address decoding.

Donate: BTC:384FUkevJsceKXQFnUpKtdRiNAHtRTn7SD ETH: 0x20ac0fc9e6c1f1d0e15f20e9fb09fdadd1f2f5cd 0:00 Role of ...

28:00
How do computers work? CPU, ROM, RAM, address bus, data bus, control bus, address decoding.

316,258 views

2 years ago

MIT OpenCourseWare
Lecture 4: Loops over Strings, Guess-and-Check, and Binary

MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...

1:13:16
Lecture 4: Loops over Strings, Guess-and-Check, and Binary

120,148 views

1 year ago

Codebagel
Top 7 Algorithms for Coding Interviews Explained SIMPLY

Today we'll be covering the 7 most important algorithms you need to ace your coding interviews and land a job as a software ...

21:22
Top 7 Algorithms for Coding Interviews Explained SIMPLY

603,241 views

3 years ago

Traditional And Non-Traditional Optimization Tools
Lecture 12 : Real-Coded GA

... face with the the binary coded ga but here there is one demerit the demerit in the sense ah like this your the binary coded ga ah ...

27:21
Lecture 12 : Real-Coded GA

3,833 views

7 years ago

Ben Eater
“Hello, world” from scratch on a 6502 — Part 1

Learn how computers work in this series where I build and program a basic computer with the classic 6502 microprocessor.

27:25
“Hello, world” from scratch on a 6502 — Part 1

5,460,045 views

6 years ago

Dave's Garage
HAL 9000 and the Sexadecimal Mystery - Finally Explained!

What sexadecimal is, what makes it so strange, and why it matters. Dave takes you on a tour starting with HAL-9000's birthplace of ...

22:11
HAL 9000 and the Sexadecimal Mystery - Finally Explained!

492,616 views

4 years ago

Kay Lack
Making .BMP images from scratch

This video has a page on 0DE5 with exercises and resources ...

21:22
Making .BMP images from scratch

22,743 views

1 year ago

Veritasium
The Universe is Hostile to Computers

Tiny particles from distant galaxies have caused plane accidents, election interference and game glitches. This video is ...

23:03
The Universe is Hostile to Computers

25,083,201 views

4 years ago

CodeWithHarry
Linear Vs Binary Search + Code in C Language (With Notes)

Download the best IDE for C, C# and C++: https://bit.ly/WholeTomato_CWH Linear vs Binary search algorithm: In this video, we ...

35:12
Linear Vs Binary Search + Code in C Language (With Notes)

909,985 views

5 years ago

Inkbox
Programming in Assembly without an Operating System

I made a game in assembly that runs without an operating system. This is bare metal programming. Use this code for 6% off the ...

26:27
Programming in Assembly without an Operating System

1,283,689 views

3 months ago

HISTORY
Alien Messages & Symbols: Hidden Clues from Beyond | Ancient Aliens | History

... an Answer From the Cosmos 03:23 A Possible Reply to the Arecibo Message 05:04 Binary Code and Ancient Knowledge 09:20 ...

26:27
Alien Messages & Symbols: Hidden Clues from Beyond | Ancient Aliens | History

550,540 views

5 months ago