are you writing all of that backwards? that’s impressive haha
@shreykabir25834 жыл бұрын
Thank u so much sir really helped a lot. 😊😊
@danishzia81923 жыл бұрын
Sir can you explain me what will be the procedure if we have to enlighten all the leds for a digit. How will the k-map look like then?
@monicanguyen93603 жыл бұрын
What do you do when there is a rectangle containing 2 cells?
@Intermation3 жыл бұрын
You'll find that a rectangle containing 2 cells will only have one variable drop out. For example, if a rectangle covered only the top left cell and the cell immediately to its right, A, B and C would all stay the same, specifically A=0, B=0, and C=0. D, however, would change from a 0 to a 1. That means D would drop out and you'd be left with a product A-bar anded with B-bar anded with C-bar.
@ayeenromero30924 жыл бұрын
thank you so much!
@rominazhang15363 жыл бұрын
“e” column, I really don’t understand how did you get the result ??
@Intermation3 жыл бұрын
A lot of my students have trouble with this, so you're not alone. Part of the problem is that the hexadecimal digits include A, B, C, D, E, and F, and the segments of the 7-segment display are labeled a, b, c, d, e, f, and g. There's sometimes confusion regarding these labels. The "e" column represents the vertical LED that is in the lower left corner of the 7-segment display. Picture putting tape over all of the other segments on the display so that only the 'e' segment is showing. The 'e' column shows whether the 'e' LED is on or off based on the different patterns of ones and zeros at the inputs. The ones and zeros at the inputs, on the other hand, represent what number (or hexadecimal letter) we're trying to display.