0
0
Intro to Computingfundamentals~10 mins

Websites vs web applications in Intro to Computing - Interactive Practice

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

Complete the code to define a website as a collection of {{BLANK_1}} pages.

Intro to Computing
A website is made up of multiple [1] pages that users can visit.
Drag options to blanks, or click blank then click option'
Aexecutable
Binteractive
Cdynamic
Dstatic
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'interactive' because websites can have links, but not all pages are interactive.
2fill in blank
medium

Complete the code to describe a web application as software that runs in a {{BLANK_1}}.

Intro to Computing
A web application runs inside a [1] and allows user interaction.
Drag options to blanks, or click blank then click option'
Aserver
Bbrowser
Cdatabase
Dnetwork
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'server' because the server hosts the app but does not run it for the user.
3fill in blank
hard

Fix the error in the sentence describing websites as {{BLANK_1}} that allow complex user input.

Intro to Computing
Websites are usually [1] that do not allow complex user input and processing.
Drag options to blanks, or click blank then click option'
Astatic pages
Bweb applications
Cdatabases
Dservers
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing web applications with websites.
4fill in blank
hard

Fill both blanks to complete the sentence about web applications and websites.

Intro to Computing
Web applications [1] user data and [2] results dynamically.
Drag options to blanks, or click blank then click option'
Aprocess
Bstore
Cdisplay
Dignore
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'ignore' because apps do not ignore user data.
5fill in blank
hard

Fill all three blanks to complete the dictionary comprehension describing website and web app features.

Intro to Computing
features = {"website": "[1]", "web_app": "[2]", "interaction": "[3]"}
Drag options to blanks, or click blank then click option'
Astatic pages
Bdynamic content
Cuser input
Dserver only
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up static and dynamic content.