Left and Right Shift

preview_player
Показать описание
Learn how to multiply and divide by two in binary (or any power of two!)
Рекомендации по теме
Комментарии
Автор

I've got a computer science examination tomorrow and I found your video extremely helpful thank you

bossgirl
Автор

Teach better than my teacher! And it's such a simple thing

DrMadPotato
Автор

Got a computing exam coming up, This really helped, thanks mate.

theatomgamers
Автор

I can't understand this topic in any of the lecture video but only this works thanks a lot for this simple nice and wonderful video
I respect your teaching

SunitaSharma-nczq
Автор

Thank you so much!! This is so simple haha <3

rubyc
Автор

Helped me clear so many doubts, Thanks Mr Powell's Computer Science Channel

Abdulisbasith
Автор

Thanks for explaining. So may I know where we using these shifts and one more things how you make 5 or 10 after equal? Thanks

Dr_Ali.Aljboury
Автор

What if you left shift the number 10 twice in hexadecimal(8 4 2 1)?

tanuj
Автор

whats the difference between a logical left shift and a arithmetic left shift?

theo
Автор

64, 32, 16, 8, 4, 2, 1 for 7 bit

ahmedulhaquefuad
Автор

well done m8 very good enjoyed your lesson

michaelattard
Автор

At 2:37 when I tried to shift again I got 4 shouldn't I get 20?

Rawoonahcool
Автор

8 4 2 1 0 0 11 --> 3 --LS 1bit --> *2. This part is ok
But if the register is has a fixed memory of 4 bit then the output should not go beyond 16<max>, or you have an overflow, so for the above example it is necessary to restrict the operation to 2 left shifts only. Am i right?
example: 8 4 2 1
1 0 1 1 -->LS, 1 bit != *2.

mohithkumar