February 21, 2024

Research-Aptitude

Question 86 Which one of the following references is written as per Modern Language Association (MLA) format? A Hall, Donald. Fundamentals of Electronics, New Delhi : […]
February 22, 2024

OOPS

Question 10 What is the output of the following JAVA program ? Class Test {    public static void main(String[] args) {        Test obj = new Test(); […]
February 22, 2024

GATE 2018

Question 12 The postorder traversal of a binary tree is 8, 9, 6, 7, 4, 5, 2, 3, 1. The inorder traversal of the same tree […]
February 23, 2024

Question 7834 – GATE 2018

The area of a square is d. What is the area of the circle which has the diagonal of the square as its diameter? Correct Answer: […]
February 25, 2024

Question 16330 – UPPCL AE 2022

Consider the following schema (staff, name, street, city) serves(name, c_ name, salary) company (c_ name, city) manages (name, manager-name) Find the names and cities of the […]
February 26, 2024

Question 8938 – Cache

How many total bits are required for a direct-mapped cache with 128 KB of data and 1 word block size, assuming a 32-bit address and 1 […]
February 27, 2024

Question 3291 – Research Aptitude

A research intends to explore the effect of possible factors for the organization of effective mid-day meal interventions. Which research method will be most appropriate for […]
February 27, 2024

Question 11597 – Arrays

How many values can be held by an array A (-1 … m, 1, … m)? Correct Answer: D Question 12 Explanation:  Index of rows is […]
February 29, 2024

GATE 2003

Question 32 Which of the following is a valid first order formula? (Here α and β are first order formulae with x as their only free […]