November 9, 2023

ISRO CS 2011

Question 1 The encoding technique used to transmit the signal in giga ethernet technology over fiber optic medium is A Differential Manchester encoding B Non return […]
November 10, 2023

Question 7812 – Algorithms

There are n unsorted arrays: A1, A2, …, An. Assume that n is odd. Each of A1, A2, …, An contains n distinct elements. There are […]
November 10, 2023

Big-Data

Question 2 Which of the following is a component of Hadoop? A YARN B HDFS C Map reduce D All of the options Big-DataHadoopNIC-NIELIT Scientist-B 2020Video-Explanation […]
November 11, 2023

GATE 2020

Question 50 Let G = (V,E) be a weighted undirected graph and let T be a Minimum Spanning Tree (MST) of G maintained using adjacency lists. […]
November 11, 2023

GATE 2004

Question 2 Consider the following C function. void swap (int a, int b) { int temp; temp = a; a = b; b = temp; } […]
November 11, 2023

Question 9521 – C-Programming

Consider the following C program segment: char p[20]; char *s = "string"; int length = strlen(s); int i; for (i = 0; i < length; i++) […]
November 11, 2023

Database-Management-System

Question 384 A____is a pictorial depiction of the schema of a database that shows the relations in the databases, their attributes, and primary keys and foreign […]
November 11, 2023

Approaches-to-AI

Question 1 Which of the following is NOT true in problem solving in artificial intelligence? A Implements heuristic search techniques B Solution steps are not explicit […]