Module quiz: Simulation and Development :Introduction to iOS Mobile Application Development (Meta iOS Developer Professional Certificate) Answers 2026
Question 1
What additional resource files can be added to an Xcode project? (Select all that apply)
✅ Image files
✅ Audio files
✅ Data files
Explanation:
Xcode projects can include images, sounds, and data files (like JSON/CSV) as app resources.
Question 2
Which file contains code that controls a particular screen?
✅ ViewController
❌ A Storyboard file
Explanation:
A ViewController contains the Swift code that controls the logic and behavior of a screen. Storyboards define layout, not logic.
Question 3
What is an Xcode project a repository for? (Select all that apply)
✅ Resources
✅ Files
✅ Information to build the app
Explanation:
An Xcode project stores all files, resources, and build settings required to compile and run the app.
Question 4
Is Nestopia a type of simulator?
✅ Yes
❌ No
Explanation:
Nestopia is an emulator/simulator used to run NES (Nintendo Entertainment System) software.
Question 5
In order to run a simulator, what do you need to check is available on your system? (Select all that apply)
❌ The correct input and output ports
✅ Adequate memory
✅ Adequate storage space
Explanation:
Simulators require sufficient RAM and disk space; hardware I/O ports are not required.
Question 6
Which other files are ViewControllers linked to?
✅ Storyboard
❌ Image files
Explanation:
ViewControllers are connected to Storyboards to manage UI screens and transitions.
Question 7
Which files and folders contain everything required for an app to run? (Select all that apply)
✅ Build configurations
✅ Source code
✅ Assets
Explanation:
An app needs its source code, assets (images, sounds), and build configurations to function.
Question 8
What is a simulator?
❌ A piece of computer hardware
❌ A computer program that runs the code
✅ A computer program that is designed to emulate another kind of device
Explanation:
A simulator mimics the behavior of a real device (like an iPhone) on a computer.
🧾 Summary Table
| Question | Correct Answer(s) |
|---|---|
| Q1 | A, B, C |
| Q2 | A |
| Q3 | A, B, C |
| Q4 | Yes |
| Q5 | B, C |
| Q6 | A |
| Q7 | A, B, C |
| Q8 | C |