January 25, 2024

Question 17408 – ISRO CS-2023

Consider a database table T containing two columns X and Y each of type Integer. After the creation of the table, one record (X=l, Y=l) is […]
January 26, 2024

Operating-Systems

Question 2 There are 6 jobs with distinct difficulty levels, and 3 computers with distinct processing speeds. Each job is assigned to a computer such that: […]
January 26, 2024

Compiler-Design

Question 42 (a) Construct all the parse trees corresponding to i + j * k for the grammar E → E+E E → E*E E → […]
January 26, 2024

Data-Structures

Question 36 Suppose a stack implementation supports, in addition to PUSH and POP, an operation REVERSE, which reverses the order of the elements on the stack. […]