Which Android version introduced support for split-screen multitasking? MCQ with Answer and Explanation

Which Android version introduced support for split-screen multitasking?
A. Marshmallow (6.0)
B. Lollipop (5.0)
C. Oreo (8.0)
D. Nougat (7.0)
Answer: Option D
Solution (By JKExamLibrary)
Android 7.0 Nougat introduced native split-screen mode, allowing two apps to run side by side.

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
Which of the following is a technique used to reduce fragmentation in memory?
A. Paging
B. Segmentation
C. Compaction
D. Swapping

Correct Answer: Option C


Explanation:
Compaction moves processes to create contiguous free space, reducing external fragmentation; paging eliminates external fragmentation.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Linux, what is the default shell for many distributions?
A. csh
B. sh
C. zsh
D. bash

Correct Answer: Option D


Explanation:
Bash (Bourne Again SHell) is the default shell on most Linux distributions.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What type of memory allocation problem occurs when free memory blocks are broken down into tiny, disconnected gaps that are too small to serve new process requests?
A. Internal Fragmentation
B. External Fragmentation
C. Virtual Paging Fault
D. Deadlock Allocation

Correct Answer: Option B


Explanation:
External fragmentation occurs when total free memory space exists to satisfy a allocation request, but it is split up non-contiguously into tiny pockets.

This question belongs to: Computer Operating Systems