0
0
Intro to Computingfundamentals~10 mins

Cloud computing basics 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 code to print the type of cloud service that provides virtual servers.

Intro to Computing
cloud_service = "[1]"
print(cloud_service)
Drag options to blanks, or click blank then click option'
ADaaS
BSaaS
CPaaS
DIaaS
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing SaaS with IaaS
Choosing PaaS which is for platforms, not servers
2fill in blank
medium

Complete the sentence to describe the cloud deployment model where resources are shared publicly.

Intro to Computing
The [1] cloud is available to the general public over the internet.
Drag options to blanks, or click blank then click option'
Apublic
Bhybrid
Cprivate
Dcommunity
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing private cloud instead of public
Confusing hybrid cloud with public cloud
3fill in blank
hard

Fix the error in the sentence describing cloud benefits by filling the blank.

Intro to Computing
One key benefit of cloud computing is [1] scalability, which means resources can grow or shrink as needed.
Drag options to blanks, or click blank then click option'
Alimited
Bmanual
Cdynamic
Dfixed
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing fixed scalability which is opposite of cloud benefits
Confusing manual with dynamic
4fill in blank
hard

Fill both blanks to complete the cloud service model and its example.

Intro to Computing
In [1], users manage applications while the provider manages the [2].
Drag options to blanks, or click blank then click option'
APaaS
Bnetwork
CIaaS
Dhardware
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing IaaS and PaaS roles
Confusing network with hardware
5fill in blank
hard

Fill all three blanks to complete the cloud computing definition.

Intro to Computing
Cloud computing is a [1] model that delivers [2] services over the [3].
Drag options to blanks, or click blank then click option'
Acomputing
Binternet
Con-demand
Dstorage
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing storage instead of on-demand for services
Mixing internet and computing positions