November 15, 2023

Data-Type

Question 1 The data type of the variable “var1 ” declared in the following ‘C’ language statement is: unsigned var1: A int B double C char […]
November 15, 2023

Computer-Networks

Question 40 Which of the following objects can be used in expressions and scriplets in JSP (Java Server Pages) without explicitly declaring them? A session and […]
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

UGC NET CS 2006 Dec-paper-2

Question 12 Enumeration variables can be used in : A search statement like an integer variable B break statement C preprocessor commands D function statement ProgrammingData-Type […]
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 15, 2023

Data-Structures

Question 42 Which of the following statements is false? A A tree with a n nodes has (n – 1) edges B A labeled rooted binary […]
November 15, 2023

Data-Structures

Question 40 A complete n-ary tree is one in which every node has 0 or n sons. If x is the number of internal nodes of […]
November 16, 2023

UGC NET June-2019 CS Paper-2

Question 3 A computer has six tapes drives with n processes competing for them. Each process may need two drives. What is the maximum value of […]
November 16, 2023

Indexing

Question 2 A data consisting of 1,50,000 student-records is stored on a hard disk with block size of 4096 bytes. The data file is sorted on […]