0
0
Intro to Computingfundamentals~10 mins

Software updates and patches 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 describe what software updates do.

Intro to Computing
Software updates help to [1] security and fix bugs.
Drag options to blanks, or click blank then click option'
Aignore
Bimprove
Cdelete
Dslow down
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing words that mean the opposite of improving.
Thinking updates remove software features.
2fill in blank
medium

Complete the sentence to explain why patches are important.

Intro to Computing
Patches are small updates that [1] specific problems in software.
Drag options to blanks, or click blank then click option'
Acreate
Bhide
Cfix
Dignore
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing patches with creating new problems.
Thinking patches hide problems instead of fixing them.
3fill in blank
hard

Fix the error in the sentence about update frequency.

Intro to Computing
It is important to [1] software updates regularly to stay protected.
Drag options to blanks, or click blank then click option'
Ainstall
Bignore
Cskip
Ddelete
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing to skip or ignore updates.
Thinking deleting updates is correct.
4fill in blank
hard

Fill both blanks to complete the sentence about update types.

Intro to Computing
Security updates [1] vulnerabilities, while feature updates [2] new functions.
Drag options to blanks, or click blank then click option'
Afix
Bremove
Cadd
Dbreak
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up fixing and adding.
Choosing words that cause harm like 'break' or 'remove'.
5fill in blank
hard

Fill all three blanks to complete the dictionary comprehension about updates.

Intro to Computing
update_status = [1]: [2] for [3] in updates if updates[[3]] == 'pending'
Drag options to blanks, or click blank then click option'
Aupdate
B'pending'
Dstatus
Attempts:
3 left
💡 Hint
Common Mistakes
Using wrong variable names.
Confusing keys and values in the comprehension.