What is the term for the technique where a process is divided into smaller parts and executed in parallel on multiple processors? MCQ with Answer and Explanation

What is the term for the technique where a process is divided into smaller parts and executed in parallel on multiple processors?
A. Batch processing
B. Parallel processing
C. Time-sharing
D. Multithreading
Answer: Option B
Solution (By JKExamLibrary)
Parallel processing uses multiple processors to simultaneously execute multiple parts of a program, improving performance.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
In Windows, the 'Nslookup' command is used for:
A. Testing network connectivity
B. Tracing network routes
C. Displaying network statistics
D. Querying DNS servers to resolve domain names

Correct Answer: Option D


Explanation:
nslookup is a tool for DNS resolution and troubleshooting DNS records.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which structural type of kernel minimizes kernel responsibilities by running most non-essential services in user space?
A. Monolithic Kernel
B. Hybrid Kernel
C. Microkernel
D. Exokernel

Correct Answer: Option C


Explanation:
A microkernel structure keeps the kernel minimal, implementing services like file systems and device drivers in user space to maximize stability.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Windows command is used to display the IP configuration and release/renew DHCP leases?
A. All of the above
B. ipconfig /flushdns
C. ipconfig /all
D. ipconfig /release and /renew

Correct Answer: Option A


Explanation:
ipconfig supports various options: /all for full info, /release and /renew for DHCP, and /flushdns for DNS cache.

This question belongs to: Computer Operating Systems