0
0
Intro to Computingfundamentals~10 mins

Why computing matters in everyday life in Intro to Computing - Test Your Understanding

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

Complete the code to print a message about why computing is important.

Intro to Computing
print("Computing helps us [1] problems faster.")
Drag options to blanks, or click blank then click option'
Aforget
Bignore
Csolve
Davoid
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing words that do not relate to fixing problems.
2fill in blank
medium

Complete the code to show how computing helps in daily tasks.

Intro to Computing
tasks = ["shopping", "banking", "learning"]
print("Computing makes [1] easier.")
Drag options to blanks, or click blank then click option'
Aproblems
Bgames
Cerrors
Dtasks
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing unrelated words like 'games' or 'errors'.
3fill in blank
hard

Fix the error in the code to correctly show a computing benefit.

Intro to Computing
message = "Computing connects people around the [1]"
print(message)
Drag options to blanks, or click blank then click option'
Adesk
Bworld
Croom
Dtable
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing words that limit connection to small places.
4fill in blank
hard

Fill both blanks to complete the sentence about computing's role.

Intro to Computing
computing = {"speed": [1], "accuracy": [2]
print(computing)
Drag options to blanks, or click blank then click option'
A"fast"
B"slow"
C"high"
D"low"
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'slow' or 'low' which are negative qualities.
5fill in blank
hard

Fill all three blanks to create a dictionary about computing benefits.

Intro to Computing
benefits = {"[1]": "easy", "[2]": "global", "[3]": "fast"}
print(benefits)
Drag options to blanks, or click blank then click option'
Acommunication
Bspeed
Caccess
Dstorage
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up keys or choosing unrelated words like 'storage'.