March 2, 2024

APPSC-2012-DL-CS

Question 5 What is the output of the following Pascal program segment? {c: array [1..10] of integer; m, n, temp : integer; procedure r (k, j […]
March 4, 2024

APPSC-2012-DL-CS

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 […]
March 6, 2024

Question 4074 – UGC NET CS 2005 Dec-Paper-2

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 […]
March 16, 2024

JAVA

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 […]
March 25, 2024

Question 3804 – Environment

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 […]
March 27, 2024

APPSC-2012-DL CA

Question 9 If A and B are independent events then A P(A∪B) = P(A) + P(B) + (A∩B) B P(A∪B) = 0 C P(A∪B) = P(A) […]
April 3, 2024

UGC NET CS 2015 Dec – paper-3

Question 13 In a classful addressing, the IP addresses with 0 (zero) as network number : A refers to the current network B refers to broadcast […]
April 3, 2024

GATE 1992

Question 17 A 2-3 tree is tree such that (a) all internal nodes have either 2 or 3 children (b) all paths from root to the […]
April 14, 2024

JAVA

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), […]
April 14, 2024

Programming

Question 46 Program PARAM (input, output); var m, n : integer; procedure P (var, x, y : integer); var m : integer; begin m : = […]
April 17, 2024

Computer-Networks

Question 741 With an IP address of 100, you have 80 subnets. What subnet mask should you use to maximize the number of available hosts? A […]