Question 11 The consistency model supported in IVT (Integrated shared virtual memory at yale) is A Sequential Consistency B General Consistency C Strict Consistency D Weak […]
What is the output of the following C-program main() { printf(”%d%d%d”, sizeof(3.14f), sizeof(3.14), sizeof(3.141)); } Correct Answer: E Question 11 Explanation: The sizeof operator will print […]
Question 26 What is the output of the following JAVA program? public class Good{ Private int m; Public Good(int m){this.m=m;} public Boolean equals(Good n){return n.m=m;} public […]
Human ear is most sensitive to noise in which of the following ranges: Correct Answer: E Question 138 Explanation: Excluded for evaluation A l-2 KHz B […]
What is the probability of choosing correctly an unknown integer between 0 and 9 with 3 chances ? Correct Answer: E Question 907 Explanation: Probability of […]
Question 29 Match the following w.r.t. programming language: A (a)-(iii), (b)-(i), (c)-(ii), (d)-(iv) B (a)-(i), (b)-(iii), (c)-(ii), (d)-(iv) C (a)-(i), (b)-(iii), (c)-(iv), (d)-(ii) D (a)-(ii), (b)-(iv), […]