SER 423 Midterm Exam Questions With
Correct Answers
What does MVC stand for? - CORRECT ANSWER✔✔-Model View
| | | | | | | | |
Controller
T/F: Expo is a workflow system that we will use to push our React Native
| | | | | | | | | | | | | |
programming projects to either Android or iOS and your own device. -
| | | | | | | | | | | | |
CORRECT ANSWER✔✔-True |
Android uses java as its native language, and iOS uses Objective-C. -
| | | | | | | | | | | |
CORRECT ANSWER✔✔-False, Android uses Java and iOS now uses Swift.
| | | | | | | | |
What development concerns are particularly important to keep in mind
| | | | | | | | | |
for mobile development? - CORRECT ANSWER✔✔-Different User
| | | | | | |
Interaction Style |
Limited Storage Space
| |
Intensive focus on UI | | |
What is the difference between React and Node? - CORRECT
| | | | | | | | | |
ANSWER✔✔-React is for front end and Node is for back end. | | | | | | | | | |
, T/F: Android and iOS use the same terminology for the states of the life
| | | | | | | | | | | | | |
cycle of views. - CORRECT ANSWER✔✔-False
| | | | |
Android: onCreate(), onStart(), onResume(), onPause(), onStop(),
| | | | | |
onRestart(), onDestroy() |
iOS: viewWill(Dis)appear, viewDid(Dis)appear, Appearing, Appeared,
| | | | |
Disappearing, Disappeared |
When we talk about a "life cycle" in the context of an app, we are
| | | | | | | | | | | | | | |
usually referring to the life cycle of what? - CORRECT ANSWER✔✔-
| | | | | | | | | |
Individual Views |
When is the onCreate() function called on a View in Android? - CORRECT
| | | | | | | | | | | |
ANSWER✔✔-When the app is launched and when the user navigates
| | | | | | | | | | |
back to the app after the process has been killed
| | | | | | | | |
Which state will an iOS View be in where the viewWillAppear function
| | | | | | | | | | | |
could be called on it? - CORRECT ANSWER✔✔-Disappeared State and
| | | | | | | | | |
Disappearing State |
T/F: The UIViewController and App Delegate from iOS split the
| | | | | | | | | |
functionality of an Activity from Android. - CORRECT ANSWER✔✔-True
| | | | | | | |
What is the name given to the type of function that a button usually
| | | | | | | | | | | | | |
calls when pressed? - CORRECT ANSWER✔✔-Callback
| | | | |
Correct Answers
What does MVC stand for? - CORRECT ANSWER✔✔-Model View
| | | | | | | | |
Controller
T/F: Expo is a workflow system that we will use to push our React Native
| | | | | | | | | | | | | |
programming projects to either Android or iOS and your own device. -
| | | | | | | | | | | | |
CORRECT ANSWER✔✔-True |
Android uses java as its native language, and iOS uses Objective-C. -
| | | | | | | | | | | |
CORRECT ANSWER✔✔-False, Android uses Java and iOS now uses Swift.
| | | | | | | | |
What development concerns are particularly important to keep in mind
| | | | | | | | | |
for mobile development? - CORRECT ANSWER✔✔-Different User
| | | | | | |
Interaction Style |
Limited Storage Space
| |
Intensive focus on UI | | |
What is the difference between React and Node? - CORRECT
| | | | | | | | | |
ANSWER✔✔-React is for front end and Node is for back end. | | | | | | | | | |
, T/F: Android and iOS use the same terminology for the states of the life
| | | | | | | | | | | | | |
cycle of views. - CORRECT ANSWER✔✔-False
| | | | |
Android: onCreate(), onStart(), onResume(), onPause(), onStop(),
| | | | | |
onRestart(), onDestroy() |
iOS: viewWill(Dis)appear, viewDid(Dis)appear, Appearing, Appeared,
| | | | |
Disappearing, Disappeared |
When we talk about a "life cycle" in the context of an app, we are
| | | | | | | | | | | | | | |
usually referring to the life cycle of what? - CORRECT ANSWER✔✔-
| | | | | | | | | |
Individual Views |
When is the onCreate() function called on a View in Android? - CORRECT
| | | | | | | | | | | |
ANSWER✔✔-When the app is launched and when the user navigates
| | | | | | | | | | |
back to the app after the process has been killed
| | | | | | | | |
Which state will an iOS View be in where the viewWillAppear function
| | | | | | | | | | | |
could be called on it? - CORRECT ANSWER✔✔-Disappeared State and
| | | | | | | | | |
Disappearing State |
T/F: The UIViewController and App Delegate from iOS split the
| | | | | | | | | |
functionality of an Activity from Android. - CORRECT ANSWER✔✔-True
| | | | | | | |
What is the name given to the type of function that a button usually
| | | | | | | | | | | | | |
calls when pressed? - CORRECT ANSWER✔✔-Callback
| | | | |