Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the code to describe the first step in deployment.
Intro to Computing
Deployment starts with [1] the application to a server.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing words that mean removing or ignoring the app.
✗ Incorrect
Deployment means installing the application on a server so users can access it.
2fill in blank
mediumComplete the sentence about release process.
Intro to Computing
A release is when the software is [1] to users. Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing release with deleting or hiding the software.
✗ Incorrect
Releasing software means making it available for users to use.
3fill in blank
hardFix the error in the deployment step description.
Intro to Computing
Deployment means [1] the software from the developer's computer to the server.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing upload and download in deployment.
✗ Incorrect
Deployment means uploading software to the server, not downloading it from the server.
4fill in blank
hardFill both blanks to complete the deployment pipeline steps.
Intro to Computing
First, the code is [1]. Then, it is [2] to the server.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up testing with deleting or ignoring steps.
✗ Incorrect
Code is tested first to check for errors, then uploaded to the server for deployment.
5fill in blank
hardFill all three blanks to describe release steps.
Intro to Computing
After deployment, the software is [1]. Then, users [2] it. Finally, feedback is [3].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking software is deleted after deployment.
✗ Incorrect
After deployment, software is monitored for issues, users use it, and feedback is collected to improve it.