December 25, 2023

UGC NET Dec-2020 and June-2021 Paper-2

Question 10 Given the following STUDENT-COURSE scheme: STUDENT(Rollno, Name, Courseno) COURSE(Courseno, Coursename, Capacity), where Rollno is the primary key of relation STUDENT and Courseno is the […]
December 26, 2023

Functions

Question 16 Consider the following recursive C function that takes two arguments unsigned int rer ( unsigned int n, unsigned int r){ If (n > 0) […]
December 26, 2023

Queues-and-Stacks

Question 17 A stack is implemented with an array of ‘A [0…N-1]’ and a variable ‘pos’. The push and pop operations are defined by the following […]
December 26, 2023

Relational-databases

Question 27 Consider the following table in a relational database A {Last Name} B {Room} C {Shift} D {Room, Shift} Database-Management-SystemRelational-databasesISRO-2018Video-Explanation Question 27 Explanation:  → Candidate […]
December 28, 2023

Operating-Systems

Question 19 Consider a computer system with multiple shared resource types, with one instance per resource type. Each instance can be owned by only one process […]
December 28, 2023

Question 8919 – ISRO CS 2020

In a 8-bit ripple carry adder using identical full adders, each full adder takes 34ns for computing sum. If the time taken for 8-bit addition is […]
December 28, 2023

GATE 2003

Question 10 For a pipelined CPU with a single ALU, consider the following situations I. The j + 1-st instruction uses the result of the j-th […]
December 28, 2023

JT(IT) 2018 PART-A General Aptitude

Question 1 Who among the following devised the ryotwari system during the british rule in india? A Lord Dalhousie B Warren Hastings C Lord Minto D […]
December 29, 2023

ISRO-2018

Question 1 The difference between a named pipe and a regular file in Unix is that A Unlike a regular file, named pipe is a special […]
December 30, 2023

NTA-UGC-NET 2021 Dec & 2022 June Paper-1

Question 31 The following table shows the percentage (%) distribution of total number of students and total number of girls studying in six colleges A-F.Total number […]
January 2, 2024

Number-Systems

Question 10 Consider the following floating point number representation The exponent is in 2’s complement representation and mantissa is in the sign magnitude representation. The range […]