Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the sentence to describe a native app.
Intro to Computing
A native app is built specifically for a [1] platform like iOS or Android.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'web' because apps can use browsers
Choosing 'desktop' confusing mobile with computers
✗ Incorrect
Native apps are designed for a specific mobile platform such as iOS or Android to use device features efficiently.
2fill in blank
mediumComplete the sentence to describe a web app.
Intro to Computing
A web app runs inside a [1] and does not need installation.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'server' confusing where the app runs
Choosing 'native app' mixing app types
✗ Incorrect
Web apps run inside a browser like Chrome or Safari and can be accessed without installing.
3fill in blank
hardFix the error in the sentence about hybrid apps.
Intro to Computing
Hybrid apps combine features of native apps and [1] apps.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'desktop' or 'server' which are unrelated app types
✗ Incorrect
Hybrid apps combine native app features with web app technologies to work on multiple platforms.
4fill in blank
hardFill both blanks to complete the description of native apps.
Intro to Computing
Native apps are installed on the device and can access [1] features like camera and GPS using [2] code.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'web' code which is for web apps
Choosing 'cloud' which is unrelated
✗ Incorrect
Native apps access hardware features using native code specific to the device platform.
5fill in blank
hardFill all three blanks to complete the hybrid app description.
Intro to Computing
Hybrid apps use a [1] container to run web code written in [2] and [3] languages.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'server' which is unrelated
Confusing container type
✗ Incorrect
Hybrid apps run web code inside a native container using HTML and CSS for layout and style.