TIL

Today, during my commute, I listened to lectures on Python Programming and Digital Logic Circuits. The Python Programming lecture covered the if statement, which was already very familiar to me, so I did not find it difficult at all.

However, The real challenge was Digital Logic Circuits. This lecture was Part 2 of combinational logic circuits, and it covered topics such as the BCD adder, code converters, parity generators and checkers, combinational logic circuits using MSI, encoders, and decoders. Because I did not fully understand the concept of parity from the beginning, I found it difficult to grasp the topics that followed as well. I have been studying by continuously asking 5.4 Thinking questions, and I plan to keep reviewing the material even after writing this post.

As for exercise, today was leg day, but because I ended up short on time due to my subway schdule, I was unable to complete one additional exercise, I did inner thigh, outer thigh, seated leg curls, Bulgarian split squats, and hip thrusts, but I could not do leg extensions because I ran out of time.

Leave a comment