November 15, 2023

Question 1277 – Compilation

What error would the following function given on compilation? f(int a, int b) { int a; a=20; return a; } Correct Answer: C Question 1 Explanation:  […]
November 15, 2023

NTA UGC NET JUNE-2023 Paper-2

Question 18 Given below are two statements: one is labeled as Assertion A and the other is labeled as Reason R Assertion A: The AVL tree […]
November 15, 2023

Artificial-Intelligence

Question 2 According to Dempster-Shafer theory for uncertainty management, Where Bel(A) denotes Belief of event A. A B C D Artificial-intelligenceDempster–Shafer-TheoryUGC-NET DEC-2019 Part-2 Correct Answer: C
November 15, 2023

GATE 2004-IT

Question 3 Let a(x, y), b(x, y,) and c(x, y) be three statements with variables x and y chosen from some universe. Consider the following statement: […]
November 15, 2023

Software-Engineering

Question 17 Consider the following program module: void swap(float* A1, float* A2) { float temp; if (*A1 = = *A2) return; temp = *A1; *A1 = […]
November 16, 2023

Database-Management-System

Question 20 Consider a table T in a relational database with a key field K. A B-tree of order p is used as an access structure […]
November 16, 2023

Question 3730 – Operating-Systems

Suppose that the number of instructions executed between page fault is directly proportional to the number of page frames allocated to a program. If the available […]
November 17, 2023

Question 3752 – Operating-Systems

A unix file system has 1-KB blocks and 4-byte disk addresses. What is the maximum file size if i-nodes contain 10 direct entries and one single, […]
November 17, 2023

Question 4834 – Operating-Systems

For the implementation of a paging scheme, suppose the average process size be ‘x’ bytes, the page size be ‘y’ bytes, and each page entry requires […]
November 17, 2023

Question 4999 – Operating-Systems

Which of the following commands will output “onetwothree” ? Correct Answer: C Question 620 Explanation:  for→ It will execute a statement will work like normal ‘C’ […]