0
0
Intro to Computingfundamentals~10 mins

Web hosting and domains 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 identify the type of web hosting service.

Intro to Computing
hosting_type = '[1]'  # Choose the hosting type for a personal blog
Drag options to blanks, or click blank then click option'
ACloud
BDedicated
CColocation
DShared
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Dedicated hosting which is more expensive and for large sites.
2fill in blank
medium

Complete the sentence to explain what a domain name is.

Intro to Computing
A domain name is the [1] that people type to visit a website.
Drag options to blanks, or click blank then click option'
Ahuman-readable address
Bserver location
CURL
DIP address
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing domain name with IP address.
3fill in blank
hard

Fix the error in the explanation about DNS.

Intro to Computing
DNS stands for Domain Name [1] System and it translates domain names into IP addresses.
Drag options to blanks, or click blank then click option'
AName
BNumber
CNetwork
DNameServer
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'Number' or 'Network' instead of 'Name'.
4fill in blank
hard

Fill both blanks to complete the sentence about domain extensions.

Intro to Computing
The [1] domain extension is used for organizations, while [2] is for commercial businesses.
Drag options to blanks, or click blank then click option'
A.org
B.com
C.net
D.edu
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up '.org' and '.com' extensions.
5fill in blank
hard

Fill all three blanks to complete the explanation about web hosting and domains.

Intro to Computing
To make a website live, you need a [1] to store files, a [2] to point visitors to your site, and a [3] to register your website's name.
Drag options to blanks, or click blank then click option'
Aserver
BDNS
Cdomain registrar
Dbrowser
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing browser with server or registrar.