Company: nvidia_22sep
Difficulty: medium
While multiplying three integers, Andy took one of the numbers as M instead of N. As a result, the product went up by Q. For the given values N = 16, M = 61, and Q = 1800, what is the minimum possible value of the sum of squares of the other two numbers? 164 136 80 200 For a digital circuit where all combinational gates have a delay of 14 units, find the values of the timing parameters a, b, c, and d as indicated in a standard timing diagram analysis. a=14, b=28, c=42, d=56 a=7, b=14, c=21, d=28 a=14, b=14, c=14, d=14 a=0, b=14, c=28, d=42 The average power dissipated in a resistor R = 1kOhms with a supply voltage of 1V, given the initial flip-flop states D1=1, D2=0, D3=0, D4=1, D5=0 after many clock cycles, is: 0.2 mW 0.4 mW 0.5 mW 0.8 mW Given the function solve(char *str) which performs a binary search for the first occurrence of '1', what will be the output for the input string s = "95759110150111111"? 5 6 8 -1 Consider a combinational logic which has N input bits and N output bits