Software Development and Architecture MCQ

1. Which of the following best describes a software development methodology? a) A set of tools used for codingb) A framework for managing and controlling ...

Read more

Operating Systems and Concurrency

1. Which of the following is NOT a characteristic of concurrent processes? a) Real and virtual concurrencyb) Mutual exclusionc) Sequential executiond) Inter-process communication Answer: c) ...

Read more

Input / Output MCQ

1. What programming principle emphasizes breaking down tasks into smaller, manageable parts to simplify problem-solving? a) Sequential programmingb) Abstractionc) Modularizationd) Multithreading Answer: c) ModularizationExplanation: Modularization ...

Read more

Memory Management MCQ

1. What memory management technique involves dividing the main memory into fixed-size partitions to accommodate multiple processes? a) Swappingb) Segmentationc) Partitioningd) Paging Answer: c) Partitioning ...

Read more

CPU Scheduling MCQ

1. Which of the following best describes the Process Concept?a) It refers to the execution of a program instanceb) It refers to the physical execution ...

Read more

File Systems MCQ

1. Which of the following best describes a file in a file system?a) A physical storage deviceb) A logical storage unit containing related datac) An ...

Read more

Introduction to Operating Systems MCQ

1. What is the primary function of an operating system? a) Managing hardware componentsb) Running application softwarec) Providing a user interfaced) Controlling and coordinating computer ...

Read more

Multiprocessors MCQ

1. What is a characteristic of a multiprocessor system? a) Increased power consumptionb) Decreased scalabilityc) Enhanced parallel processingd) Reduced complexity Answer: c) Enhanced parallel processing ...

Read more

Memory Organization MCQ

1. Which of the following is a volatile memory?a) ROMb) Magnetic Tapec) Diskd) RAM Answer: d) RAMExplanation: RAM (Random Access Memory) is a volatile memory, ...

Read more

I/O Organization MCQ

1. Which of the following interfaces is primarily used for connecting internal peripherals within a computer system? a) PCI Busb) SCSI Busc) USBd) Serial Bus ...

Read more