Skip to content

Bruce-Daqian-Li/What-is-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

What-is-binary

By Bruce Li

This tutorial is going to talk about what is binary and how does it apply to real life.

This toturial is for someone who is interested in data or computer engineering.

python  js 

contents

  1. [item1](#What is binary)
  2. [item2](#How does binary apply to our life)

Binary (or base-2) a numeric system that only uses two digits — 0 and 1. Computers operate in binary, meaning they store data and perform calculations using only zeros and ones. A single binary digit can only represent True (1) or False (0) in boolean logic. However, multiple binary digits can be used to represent large numbers and perform complex functions. In fact, any integer can be represented in binary. Below is a list of several decimal (or "base-10") numbers represented in binary.

check This!

Item1

binary readme

image

Item2

how does it apply to our real life

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published