Don’t worry, unlock all articles / blogs on PrepInsta by just simply logging in on our website
Type atleast 3 characters
Popular Searches
Trending Pages
Notifications Mark All Read
No New notification
Cocubes Menu9>
PREPINSTA PRIME
Get Hiring Updates right in your inbox from PrepInsta
Question 1
the address of the data is generated by the CPU
the address of the data is supplied by the users
there is no need for an address i.e. the data is used as an address
the data are accessed sequentially
None of the above
Good Job!
Oops!
Currently there is no PrepInsta Explanation. Did you know?
You can also submit your own version of explanations under user explanation section and also view other submitted explanations by other users.
Please login to submit your explanation
Login to see your performance analytics by signing in
Start
Question 2
8
1
16
0
race around condition occurs when result of cooperating processes depends on the sequence of execution of statements. Shared part of the code is known as critical section and to avoid the wrong answer we protect the block using some mechanism and allows only 1 process to access that variable.
Question 3
have both their operands in the main store.
which perform an operation on a register operand and an operand which is located in the main store, generally leaving the result in the register, except in the case of store operation when it is also written into the specified storage location.
which perform indicated operations on two fast registers of the machine and leave the result in one of the registers.
all of the above
Question 4
multiprogramming
spooling
caching
virtual programming
Question 5
Bottom-up development
Top-down development
Left-Right development
All of the above
Question 6
First come first served
Shortest Seek Time First (SSTE)
Scan
FIFO
Question 7
Assembly and output
Code generation
Storage assignment
Syntax analysis
Question 8
FORMAT command
DIR command
VER command
DISK command
Question 9
swapping a process to the disk
assigning ready process to the CPU
suspending some of the processes when the CPU load is high
bring processes from the disk to the main memory
Question 10
.OBJ and .COM or .EXE, respectively
.COM and .OBJ, respectively
.EXE and .OBJ, respectively
.DAS and .EXE, respectively
Please login to report