A lift calling system is to be programmed for an organization building having 6 floors. The CEO of the organization sits at the 3rd floor. The marketing head sits at the 1st floor and the staffs of the organization sit at the 2nd floor. The meeting room is located on the 6th floor and canteen is on the 5th floor. the lift calling system should have the most priority for the 3rd floor, the the priority should be given to 1st floor, the 2nd floor should be given priority. the 5th and 6th floors priority will come in descending order respectively. Finally ground floor will have the least priority. sketch the system showing your truth table and logic gate diagram.

Question
in progress 0 9 months 2 Answers Reply 11 views

Q 1 . A t ABC Rice Mill, a weight measurement system has t o b e introduced for a warehouse that manages goods o f varying weights. The objective i s t o sort and process the goods based o n their weight effectively. T o accomplish this, you opt t o utilize a magnitude comparator for comparing the weights o f incoming goods. Design the magnitude comparator for this weight measurement system, ensuring i t can handle weights u p t o a t least 7 k g . Additionally, for this weight measurement system, already a full adder implemented t o facilitate the addition o f weights. Provide the Hardware Description Language ( H D L ) code for this full adder. Q 2 . Taking W , x , Y a s the selector pins show the following logic function using 8 × 1 MUX. F ( W , x , Y , Z ) = Σ ( R , K , L , M , N ) The value o f R , K , L , M , N are t o b e taken from the student I D . The reference student I D i s * where the middle 5 digits o f your student IDs are R , K , L , M . N . Remember, i f value o f R , K , L , M , N repeat then consider a s i t once. R = 4 , K = 1 , L = 9 , M = 1 , N = 8 , F ( W , x , Y , Z ) = ∑ ( 4 , 1 , 9 , 1 , 8 )

Question
in progress 0 9 months 1 Answer Reply 6 views