0
0
No-Codeknowledge~10 mins

Multi-page app architecture in No-Code - 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 multi-page app.

No-Code
A multi-page app loads a new [1] each time the user navigates.
Drag options to blanks, or click blank then click option'
Apage
Bicon
Cimage
Dbutton
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'image' because images change on pages.
Choosing 'button' or 'icon' which are parts of a page, not the whole.
2fill in blank
medium

Complete the sentence to explain how multi-page apps handle navigation.

No-Code
In multi-page apps, navigation causes the browser to [1] the entire page.
Drag options to blanks, or click blank then click option'
Ahide
Breload
Cresize
Dscroll
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'scroll' because scrolling happens but is not navigation.
Choosing 'hide' or 'resize' which do not describe page loading.
3fill in blank
hard

Fix the error in this description of multi-page apps.

No-Code
Multi-page apps load all content at once and [1] new pages without reloading.
Drag options to blanks, or click blank then click option'
Anavigate
Bcache
Creload
Drender
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'navigate' which is true but does not fix the error about loading all content at once.
Choosing 'cache' or 'render' which do not describe page loading behavior.
4fill in blank
hard

Fill both blanks to describe how multi-page apps differ from single-page apps.

No-Code
Multi-page apps [1] a new page on each click, while single-page apps [2] content dynamically without full reloads.
Drag options to blanks, or click blank then click option'
Aload
Bupdate
Cdelete
Dignore
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'delete' or 'ignore' which do not describe navigation behavior.
Mixing up which app type loads or updates content.
5fill in blank
hard

Fill all three blanks to complete the explanation of multi-page app architecture.

No-Code
In multi-page apps, each [1] is a separate HTML file, the browser [2] the file on navigation, and the server [3] the requested page.
Drag options to blanks, or click blank then click option'
Apage
Bloads
Cdelivers
Dscript
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'script' instead of 'page' for the first blank.
Mixing up what the browser and server do.