Video není dostupné.
Omlouváme se.

Lec-6 What are Signed & Unsigned Numbers | Arithmetic Operations | Number system

Sdílet
Vložit
  • čas přidán 8. 07. 2020
  • 👉Subscribe to our new channel: / @varunainashots
    Arithmetic Operations(Addition, Subtraction, Multiplication, Division). It is of two types:
    1) Unsigned Numbers(Positive)
    2) Signed Numbers(Positive, Negative)
    ►Number System (Complete Playlist):
    • Number system
    Other subject-wise playlist Links:
    --------------------------------------------------------------------------------------------------------------------------------------
    ►Design and Analysis of algorithms (DAA):
    • Design and Analysis of...
    ►Database Management System:
    • DBMS (Database Managem...
    ► Software Engineering:
    • Software Engineering
    ►Artificial Intelligence:
    • Artificial Intelligenc...
    ►Computer Networks:
    • Computer Networks (Com...
    ►Operating System:
    • Operating System (Comp...
    ►Structured Query Language (SQL):
    • Structured Query Langu...
    ►Discrete Mathematics:
    • Discrete Mathematics
    ►Compiler Design:
    • Compiler Design (Compl...
    ►Theory of Computation :
    • TOC(Theory of Computat...
    ►Cloud Computing & BIG Data:
    • Cloud Computing & BIG ...
    ►Programming in C :
    • C Programming
    ►Data Structure:
    • Data Structure
    ►Computer Architecture :
    • Computer Organization ...
    ►Graph Theory (Complete Playlist):
    • Graph Theory
    ►Digital Logic:
    • Digital Logic (Complet...
    ---------------------------------------------------------------------------------------------------------------------------------------
    Our social media Links:
    ► Subscribe to us on CZcams: / gatesmashers
    ►Subscribe to our new channel: / @varunainashots
    ► Like our page on Facebook: / gatesmashers
    ► Follow us on Instagram: / gate.smashers
    ► Follow us on Instagram: / varunainashots
    ► Follow us on Telegram: t.me/gatesmashersofficial
    ► Follow us on Threads: www.threads.net/@gate.smashers
    --------------------------------------------------------------------------------------------------------------------------------------
    ►For Any Query, Suggestion or notes contribution:
    Email us at: gatesmashers2018@gmail.com

Komentáře • 190

  • @UrduCodingreal
    @UrduCodingreal Před rokem +27

    Signed numbers in DLD are typically represented using a system called Two's Complement. The most significant bit (MSB) is used as the sign bit, where 0 represents a positive number and 1 represents a negative number. The remaining bits represent the magnitude of the number. Two's Complement allows for both positive and negative values to be represented, and arithmetic operations can be performed on these numbers using standard binary arithmetic.
    Unsigned numbers in DLD are represented using simple binary codes, where all bits represent the magnitude of the number. Unsigned numbers can only represent non-negative values, as they do not have a sign bit.

    • @NeetFinishers
      @NeetFinishers Před 4 měsíci

      Two's complement is a brilliant concept used to extend the range of negative numbers within binary representation. With negative signs represented by the MSB (most significant bit), we can't directly represent negative values. So, two's complement comes to the rescue!
      Let's take -5 as an example. First, we find the positive counterpart of 5: 00000101 (8-bit binary). Next, we invert all the bits to get 11111010. Then, by adding 1 to the result, we obtain 11111011. Voilà! Now we have a way to represent the negative value of 5 in binary.
      Two's complement allows us to use the same hardware for operations like subtraction and addition of both positive and negative numbers. Without it, we'd be restricted to only positive numbers-a real handicap for any CPU!

    • @obito42024
      @obito42024 Před 3 měsíci

      Chart gpt sa copy karka deya keya 😅😅

  • @kalpeshpualsa
    @kalpeshpualsa Před rokem +14

    Thank you sir, had great learning from your videos.

  • @gujjardhanana4463
    @gujjardhanana4463 Před 2 lety +4

    Nice explanation sir ... Aap videos ko upload Krna continue rkho ... Because aap acha explain krte ho 👍🔥🙏

  • @xxploverr
    @xxploverr Před 3 lety +110

    This can not be easier than this.

    • @HPGamer428
      @HPGamer428 Před 2 lety +11

      Acha toh -45 ko binary mai likh

    • @anshjagwan8047
      @anshjagwan8047 Před rokem +1

      @@HPGamer428 base 10 kaise ayaa neeche jab base pehle 3 tha

    • @arvindkumar-lt9bn
      @arvindkumar-lt9bn Před rokem +10

      @@HPGamer428 (45)₁₀ = (101101)₂
      Therefore if we write it in 8 bits, first bit would be for sign and the remaining 7 for absolute binary value. Therefore in seven digits (45)₁₀ = (0101101)₂. And sign is negative, so first digit would 1. Therefore as 8 digit signed binary number -45 can be written as 10101101.

    • @harsh.37
      @harsh.37 Před 11 měsíci

      ​@@arvindkumar-lt9bnis there any issue if we write just 7 bits

    • @sharjeelashraf2928
      @sharjeelashraf2928 Před 11 měsíci

      ​@@harsh.37ofcourse if the question is 8-bit you need to write the answer in 8 bits

  • @azuboof
    @azuboof Před 2 lety +14

    You are amazing. God bless you, sir.

  • @ZETA824
    @ZETA824 Před 2 lety +16

    sir everything is clear but i think 100 is -4 in signed number system, because it is the 3-bit 2's complement of +4. Your videos are really helpful to us. Thanks for taking such a great initiative. Thank You!

  • @saloni1204
    @saloni1204 Před rokem +3

    Best teacher on CZcams ❤

  • @diptesh_roy
    @diptesh_roy Před 2 lety +9

    you should teach the 2's compliment method, is sign and magnitude method used anywhere?😅

  • @sakshamrai7654
    @sakshamrai7654 Před 3 lety +12

    Thanku Sir
    This is very helpful for my isc examination

  • @celebinfo4986
    @celebinfo4986 Před rokem +8

    This is really helpful for us , thank u for your effort❤

  • @AmandeepSingh-eu6jh
    @AmandeepSingh-eu6jh Před rokem +19

    After 2 years, it is still effective.

    • @hmmtastycookies
      @hmmtastycookies Před rokem +1

      bhai gyaan nahi badalta usse samajhne ka tarika hi change hota h bas

  • @Anas-eu4ng
    @Anas-eu4ng Před 6 měsíci +1

    Thanks sir aapki ki wajah se yeh chapter me confusion chala gaya❤❤❤. Your channel deserve more

  • @prakhartiwari2061
    @prakhartiwari2061 Před 5 měsíci +1

    So much quality in only 8 mins hats off to you sir

  • @jeetendarsingh3822
    @jeetendarsingh3822 Před rokem +1

    Sir your speech is the best of teaching

  • @gitabhanuse458
    @gitabhanuse458 Před 3 lety +8

    Well done sir......😇💪👍

  • @ankitmehta6875
    @ankitmehta6875 Před 10 měsíci +3

    thankyou brother for this beautiful lecture

  • @varshasharma8249
    @varshasharma8249 Před 3 lety +10

    Best ever explanation....thank you sir

    • @reengineer2497
      @reengineer2497 Před 2 lety

      beta galat hai vo, the order is [ 0 , 2^(n-1) - 1 ] U [ - 2^(n-1), -1 ] , in that example : 0,1,2,3,-4,-3,-2,-1 , esa hona chahiye

    • @itsmimic007
      @itsmimic007 Před 7 měsíci

      ​ It's about the range of numbers that can be represented not the order. So, the range is indeed right in the video.😊

  • @AhmadAsif-mf2et
    @AhmadAsif-mf2et Před 4 měsíci +1

    Sir your teaching method is very good ❤🎉

  • @PriyankaPriyadarshani21
    @PriyankaPriyadarshani21 Před rokem +2

    Awesome explanation Varun Singla sir👍👍

  • @adarshrajjaiswal9143
    @adarshrajjaiswal9143 Před 3 lety +6

    Getting the point 😀👍🏻

  • @P0K0
    @P0K0 Před 2 lety +6

    Thank you sir ji , you saved me time ❤️

  • @amandobhal5126
    @amandobhal5126 Před 2 lety +6

    This is really helpful sir. Keep going on 👍

  • @Urdu_Poetry292
    @Urdu_Poetry292 Před 2 lety +2

    7:50
    range of signed numbers
    (-2 exponent 2 )+1= -4+1= -3
    but even power ane pr to number positive bn jata hai ?

  • @hindutva8458
    @hindutva8458 Před rokem +1

    Very easy and nice explanation sir

  • @PoonamKumari-og1pp
    @PoonamKumari-og1pp Před 4 lety +5

    Well done sir
    Keep it up

  • @gaurvendrasingh4573
    @gaurvendrasingh4573 Před 4 lety +3

    Negative signed no. Are in the twos complement form ??

  • @HemantSharma-dj1ti
    @HemantSharma-dj1ti Před 2 lety +4

    Thank you very much sir for the nice explanation

  • @neeleshranjan7827
    @neeleshranjan7827 Před rokem +1

    thank you so much sir

  • @ItsJyoti
    @ItsJyoti Před 4 lety +5

    Tysm Sir :)

  • @ashfaqahmad6796
    @ashfaqahmad6796 Před 3 měsíci +1

    Yes sir we get the point ..

  • @PrisTineYT_
    @PrisTineYT_ Před 11 měsíci +1

    very helpfup for bca students sir thanks a ton

  • @mmpatel2101
    @mmpatel2101 Před rokem +4

    Mind blowing explain 🔥

  • @priyamvadapriyam9415
    @priyamvadapriyam9415 Před rokem +1

    thank you.

  • @abdulrehman9441
    @abdulrehman9441 Před rokem +1

    Thank u so much sir

  • @abinashtarai6067
    @abinashtarai6067 Před 8 měsíci +1

    Superb amazing sir 💙

  • @Natural.168
    @Natural.168 Před rokem +3

    After a long time but still very impressive ❤

  • @adityathorat6308
    @adityathorat6308 Před rokem +2

    Sir Love This lecture❤

  • @ramkhandwal
    @ramkhandwal Před 2 lety +2

    Getting the point 👨🏻‍🏫

  • @sandhusingh4009
    @sandhusingh4009 Před 2 lety +1

    You are the best man 👍🏽👍🏽

  • @sobiyaqureshi2493
    @sobiyaqureshi2493 Před 3 lety +6

    Assalamalaikum sir your videos are really helpful for btech electronics students....I m really greatful to you ...and I really like your punjabi accent

  • @suyogshah8843
    @suyogshah8843 Před 3 lety +6

    Thank you sir.you teach amazing, please make video on bsc it syllabus

  • @anandraghuwanshi903
    @anandraghuwanshi903 Před 4 lety +3

    how -2 * -2 = -4 ???? you have mentioned -2 power of 2 +1 = 3. please explain

  • @12-bhujasrik43
    @12-bhujasrik43 Před 4 lety +2

    Thank you so much anna really it is helpful and useful

  • @amse2024live
    @amse2024live Před 3 lety +9

    Sir, I think signed number's range is having some problem. Kindly check it once. Thank You.☺️🙏

  • @Akram-rg6zn
    @Akram-rg6zn Před 3 měsíci

    Very helpful for me thank you so much ☺️

  • @MathWithTudu
    @MathWithTudu Před 2 lety +1

    Nice Teaching Sir👍

  • @Lofi-boy89
    @Lofi-boy89 Před rokem +19

    Get in the point 🤣

  • @ajinkyaadhotre5336
    @ajinkyaadhotre5336 Před 2 lety

    best explanation on youtube

  • @usman0405
    @usman0405 Před 2 lety +6

    Sab lecture ke smj aye lakin yah sar k upper sa gya hai☺

  • @malikislam4643
    @malikislam4643 Před 2 lety +2

    Well explained 👏

  • @arpanapaikra9185
    @arpanapaikra9185 Před 2 lety +1

    Thank you 😊 sir ji

  • @avenger6106
    @avenger6106 Před 2 lety +1

    Good explanation sir thx

  • @journey_op
    @journey_op Před 2 měsíci +1

    intro gives aesthetic vibes💘

  • @UECAshutoshKumar
    @UECAshutoshKumar Před 2 lety +1

    Thank you sir❤

  • @anilasabir123
    @anilasabir123 Před rokem

    Sir you are the best teacher ❤

  • @Mohit_kashyap836
    @Mohit_kashyap836 Před 2 lety

    Sir starting ki bacjground music mind bloging hai🔥🔥🔥

  • @Bunnny2002
    @Bunnny2002 Před 10 dny

    7:30 Minimum is -2^n-1 or -2^(n-1)+1 ?

  • @ramnathkaushik
    @ramnathkaushik Před 2 lety

    Jio sir jio....
    MATLAB thank you sir

  • @seaofcode6002
    @seaofcode6002 Před 3 lety +2

    Thank U sir +1

  • @mirmubashir3128
    @mirmubashir3128 Před 2 lety +3

    But sir in signed no.s the range in the data is -2^(n-1) to 2^(n-l)-1
    For example for 3 bit signed no.
    Data ranges from -4 to 3(shown in maximum books nd google as well)
    But you ve shown sir -3 to 3

  • @BiakshMohaoatar-lb4uy
    @BiakshMohaoatar-lb4uy Před 6 měsíci +6

    Kuch samj nahi aya isme

  • @NazmulHasan-js3oy
    @NazmulHasan-js3oy Před 3 lety +4

    Brother I'm from Bangladesh...
    thanks a lot for helping me..
    I have many problems in this topic..
    But now it's veryeasy to me😊😊😊
    Thanks Bro

  • @hellmn9490
    @hellmn9490 Před rokem

    2:54 its sounds like a song that's better to remember

  • @coderistan
    @coderistan Před 2 lety +1

    Thanku sir

  • @anindian4601
    @anindian4601 Před 3 lety

    Brother when u r explaining then explain completely bro, what i understand is in SIGNED Integer formula -2 power of n-1 plus 1 in this (-2 means, minus bcos signed starting with minus, then 2 for in binary zero and one only two digits are there therefore use 2 AND -2 Power of n-1, here -1 we have to do bcos in signed we are not using first place of binary so deduct that 1 digit so in n-1, minus 1 doing this job and after that at the end plus 1 bcos of TILL 4 We are not count to make till 3 we are adding plus 1 ) OFFFFF THIS PROBLEM DUE TO I AM NOT FROM MATH BACKGROUND BRO, MAY B Who belongs to math they can but like me need this kind of explanation. by the by thanks for ur great explanation and subject. which i did not understand from others i understood from ur video bro. shukran.

  • @vamsikrishna5391
    @vamsikrishna5391 Před 2 lety

    Nice explanation

  • @renusangwan3560
    @renusangwan3560 Před 4 lety +2

    Good but too short class.. atleast provide half hour class.. daily please Sir...

  • @avenger6106
    @avenger6106 Před 2 lety +2

    Jeero jeero jeero

  • @muminaestic
    @muminaestic Před 2 lety

    Thankyou. ❤

  • @zaidasim1549
    @zaidasim1549 Před 11 měsíci

    Her:I love your accent ,say that again please
    Him:jero jero one jero one jero
    😂😂

  • @deepjuttihouseklt..9024

    Thanks for this sir👌👌👌👌👌👌💐💐💐💐💐💐💐💐

  • @nayeemurrahman3184
    @nayeemurrahman3184 Před 10 měsíci

    Sir, I think there is a mistake. for 3 bits -4 to +3 signed integers will be available. Because, -0 in the middle will not be counted.❤❤

  • @swatirajput7888
    @swatirajput7888 Před 3 lety

    Sir plz digital electronics ki series puri kara dijiye with all topics

  • @trinmoydutta4879
    @trinmoydutta4879 Před 2 lety

    Of it is written as 111 then what it is??
    6 or -3?

  • @spsudhir1857
    @spsudhir1857 Před 6 měsíci

    -8 to signed binary number

  • @aniket3s
    @aniket3s Před rokem

    Your sound is like jittu bhaiya 😃

  • @kazamali910
    @kazamali910 Před 4 měsíci +1

    Not jero it's zero😊

  • @jayendravashistha9486
    @jayendravashistha9486 Před 9 měsíci +2

    Kuch samajh nahi aaya

  • @user-sx4vn9mp4r
    @user-sx4vn9mp4r Před 9 měsíci

    7:40 sir -2 ka square will be +4 the 4+1 will be 5 na

  • @amanrajvardhan602
    @amanrajvardhan602 Před rokem

    bhaiya, u r great😭😭😭❤❤❤,,,today is my ece paper and I've learnt all the concepts from this playlist...Right Now my confidence is on next level......THANKS BHAIYA😭😭😭😭❤❤❤

  • @Vikatuofficial
    @Vikatuofficial Před rokem

    nice video sir ji

  • @kumkumslab5811
    @kumkumslab5811 Před rokem +1

    comment to bannta hai now it is totaaly clear

  • @celebinfo4986
    @celebinfo4986 Před rokem

    Thank u so much sir, had great learning from your videos

  • @ayushinayak2917
    @ayushinayak2917 Před 4 lety

    sir plz make a video on booths notation $ booths algorithm also plz

  • @BATTUSTEPHENS
    @BATTUSTEPHENS Před 3 lety

    sir pls complete dld playlist

  • @shantidevi128
    @shantidevi128 Před 4 lety +1

    Sir namber system ka 7nth lacture upload karo sir

  • @kirtirao1838
    @kirtirao1838 Před 2 lety

    Sir 00 ka magnitude 4 bhi to posible h .. ..

  • @bindaas_vlo
    @bindaas_vlo Před 2 lety +1

    👍🏻👍🏻👍🏻

  • @rittikhossen1132
    @rittikhossen1132 Před rokem

    tommorow is my exam , that's why I am here 😁😁

  • @rohitkr.agrawalrka4752

    Sir bcs ke liye konsa book le

  • @nitishchoudhary201
    @nitishchoudhary201 Před 3 lety

    Thanks sir

  • @hardikchhipa4120
    @hardikchhipa4120 Před 2 lety +1

    👍

  • @fazilakousar
    @fazilakousar Před 2 měsíci

    Aj mera exam hy dua krna bacho

  • @snehalathareddy5566
    @snehalathareddy5566 Před rokem

    Bro your videos does not have subtitles how the other language people understand

  • @hemsagarpatel8992
    @hemsagarpatel8992 Před 3 lety

    Awsome

  • @abdullahqamar5570
    @abdullahqamar5570 Před rokem

    bro please make the correction 100 is not (-0) its -4 use 2,s complement please review your concepts

    • @electronicbrains13
      @electronicbrains13 Před rokem +2

      Whatever explained in the video is signed magnitude method. In 2' s complement method -4 is 100. He is right brother.

  • @himanshusmart4964
    @himanshusmart4964 Před 6 měsíci

    💌

  • @biplobhossainsobuj529

    What is getting in one

  • @Mrithul_Gaming
    @Mrithul_Gaming Před rokem

    If it is in English language that would be more helpful...🎉😊

  • @adarshdas2766
    @adarshdas2766 Před 10 měsíci