May 15, 2024

Question 10696 – Binary-Trees

A Binary Search Tree (BST) stores values in the range 37 to 573. Consider the following sequence of keys. I. 81, 537, 102, 439, 285, 376, […]
May 15, 2024

Question 3729 – Operating-Systems

A virtual memory has a page size of 1K words. There are eight pages and four blocks. The associative memory page table contains the following entries: […]
May 16, 2024

Question 5318 – UGC NET CS 2013 Dec-paper-2

Encryption and Decryption is the responsibility of _______ Layer. Correct Answer: C Question 2 Explanation:  Presentation layer is responsible for 1. Translation, authentication 2. Encryption and […]
May 16, 2024

Software-Engineering

Question 298 Successive layer of design in software using bottom-up design is called : A Layer of Definement B Layer of Construction C Layer of abstraction […]
May 16, 2024

Question 9270 – Data-Structures

Consider the following C program segment where CellNode represents a node in a binary tree: struct CellNode { struct CellNOde *leftChild; int element; struct CellNode *rightChild; […]
May 16, 2024

Group-Theory

Question 2 Let G = R / {0} and H ={-1,1} be groups under the multiplication. Then, the map ∅ :G —> H defined by ∅ […]
May 16, 2024

STQC-NIELIT SC-B 2021

Question 3 In each of the following questions, one number is wrong in the series. Find out the wrong number – 3, 5, 12, 39, 154, […]
May 17, 2024

Question 4827 – Compiler-Design

Which of the following is true ? Correct Answer: C Question 249 Explanation:  TRUE: Canonical LR parser is LR (1) parser with single look ahead terminal […]
May 17, 2024

Question 4829 – Compiler-Design

Debugger is a program that Correct Answer: C Question 251 Explanation:  Debugger is a program that allows to set breakpoints, execute a segment of program and […]
May 17, 2024

Question 6058 – Compiler-Design

An assembly program contains : Correct Answer: C Question 284 Explanation:  An assembly program contains imperative and declarative statements as well as assembler directives. A imperative […]