December 19, 2023

DSSSB TGT 2021

Question 2 Which organism causes rust of wheat? A Protozoa B Virus C Fungi D Bacteria Correct Answer: C
December 19, 2023

GATE 2021 CS-Set-2

Question 49 Let L1be a regular language and L2be a context-free language. Which of the following languages is/are context free A B C D Theory-of-ComputationContext-Free-LanguageVideo-Explanation Question […]
December 19, 2023

Database-Management-System

Question 12 The relation scheme given below is used to store information about the employees of a company, where empId is the key and deptId indicates […]
December 20, 2023

UGC NET CS 2004 Dec-Paper-2

Question 12 Consider the following statements, int i=4, j=3, k=0; k= ++i- – -j + i++ – – – j +j++; What will be the values […]
December 22, 2023

NTA UGC NET JUNE 2023 Paper-1

Question 10 The process of comparing a student’s performance against his/her previous performance is known as: A Diagnostic evaluation B Summative Assessment C Ipsative Assessment D […]
December 22, 2023

STQC-NIELIT STA 2021

Question 24 Abha can do some work in 10 days, Billu can do it in 20 days and Chintu can do it in 40 days. They […]
December 24, 2023

DSSSB PGT 2018 Male

Question 42 The HCF of two numbers is 12 and their sum is 384. How many such pairs of numbers are possible? A 7 B 4 […]
December 24, 2023

Question 9232 – GATE 2007

How many 3-to-8 line decoders with an enable input are needed to construct a 6-to-64 line decoder without using any other logic gates? Correct Answer: C […]
December 24, 2023

2014 June UGC NET Paper 1

Question 8 In certain coding method, the word QUESTION is encoded as DOMESTIC. In this coding, what is the code word for the word RESPONSE? A […]
December 25, 2023

Pointers

Question 3 Consider the following ANSI C program #include<stdio.h> int main() {     int arr[4][5];     int i, j;     for (i=0; i<4; i++){         for (j=0; j<5; j++){               arr[i][j] […]