November 15, 2023

UGC NET CS 2018-DEC Paper-2

Question 1 ​Data warehouse contains___________ data that is never found in operational environment. A Scripted B Encoded C Encrypted D Summary Database-Management-SystemData-ware-housing Question 1 Explanation:  Scripted […]
November 15, 2023

Data-Type

Question 2 Consider the following set of statements? Float x, y : x=7;y=10: x*=y*=y*28.5 : After the execution of the above set of statements, the value […]
November 15, 2023

Arrays

Question 15 What is the output of the following C program? { int a|5| = {2,3}; Printf (“/n%d%d%d”, a[2], a[3], a[4]) ; } A Garbage values […]
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

Question 3226 – Teaching Aptitude

Which of the following factors does not impact teaching? Correct Answer: D A Learning through experience B Teacher’s knowledge C Class room activities that encourage learning […]
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 16, 2023

Question 7969 – GATE 2017 [Set-2]

In a file allocation system, which of the following allocation scheme(s) can be used if no external fragmentation is allowed? I. Contiguous II. Linked III. Indexed […]
November 16, 2023

Question 7977 – GATE 2017 [Set-2]

The Breadth First Search (BFS) algorithm has been implemented using the queue data structure. Which one of the following is a possible order of visiting the […]