Computer

Prepare with the best Computer MCQs with answers and explanations for exams and job tests. Our question bank covers computer fundamentals, hardware, software, networking, operating systems, databases, programming, internet, and information technology. These Computer multiple-choice questions are helpful for students, competitive exam aspirants, and professionals preparing for NTS, PPSC, FPSC, CSS, PMS, university entry tests, IT certifications, and job interviews. Practice online to improve your knowledge and score higher with our updated and comprehensive Computer MCQs.

264. Object code

is ready to execute
is the output of compilers, but not assemblers
must be “loaded” before execution
must be rewritten before execution
✅ The correct answer is option C.

265. What is the method of handling deadlocks?

Use a protocol to ensure that the system will never enter a deadlock state
Allow the system to enter the deadlock state and then recover
Pretend that deadlocks never occur in the system
All of the Above
✅ The correct answer is option D.

266. Scheduling is

allowing jobs to use the processor
unrelated to performance consideration
not required in uniprocessor systems
the same regard-less of the purpose of the system
✅ The correct answer is option A.

269. Multiprogramming

is a method of memory allocation by which the program is subdivided into equal portions, or pages and core is subdivided into equal portions or blocks.
consists of those addresses that may be generated by a processor during execution of a computation.
is a method of allocating processor time.
allows multiple programs to reside in separate areas of core at the time.
✅ The correct answer is option D.