Which Android version introduced the concept of runtime permissions, allowing users to grant or deny permissions dynamically rather than during app installation? MCQ with Answer and Explanation

Which Android version introduced the concept of runtime permissions, allowing users to grant or deny permissions dynamically rather than during app installation?
A. Android 6.0 Marshmallow
B. Android 5.0 Lollipop
C. Android 2.3 Gingerbread
D. Android 4.4 KitKat
Answer: Option A
Solution (By JKSSB Mock Tests)
Android 6.0 Marshmallow completely overhauled the application permission model by introducing runtime permissions to enhance user data security.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which of the following is a type of real-time scheduling algorithm?
A. Lottery Scheduling
B. Rate Monotonic
C. Priority Inheritance
D. Round Robin

Correct Answer: Option B


Explanation:
Rate Monotonic is a fixed-priority real-time scheduling algorithm for periodic tasks; others are general-purpose.

This question belongs to: Computer Operating Systems
Question #2
Which of the following is an advantage of using a 64-bit OS over 32-bit?
A. Lower hardware requirements
B. More memory support and larger file sizes
C. Faster processing of 32-bit applications
D. Better security features like hardware DEP

Correct Answer: Option B


Explanation:
64-bit OS supports more RAM and can handle larger file sizes; security features are not exclusive to 64-bit.

This question belongs to: Computer Operating Systems
Question #3
What structural component converts high-level programming instructions directly into a series of system calls handled by the operating system kernel?
A. API Framework or Standard Runtime Libraries
B. Hardware Abstraction Layer
C. Master Boot Sector
D. BIOS Chipset

Correct Answer: Option A


Explanation:
Application Programming Interfaces (APIs) and runtime libraries bridge user applications to the underlying system calls of the operating system kernel.

This question belongs to: Computer Operating Systems