Question 1
Marks : +2 | -2
Pass Ratio : 100%
Assembly code data base is associated with ___________
Explanation: An assembly language is a low-level programming language for a computer, or other programmable device, in which there is a very strong (generally one-to-one) correspondence between the language and the architecture’s machine code instructions.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
Software that measures, monitors, and controls events are ___________
Explanation: In computer science, real-time computing (RTC), or reactive computing describes hardware and software systems subject to a “real-time constraint”, for example operational deadlines from event to system response.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
If E be a shifting operation applied to a function f, such that E(f) = f (x +β ), then?
Explanation: Shifting operation when performed gives this result.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following functions is performed by loader?
Explanation: A loader is the part of an operating system that is responsible for loading programs and libraries.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
In a single pass assembler, most of the forward references can be avoided by putting the restriction ___________
Explanation: A single pass assembler scans the program only once and creates the equivalent binary program.