Questions tagged [digital-logic]

Digital logic is the representation of signals and sequencing of a digital circuit. It is the basis for digital computing. (Note: There is the Electrical Engineering Stack Exchange website which is more suited to asking questions on hardware.)

229 questions
-3
votes
2 answers

What is the 2's complement of -17?

What will be the binary value of -17 and how to find the 2's complement of -17?
Pannu
  • 1
  • 1
  • 1
-3
votes
1 answer

Making a C17 circuit in C++

I'm trying to simulate a C17 logic circuit in C++ using a Library called LibLCS. Click here to see an example of a digital circuit made with this lib. But isnt working. I cant compile the code and I have no idea why. #include #include…
Leonardo Alves
  • 37
  • 1
  • 10
-3
votes
2 answers

Number theory: solution need

Suppose a = a31 a30 . . . a1 a0 is a 32-bit binary word. Consider the 32-bit binary word b = b31 b30 . . . b1 b0 computed by the following algorithm: Scan a from right to left and copy its bits to b until the first 1 is found (which is also…
mystery
  • 875
  • 6
  • 16
-7
votes
1 answer

I don't understand how to do this Lesson :'(

Lesson 2: Design an address decoder for 64 KB memory from 16KB memory ICs, knowing that the memory base address is 94000H and the address decoder is designed using circuits combinatorial logic.
Tờ Ân
  • 3
  • 3
1 2 3
15
16