Mobile App Development Final Exam
Questions With Correct Answers 2023
types of mobile apps (wk 1) - Answer native, web, hybrid
Native apps (wk 1) - Answer developed purely for one platform, expensive
Web apps (wk 1) - Answer developed using HTML 5, CSS, and JavaScript, and can be deployed crossplatform
Hybrid apps (wk 1) - Answer a combination of native and web
Basic syntax of swift - Answer wk 3?
initializer syntax: var emptyString = "" //empty String literal var anotherEmptyString = String() //initializer syntax
Swift data types (wk 3) - Answer character, string, int, float, double, bool
How to declare and use constants and variables (wk 3) - Answer Use let to define a constant ex: let maximumNumberOfLoginAttempts = 10
var to define a variable ex: var currentLoginAttempt = 0
How to declare and use a function - Answer Every function has a function name, which describes the task that the function performs. To use a function, you "call" that function with its name and pass it input values (known as arguments) that match the types of the
function's parameters. A function's arguments must always be provided in the same order as the function's parameter list.
Model View Controller (MVC) architecture (wk 2) - Answer central to good design for any iOS app
assigns all objects in an app to one of three roles: - Model (business logic and data) - View (interface) - Controller (gateway between model and views, represented as code)
Foundations of iOS development -- Working with View Controllers (wk 2) - Answer Controllers are objects that support your views by responding to user actions and displaying content • Controllers are the middle-man in that they conduct all communication with the data model. A view controller is not part of the view hierarchy (it
is not an element in your interface). It manages the view objects and provides them with
behavior. Each content view hierarchy needs a corresponding view controller
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller SmartScores. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $10.49. You're not tied to anything after your purchase.