Questions tagged [exercise]
The exercise tag has no summary.
7 questions
0 votes
3 answers
135 views
In a solution to an exercise, each memory address has a length of 64 bits, and I do not understand why
In a solution to an exercise in my notes for a Computer Architecture course, it is stated that each memory address has a length of 64 bits, and I do not understand why. The problem statement is as ...
2 votes
2 answers
316 views
Wrong solution to a short RISC-V exercise
We are told that a RISC-V exercise with no data forwarding executes the instruction add x3,x2,x1, followed by sw x3, 16(x8). My ...
0 votes
1 answer
4k views
How do you calculate the average current of a square wave?
I'm working through the exercises of Art of Electronics and exercise 1.21 asks to calculate how big a fuse a circuit (full-wave rectifier using a center-tapped transformer) needs to be. The current is ...
1 vote
0 answers
95 views
Doubt about an exercise on leapfrog filter
I'm asked to find the order, type, number of poles and zeroes and the dc gain of the following filter: Since the output of each integrator is the input both of the following and the preceding ...