Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 24 (4 points) Indicate whether each of the following are true for iOS only, Android only, or both iOS and Android. Architecture uses software
Question 24 (4 points) Indicate whether each of the following are true for iOS only, Android only, or both iOS and Android. Architecture uses software stacks Based on an existing kernel (Linux or macOS) Uses a virtual machine Applications developed in Objective-C 1. iOS only Open source 2. Android only 3. Both iOS and Android Applications developed in Java Provide frameworks for developers Executes code natively Closed source Question 25 (1 point) Java programs running on Android systems do not use the standard Java API and virtual machine. Google developed a separate API and virtual machine for mobile devices. True 00 False Question 26 (1 point) The system call interface is the boundary between user programs and operating system services. True False Question 27 (1 point) is/are not a technique for passing parameters from an application to a system call. Cache memory Registers Stack Special block in memory Question 28 (1 point) System calls can be run in either user mode or kernel mode. Truc False Question 29 (1 point) is an example of a systems program. A command interpreter Web browser text formatter database system Question 30 (1 point) System programs all run in kernel mode. True False Question 31 (1 point) Source files are compiled into object file(s) which use absolute addresses. True False Question 32 (1 point) A statically-linked library is only linked and loaded if it is conditionally required during program runtime. True False Question 33 (1 point) Applications that are designed to work on one operating system will also work on another operating system as long as they provide the same APIs. True False Question 34 (1 point) A microkernel is a kernel containing many components that are optimized to reduce resident memory size that is compressed before loading in order to reduce its resident memory size that is compiled to produce the smallest size possible when stored to disk that is stripped of all nonessential components Question 35 (1 point) allow operating system services to be loaded dynamically. Virtual machines O Modules File systems O Graphical user interfaces
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started