A Google Interview Question. # Digital Design

preview_player
Показать описание
A google Interview question with simple concept is explained in this video.

If you have any doubts in any topic in digital electronics please leave a comment down below , I WILL RESPOND BACK .

source : Nir Dahan (Asic Digital Design)

Thanks for watching ,PLEASE DO SUBSCRIBE IT WILL HELP ME A LOT to produce more good content for you
Рекомендации по теме
Комментарии
Автор

Even commutative property is required to prove that the operation would give the correct answer right?
Is there any operation has identity, self-inverse, and associative but not commutative 🤔

cgvedant
Автор

Hi Karthik! Since we are only interested in finding the number which occurs once, I think using a series of XOR operations alone should suffice. My understanding is that a counter (or any sequential for that matter) won't be needed - this is very similar to a binary to gray conversion, where you shift the bits and keep doing XOR.

Also, the problem statement does not put a constraint on the max size of the elements which the array can have, so attention has to be paid here as well.

saranshchoudhary
Автор

Short and informative video. Good job 👍

cernammahesh
Автор

Superb question yar... Extraordinary work👍
Hoping to have more mind puzzling questions in further videos.

shivakumarpujuri
Автор

pls put google interview questions like these

oviya.n
Автор

if each digit is represented using 4 bits, wont we need 4 xor to compare the data?

swapnilvhatkar
Автор

pls do not stop posting video like these

oviya.n
Автор

Hey! Great video! Excellent animations!! Keep doing the great work!
Also, where can we find these kind of questions for Digital design and verification interviews? Is there something like leetcode used by a lot of CS students?

lavanyabalasubramanian
Автор

I have 12 years career gap can i get a job in embedded system or vlsi after doing a course

MrKnaha
Автор

Cool video, and nice style of animation

But, You are not taking Array to store data in account. Also instead of taking a new register, you can reuse one of data register.

Also is A^B^C == A^C^B ?

kvssumakar
Автор

Can someone share, how this code will be in Verilog?
I tried, but unable to do it without using modulus operator (%). My understanding is that mod operator is not synthesizable or need a very complex hardware. Correct me if i am wrong

YaduS-ng