0
0
Intro to Computingfundamentals~10 mins

Mobile app types (native, web, hybrid) in Intro to Computing - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete 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'
Amobile
Bweb
Cdesktop
Dserver
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'web' because apps can use browsers
Choosing 'desktop' confusing mobile with computers
2fill in blank
medium

Complete 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'
Aserver
Bnative app
Cdatabase
Dbrowser
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'server' confusing where the app runs
Choosing 'native app' mixing app types
3fill in blank
hard

Fix 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'
Aserver
Bdesktop
Cweb
Dcloud
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'desktop' or 'server' which are unrelated app types
4fill in blank
hard

Fill 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'
Ahardware
Bweb
Cnative
Dcloud
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'web' code which is for web apps
Choosing 'cloud' which is unrelated
5fill in blank
hard

Fill 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'
Anative
BHTML
CCSS
Dserver
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'server' which is unrelated
Confusing container type