November 9, 2023

Question 3218 – ICT

Which is an instant messenger that is used for chatting? Correct Answer: A A Google Talk B AltaVista C MAC D Microsoft Office
November 9, 2023

Theory-of-Computation

Question 23 Consider the following language. L = {x ∈ {a,b}* | number of a’s in x is divisible by 2 but not divisible by 3} […]
November 10, 2023

Question 1670 – Programming

Output of following program? #include void dynamic(int s,..) { printf(“%d”,s); } int main() { dynamic(2,4,6,8); dynamic(3,6,9); return 0; } Correct Answer: A Question 210 Explanation:  ● […]
November 10, 2023

Question 10012 – Calculus

(a) Find the points of local maxima and minima, if any, of the following function defined in 0 ≤ x ≤ 6. x3 - 6x + […]
November 10, 2023

OOPS

Question 140 Is null an object? A yes B No C Sometimes yes D None of these OOPSPropertiesNielit Scientific Assistance IT 15-10-2017 Question 140 Explanation:  If […]
November 11, 2023

COCOMO-Model

Question 2 A company needs to develop digital signal processing software for one of its newest inventions. The software is expected to have 40000 lines of […]
November 11, 2023

Algorithms

Question 42 Which one of the following algorithm design techniques is used in finding all pairs of shortest distances in a graph? A Dynamic programming B […]
November 11, 2023

Question 9794 – Secondary-Storage

Consider a disk with following specifications: 20 surface, 1000 tracks/surface, 16 sectors/track, data density 1 KB/sector, rotation speed 3000 rpm. The operating system initiates the transfer […]
November 11, 2023

Programming

Question 40 Consider the C program shown below. #include #define print(x) printf("%d", x) int x; void Q(int z) { z += x; print(z); } void P(int […]
November 11, 2023

Computer-Networks

Question 424 The network topology with highest reliability is ————- A Mesh B Bus C Star D Ring Computer-NetworksTopologiesAPPSC-2016-DL-CS Question 424 Explanation:  The topology with highest […]
November 11, 2023

OOPS

Question 4 Friend functions have access to A Private and protected members B Public members only C Private members only D None OOPSPropertiesAPPSC-2012-DL-CS Question 4 Explanation:  […]
November 11, 2023

OOPS

Question 15 Function overloading in C++ is A A group function with the same name B all have the same numbers and type of arguments C […]