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: […]
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 […]
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 […]
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; […]
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 […]
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 […]
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 […]