0
0
Intro to Computingfundamentals~10 mins

Application software vs system software in Intro to Computing - Interactive 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 software that helps users perform specific tasks.

Intro to Computing
print("This is an example of [1] software.")
Drag options to blanks, or click blank then click option'
Ahardware
Bsystem
Cfirmware
Dapplication
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing system software with application software.
2fill in blank
medium

Complete the sentence to identify the software that manages computer hardware.

Intro to Computing
The [1] software controls and manages hardware resources.
Drag options to blanks, or click blank then click option'
Autility
Bsystem
Capplication
Ddriver
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing application software instead of system software.
3fill in blank
hard

Fix the error in the statement about software types.

Intro to Computing
An example of [1] software is the operating system.
Drag options to blanks, or click blank then click option'
Autility
Bapplication
Csystem
Dmiddleware
Attempts:
3 left
💡 Hint
Common Mistakes
Calling the operating system application software.
4fill in blank
hard

Fill both blanks to complete the comparison between software types.

Intro to Computing
Application software is used by [1] to perform tasks, while system software manages [2].
Drag options to blanks, or click blank then click option'
Ausers
Bhardware
Cprogrammers
Dnetworks
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up users and hardware in the blanks.
5fill in blank
hard

Fill all three blanks to complete the dictionary comprehension describing software types.

Intro to Computing
software_types = {"app": "[1]", "sys": "[2]", "example": "[3]"}
Drag options to blanks, or click blank then click option'
Aapplication
Bsystem
Coperating system
Dhardware
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing hardware with software types.