Practice
Resources
Contests
Online IDE
New
Free Mock
Events New Scaler
Practice
Improve your coding skills with our resources
Contests
Compete in popular contests with top coders
logo
Events
Attend free live masterclass hosted by top tech professionals
New
Scaler
Explore Offerings by SCALER

Bit Manipulation

Last Updated: Nov 17, 2023
Go to Problems
locked
Bit Manipulation
info
Complete all the problems in this Topic to unlock a badge
Completed
Go to Problems

Level 1

Jump to Level 2

Level 2

Jump to Level 3

Level 3

Jump to Level 4

Level 4

Jump to Level 5

Level 5

Jump to Level 6

Level 6

Jump to Level 7

Level 7

Jump to Level 8

Level 8

Be a Code Ninja!
Contents

What is Binary Number System?

Before answering this question let us first recall what a decimal number system is. So a decimal number system is a type of number system where every digit of the number is from 0 to 9.  Here are a few examples of a decimal number: 1,10,123,1456 etc.

Similar to a Decimal number system we have something called a Binary number system in which each digit of the number can be either 0 or 1. Here are a few examples of a binary number : 1010, 1000, 1111,1 etc.

Base of a Number System: 

We define the base of a number as the total number digits used in the system. 

For example: For a decimal number system we can use digits from 0 to 9 , therefore the total number of digits  is 10, and hence the base is 10.

Similarly for a Binary number system we can use 0 or 1 , therefore the total number of digits  is 2, and hence the base is 2.

But why are Binary Numbers so Important? Why does a computer only understand binary?

This is because a computer is an electrical device and all that an electrical device understands is electrical signals, so if we have to give an input to the computer there would only be two states possible, either there is current or there is no current.

 

Writing numbers in Binary number system and converting Binary numbers to Decimal.

First let’s recall how we used to write numbers in decimal representation.

Eg: Representing 1234 in the decimal number system.

Place Thousands place 1000 Hundreds place 100 Tens Place 10 Units place 1
Digits 1 2 3 4

1 x 1000 + 2 x 100 + 3 x 10 + 4 x  1 = 1234 

We would follow the same procedure for a binary number. The only difference is that instead of powers of 10 we would have powers of 2 and the digits can only be 0 or 1.

Eg: Let’s suppose we are given a binary number ‘11101’ and want to convert it into decimal.

Place 16 8 4 2 1
Digits 1 1 1 0 1

Therefore the number in binary is = 1 x 16 + 1 x 8 + 1 x  4 + 2 x 0 + 1 x 1
                                                      = 29

Therefore (11101)2 = 2910

Video Courses
By

View All Courses
Excel at your interview with Masterclasses Know More
Certificate included
What will you Learn?
Free Mock Assessment
Fill up the details for personalised experience.
Phone Number *
OTP will be sent to this number for verification
+91 *
+91
Change Number
Graduation Year *
Graduation Year *
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
*Enter the expected year of graduation if you're student
Current Employer
Company Name
College you graduated from
College/University Name
Job Title
Job Title
Engineering Leadership
Software Development Engineer (Backend)
Software Development Engineer (Frontend)
Software Development Engineer (Full Stack)
Data Scientist
Android Engineer
iOS Engineer
Devops Engineer
Support Engineer
Research Engineer
Engineering Intern
QA Engineer
Co-founder
SDET
Product Manager
Product Designer
Backend Architect
Program Manager
Release Engineer
Security Leadership
Database Administrator
Data Analyst
Data Engineer
Non Coder
Other
Please verify your phone number
Edit
Resend OTP
By clicking on Start Test, I agree to be contacted by Scaler in the future.
Already have an account? Log in
Free Mock Assessment
Instructions from Interviewbit
Start Test