October 6, 2023

Digital-Logic-Design

Question 5 The function AB’C + A’BC + ABC’ + A’B’C + AB’C’ is equivalent to A AC’+ AB + A’C B AB’+ AC’+ A’C C A’B+ AC’+ AB’ D A’B + AC + AB’ Digital-Logic-DesignMinimizationGATE […]
October 6, 2023

Digital-Logic-Design

Question 7 A multiplexer is placed between a group of 32 registers and an accumulator to regulate data movement such that at any given point in […]
October 6, 2023

Digital-Logic-Design

Question 9 Consider the Boolean function z(a,b,c). Which one of the following minterm lists represents the circuit given above? A Z = ∑(0,1,3,7) B Z = […]
October 6, 2023

Programming-for-Output-Problems

Question 4 Consider the following C program: #include <stdio.h> int r()  { static int num=7 ; return num-- ; } int main ()  { for (r(); […]
error: Alert: Content selection is disabled!!