November 12, 2023

OOPS

Question 52 If a data-item is declared as a protected access specifier then it can be accessed : A Anywhere in the program B By the […]
November 12, 2023

OOPS

Question 90 If only one memory location is to be reserved for a class variable, no matter how many objects are instantiated, then the variable should […]
November 12, 2023

GATE 2004

Question 5 The best data structure to check whether an arithmetic expression has balanced parentheses is a A queue B stack C tree D list Data-StructuresStacks […]
November 12, 2023

Database-Management-System

Question 46 Let R = (A, B, C, D, E, F) be a relation scheme with the following dependencies: C→F, E→A, EC→D, A→B. Which of the […]
November 13, 2023

Computer-Storage-Related

Question 2 The computer uses a bootstrap. Which of the following shows the part of a computer of which the bootstrap is an example? A Application […]
November 13, 2023

Question 1276 – Algorithms

which of the following sorting algorithms does not have a worst case running time of O(n​ 2​ )   Correct Answer: B Question 207 Explanation:  A […]
November 13, 2023

Motion-Pictures

Question 3 The ____ file format allows storing an animation sequence A PNG B GIF C JPG D PDF Computer-GraphicsMotion-PicturesKVS 30-12-2018 Part B Question 3 Explanation:  […]
November 13, 2023

Data-Structures

Question 2  Consider the following statements. S1:The sequence of procedure calls corresponds to a preorder traversal of the activation tree. S2:The sequence of procedure returns corresponds […]