Videos

Video thumbnail for 4 Big Endian vs Little Endian Byte Ordering
04:47
Icon for www.youtube.comyoutube.com › watch

4 Big Endian vs Little Endian Byte Ordering

4 Big Endian vs Little Endian Byte Ordering
YouTube
· Aug 9, 2021
Video thumbnail for How to Convert GB to Bytes | GCE O/L | English Medium
01:31
Icon for www.youtube.comyoutube.com › watch

How to Convert GB to Bytes | GCE O/L | English Medium

ICT GCE O/L | Grade 10 | How to Convert GB to Bytes This video explains how to find out how many bytes are in 1GB Following are the relationships between units which measure data storage capacity. 8 bits = 1 byte 4 bits = 1 nibble 1024 bytes = 1 kilobyte (KB) 1024 kilobytes = 1 Megabyte (MB) 1024 Megabytes = 1 Gigabyte (GB) 1024 Gigabytes = 1 ...
YouTube
· Jul 27, 2021
Video thumbnail for Converting Between Bits and Bytes - "Ladder" Analogy - General Maths
05:02
Icon for www.youtube.comyoutube.com › watch

Converting Between Bits and Bytes - "Ladder" Analogy - General Maths

Here is an analogy to simplify the process of converting between bits and bytes. I realise there may be some ambiguity between SI and Binary prefixes, however, for the purposes of the HSC General Maths syllabus, the information in this video is accurate.
YouTube
· Aug 20, 2015
Video thumbnail for How To Convert Binary To Decimal - Computer Science
12:51
Icon for www.youtube.comyoutube.com › watch

How To Convert Binary To Decimal - Computer Science

This video explains how to convert binary to decimal numbers. Binary - Free Reference Sheet: https://bit.ly/3CkOHhB _______________________________ Binary to Decimal: https://www.youtube.com/watch?v=VLflTjd3lWA Binary to Decimal with Excel: https://www.youtube.com/watch?v=EJX6Ub_USWw Decimal to Binary: https://www.youtube.com/watch?v ...
YouTube
· May 20, 2018
Video thumbnail for ASCII Code and Binary
08:16
Icon for www.youtube.comyoutube.com › watch

ASCII Code and Binary

This computer science video tutorial provides a basic introduction into the ASCII code. It explains how to convert word message using ASCII into binary code and how to convert a binary coded message into a word. Final Exam and Test Prep Videos: https://bit.ly/41WNmI9 _________________________________ Binary to Decimal: https://www.youtube.com ...
YouTube
· Nov 4, 2019
Video thumbnail for Python - Convert String to bytes - GeeksforGeeks
08:42
Icon for www.geeksforgeeks.orggeeksforgeeks.org › python-convert-string-to-bytes

Python - Convert String to bytes - GeeksforGeeks

The article explains various methods to convert a string to bytes in Python, including using the encode() method, bytes constructor, bytearray constructor, and manual ASCII encoding.
geeksforgeeks.org
· Aug 12, 2022
Video thumbnail for Unicode and Byte Order
24:49
Icon for www.youtube.comyoutube.com › watch

Unicode and Byte Order

In this computer science video you will learn about text files. Specifically, you will see how Unicode code points are encoded into binary and why the byte order, that is the endianness, of some Unicode Transformation Formats could be an important consideration if you’re a programmer handling text data, or if you build websites. The video ...
YouTube
· Mar 14, 2021
Video thumbnail for Convert a string to Hexadecimal ASCII values | GeeksforGeeks
03:04
Icon for www.youtube.comyoutube.com › watch

Convert a string to Hexadecimal ASCII values | GeeksforGeeks

Our courses : https://practice.geeksforgeeks.org/courses/ This video is contributed by Anant Patni Please Like, Comment and Share the Video among your friends. Install our Android App: https://play.google.com/store/apps/details?id=free.programming.programming&hl=en If you wish, translate into the local language and help us reach millions of ...
YouTube
· May 25, 2020
Video thumbnail for Bytes and encodings in Python
09:36
Icon for www.youtube.comyoutube.com › watch

Bytes and encodings in Python

Can Python automatically figure out which encoding to use from bytes? In this video, I a question from reader Patrik. Be sure to read my free, weekly "Better developers" newsletter about Python and software engineering: https://BetterDevelopersWeekly.com/
YouTube
· Dec 13, 2017
Video thumbnail for Direct Memory Mapping – Solved Examples
10:48
Icon for www.youtube.comyoutube.com › watch

Direct Memory Mapping – Solved Examples

COA: Direct Memory Mapping – Solved Examples Topics discussed: For Direct-mapped caches 1. How to calculate P.A. Split? 2. How to find out Tag Directory size? 3. Significance of Tag bits & unique method of calculating the number of Tag bits. 4. How to find out Cache size? Follow Neso Academy on Instagram: @nesoacademy (https://bit.ly/2XP63OE ...
YouTube
· May 26, 2021
Video thumbnail for Best way to convert string to bytes in Python 3?
02:33
Icon for www.youtube.comyoutube.com › watch

Best way to convert string to bytes in Python 3?

Source Code : https://pastebin.com/eZtqtcPG Thanks for watching this video ! Don't forget to drop a like and share it with your friends ! Subscribe to the Hackanon's channel for more such interesting videos !
YouTube
· Apr 10, 2022
Video thumbnail for Bitwise Operators 3: The XOR Operation
05:29
Icon for www.youtube.comyoutube.com › watch

Bitwise Operators 3: The XOR Operation

This computer science video describes the bitwise operation XOR. It explains how the XOR (eXclusive OR) operation works with unsigned integers and how the XOR operation can be used with a bitmask to manipulate the contents of a register containing bit flags. It also demonstrates how the XOR operation can be used in symmetric key cryptography ...
YouTube
· Jan 26, 2020
Video thumbnail for Images to byte array online converter (cpp, Arduino)
Icon for mischianti.orgmischianti.org › images-to-byte-array-online-converter-cpp-arduino

Images to byte array online converter (cpp, Arduino)

This program converts various types of images into a byte array suitable for many applications, especially for showing them on display.
mischianti.org
· Jun 25, 2021
Video thumbnail for Basic Calculator (Blockly)
19:20
Icon for www.youtube.comyoutube.com › watch

Basic Calculator (Blockly)

One of the most popular intro to programming activities is creating a four-function calculator. In this activity, we’ll build a basic calculator using the Blockly blocks and see what the program would like in Python.
YouTube
· Nov 9, 2020
Video thumbnail for Convert Bytes to String [Python]
12:15
Icon for www.youtube.comyoutube.com › watch

Convert Bytes to String [Python]

Quick Sol: The decode() method allows us to convert a byte string object (encoded in a certain format) to a simple string object. ----------------------------------------------------------------------------------------- Full Tutorial: https://blog.finxter.com/convert-bytes-to-string-python/ str() Tutorial: https://blog.finxter.com/python-str ...
YouTube
· Dec 19, 2021
Video thumbnail for Python standard library: Byte arrays (and how to use them)
07:48
Icon for www.youtube.comyoutube.com › watch

Python standard library: Byte arrays (and how to use them)

Python has a "bytes" type, but it also has a "bytearray" type. How is it different from "bytes
YouTube
· Jul 10, 2019
Video thumbnail for Javascript String Length: How to determine the size of a string
03:41
Icon for www.youtube.comyoutube.com › watch

Javascript String Length: How to determine the size of a string

In this tutorial, we’ll take a look at the JavaScript String Length property and how you can use this to determine the size of a string. Don’t forget to subscribe to the Junior Developer Central channel for more videos and tutorials! It’s a very common thing to do but to use the JavaScript string length property is luckily really simple ...
YouTube
· Feb 1, 2019
Video thumbnail for TIA Portal: Convert byte in hex to strings
02:16
Icon for www.youtube.comyoutube.com › watch

TIA Portal: Convert byte in hex to strings

Often converting bytes in hex to string sentence is a painful process. Sometimes you get a nasty '$' along with the string. In this tutorial, i will share how to do it in a fuss free manner using HTA and concat functions
YouTube
· Oct 19, 2021
Video thumbnail for HOW TO: Convert Decimal to IEEE-754 Single-Precision Binary
11:05
Icon for www.youtube.comyoutube.com › watch

HOW TO: Convert Decimal to IEEE-754 Single-Precision Binary

Quick links: 0:35 — Convert 45 to binary 1:59 — Convert 0.45 to binary 4:46 — Normalization 6:24 — IEEE-754 format 7:28 — Exponent bias 10:25 — Writing out the result
YouTube
· Oct 25, 2015
Video thumbnail for Converting Binary to Hexadecimal
03:41
Icon for www.youtube.comyoutube.com › watch

Converting Binary to Hexadecimal

Converting Binary to Hexadecimal
YouTube
· May 29, 2015
Video thumbnail for HOW TO: Convert file to Byte [] and base64 C#
04:39
Icon for www.youtube.comyoutube.com › watch

HOW TO: Convert file to Byte [] and base64 C#

Convert HttpPostedFileBase to byte array and base64 string
YouTube
· Feb 15, 2020
Video thumbnail for How to Decode Base64 to Original Values | React Tutorial
17:15
Icon for www.youtube.comyoutube.com › watch

How to Decode Base64 to Original Values | React Tutorial

You will learn how to decode Base64 to the original string in this tutorial. This application is written in ReactJS. Enjoy, guys! 🔔 SUBSCRIBE: http://bit.ly/Subscribe-Hong-Ly & turn on notifications to find out when I upload new videos 💻 Source code: https://github.com/lyhd/reactjs/tree/base64_decode ℹ️ Websites used in this video ...
YouTube
· Oct 3, 2020
Video thumbnail for How to convert bytes to a string in Python? | Decode the Byte
01:14
Icon for www.youtube.comyoutube.com › watch

How to convert bytes to a string in Python? | Decode the Byte

In this video tutorial I will show you how to convert bytes to a string in Python. The program converts python bytes to string without b. It decodes the bytes object and return string. Subscribe: https://www.youtube.com/infinetsoftsolutions?sub_confirmation=1 Blog: https://www.infinetsoft.com, Tech:https://chiptrolls.com Twitter: https ...
YouTube
· Feb 2, 2023
Video thumbnail for How to take user input/output and perform addition/subtraction in an 8086 microprocessor emulator.
08:59
Icon for www.youtube.comyoutube.com › watch

How to take user input/output and perform addition/subtraction in an 8086 microprocessor emulator.

This video helps you to know how you can take input from the user in 8086 and display the result on the output screen.
YouTube
· Apr 10, 2020
Video thumbnail for Program to calculate length of string using strlen function in C
05:09
Icon for www.youtube.comyoutube.com › watch

Program to calculate length of string using strlen function in C

Like, Comments, Share and SUBSCRIBE
YouTube
· Nov 24, 2015
Video thumbnail for FSCo2: 2 Converting between B, KB, MB, GB, TB
13:46
Icon for www.youtube.comyoutube.com › watch

FSCo2: 2 Converting between B, KB, MB, GB, TB

FSCo2: 2 Converting between B, KB, MB, GB, TB
YouTube
· Jun 2, 2013
Video thumbnail for Hamming Code - How To Find Corrupted Bit - Even Parity
07:01
Icon for www.youtube.comyoutube.com › watch

Hamming Code - How To Find Corrupted Bit - Even Parity

1100 1101 0110 is an EVEN parity 12 bit Hamming code that contains a single-bit error. What is the corresponding uncorrupted Hamming code?
YouTube
· Nov 5, 2018
Video thumbnail for bits, bytes, kilobytes, megabytes, gigabytes, terabytes explained with example
11:28
Icon for www.youtube.comyoutube.com › watch

bits, bytes, kilobytes, megabytes, gigabytes, terabytes explained with example

#karanjetlilive#itlectures #it #lectures #computerscience #computer #memory #units #megabytes #kilobytes #gigabytes #terabytes #computermemory #explained
YouTube
· Nov 5, 2021
Video thumbnail for str vs bytes in Python
08:35
Icon for www.youtube.comyoutube.com › watch

str vs bytes in Python

strings vs. bytes, what's the diff? Strings and bytes are both fundamental types in Python. At a surface level they also appear do be very similar objects. From the similar notation, to the functions they offer, to their use cases like writing to a file, bytes and strings appear to do nearly the same thing. And yet, Python enforces a strict ...
YouTube
· Feb 27, 2023
Video thumbnail for Python bytes() | Complete Guide
08:03
Icon for www.youtube.comyoutube.com › watch

Python bytes() | Complete Guide

Python’s built-in bytes(source) function creates an immutable bytes object initialized as defined in the function argument source. Full Tutorial: https://blog.finxter.com/python-bytes-function/ Do you want to thrive as a self-employed Python freelancer controlling your own time, income, and work schedule? Check out our Python freelancer ...
YouTube
· Dec 7, 2020
Video thumbnail for FSCo2: 3 Converting between bytes and bits
07:21
Icon for www.youtube.comyoutube.com › watch

FSCo2: 3 Converting between bytes and bits

FSCo2: 3 Converting between bytes and bits
YouTube
· Jun 2, 2013
Video thumbnail for Bit and Byte Explained in 6 Minutes - What Are Bytes and Bits?
06:26
Icon for www.youtube.comyoutube.com › watch

Bit and Byte Explained in 6 Minutes - What Are Bytes and Bits?

FREE COURSE: Make a $1M App In 1 Week https://zerotoapp.com/free
YouTube
· Jun 6, 2014
Video thumbnail for Python standard library: Byte strings (the "bytes" type)
08:16
Icon for www.youtube.comyoutube.com › watch

Python standard library: Byte strings (the "bytes" type)

In Python 3, strings contain characters — each of which might contain multiple bytes. If you want to work with binary data, you'll need to work with "byte strings," aka the Python "bytes" type. Here's an intro to that type, and the methods that work on it. In addition to these videos, I have an active blog and free, weekly "Better developers ...
YouTube
· Jul 9, 2019
Video thumbnail for What is a bit? What is a byte? -- Computer Science
13:49
Icon for www.youtube.comyoutube.com › watch

What is a bit? What is a byte? -- Computer Science

The bit is the foundation of data storage in modern computers. Do you know what it is and why they're important? Let's look at it, along with some examples of real applications to help make it all stick. Check out my GameMaker Studio course on Udemy for only $9.99: https://www.udemy.com/the-complete-beginners-guide-to-making-games-with-gms-2 ...
YouTube
· Mar 2, 2018
Video thumbnail for Python bytearray() | How to Convert a List of Ints to a Byte Array?
10:30
Icon for www.youtube.comyoutube.com › watch

Python bytearray() | How to Convert a List of Ints to a Byte Array?

Python’s built-in bytearray() method takes an iterable such as a list of integers between 0 and 256, converts them to bytes between 00000000 and 11111111, and returns a new array of bytes as a bytearray class. Full Tutorial: https://blog.finxter.com/python-bytearray-function/ ASCII Table: https://blog.finxter.com/ascii-table/ Do you want to ...
YouTube
· Dec 6, 2020
Video thumbnail for How to Calculate Physical Address of Memory | Segment Address | Offset Address | Info Pack.
10:40
Icon for www.youtube.comyoutube.com › watch

How to Calculate Physical Address of Memory | Segment Address | Offset Address | Info Pack.

How to Calculate Physical Address of Memory | Segment Address | Offset Address | Info Pack. #physical_address #Segment_Address #Offset_Address #Info_Pack #microprocessor The logical address does not exist physically in the memory whereas a physical address is a location in the memory that can be accessed physically. Identical logical addresses ...
YouTube
· Nov 21, 2021
Video thumbnail for TIA portal: Extracting bits from a byte of data
04:21
Icon for www.youtube.comyoutube.com › watch

TIA portal: Extracting bits from a byte of data

Different bits of data from a byte defines something. It is important to know how to extract them. In this tutorial, i will show by using ladder logic instructions/functions how to do so. If you have any queries, feel free to drop a comment or DM.
YouTube
· Oct 12, 2021
Video thumbnail for Pb 1.2 | What is the exact number of bytes in a system that contains 32K, 64M, and 6.4G bytes.
02:50
Icon for www.youtube.comyoutube.com › watch

Pb 1.2 | What is the exact number of bytes in a system that contains 32K, 64M, and 6.4G bytes.

This video provides the solution for problem 1.2 in the Digital Design textbook by M.Morris mano and Michael D. Ciletti. What is the exact number of bytes in a system that contains (a) 32K bytes, (b) 64M bytes, and (c) 6.4G bytes? ___________________________________________________________ Watch more videos at YT Channel @Menlo Tutorials link ...
YouTube
· Jun 17, 2022
Video thumbnail for Computer Data Storage - Bits and Bytes
12:34
Icon for www.youtube.comyoutube.com › watch

Computer Data Storage - Bits and Bytes

Understanding how data is organized in the computer's memory. What is a bit, what is a Byte? This is a sample lesson from Mor Sagmon's course: Computer Programming with Excel VBA. The course is part of a wider program that teaches and empowers people to become a successful business information systems developers. More info can be found here ...
YouTube
· Dec 2, 2019
Video thumbnail for High Precision Conversion from Bytes to Gigabytes | Bytes to GB Converter
03:18
Icon for www.youtube.comyoutube.com › watch

High Precision Conversion from Bytes to Gigabytes | Bytes to GB Converter

This video shows how to convert data units in Bytes to Gigabytes(GB) by using the converters in dataunitconverters.com. Bytes to Gigabyte converter : https://www.dataunitconverter.com/byte-to-gigabyte Other Popular Converters Bytes to Megabyte (Byte to MB) converter : https://www.dataunitconverter.com/byte-to-megabyte Bytes to Megabyte (Byte to ...
YouTube
· Dec 28, 2021
Video thumbnail for How to Convert Kilobytes, Megabytes and Gigabytes
07:24
Icon for www.youtube.comyoutube.com › watch

How to Convert Kilobytes, Megabytes and Gigabytes

Learn how to convert between Kilobytes (KB), Megabytes (MB) and Gigabytes (GB). These are units of measurements used to measure storage in digital format. The video clearly shows the relationship between KB, MB and GB and explains how each can be converted to the other with minimal calculations. The factor used to convert between KB, MB and GB ...
YouTube
· Jan 10, 2018
Video thumbnail for How to Auto Convert KB, MB, GB, PG, TB in Excel
02:28
Icon for www.youtube.comyoutube.com › watch

How to Auto Convert KB, MB, GB, PG, TB in Excel

This video will demonstrate how to auto convert KiB, MiB, GiB, PiG, and TiB in Excel, including the specific conversions of KB to MiB, MiB to GiB, and MiB to TiB. You can read more about it here : https://www.excelhow.net/how-to-auto-convert-kb-mb-gb-pg-tb-in-excel.html ######### Learn Microsoft Excel Online Free: https://excelhow.net/ #########
YouTube
· Apr 20, 2023
Video thumbnail for Byte Array Input Output Stream
14:16
Icon for www.youtube.comyoutube.com › watch

Byte Array Input Output Stream

Byte Array Input Output Stream
YouTube
· Jun 9, 2020
Video thumbnail for Bits, Bytes and Hex
11:08
Icon for www.youtube.comyoutube.com › watch

Bits, Bytes and Hex

#Bit #Byte #Hex #uint256 #bytes32 What are bits, bytes and hex? This video explains how they relate to each other and how uint256 can be converted to bytes32 Follow on Twitter: @ProgrammerSmart https://twitter.com/ProgrammerSmart Join me on Discord: https://discord.gg/Ny8sPaj Website: https://smartcontractprogrammer.com
YouTube
· Dec 12, 2020
Video thumbnail for Wireshark Counting Bytes
05:21
Icon for www.youtube.comyoutube.com › watch

Wireshark Counting Bytes

Wireshark Counting Bytes
YouTube
· Sep 30, 2020
Video thumbnail for Networking Fundamentals: Converting an IP address to Binary and Hexadecimal
08:50
Icon for www.youtube.comyoutube.com › watch

Networking Fundamentals: Converting an IP address to Binary and Hexadecimal

Networking Fundamentals: Converting an IP address to Binary and Hexadecimal
YouTube
· Jun 13, 2020
Video thumbnail for 4 ways to count bits in a byte
08:58
Icon for www.youtube.comyoutube.com › watch

4 ways to count bits in a byte

In this video we look at the interview question using Java to count bits in a byte. This video looks at 4 different ways. Transcript and code: http://www.deegeu.com/4-ways-count-bits-in-a-byte 4 ways to count bits in a byte - DeegeU.com This video is part of a collection of quick topic videos. In this video we look at the interview question ...
YouTube
· May 7, 2015
Video thumbnail for Manually Find The Length Of A String | C Programming Example
03:01
Icon for www.youtube.comyoutube.com › watch

Manually Find The Length Of A String | C Programming Example

An example of manually finding the length of a string in C, including the null terminator, unlike the built-in strlen() function that comes with string.h. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/string_length.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!
YouTube
· Sep 2, 2021
Video thumbnail for How to convert bytes to a string in Python
01:27
Icon for www.youtube.comyoutube.com › watch

How to convert bytes to a string in Python

Use decode to turn a bytes object into a string.
YouTube
· Sep 8, 2022
Video thumbnail for How to count in binary
06:14
Icon for www.youtube.comyoutube.com › watch

How to count in binary

A simple description of how to count in binary.
YouTube
· Feb 24, 2015