0
0
Intro to Computingfundamentals~10 mins

What AI actually is 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 define AI as a system that can {{BLANK_1}} tasks like humans.

Intro to Computing
AI_system = "A machine that can [1] tasks similar to human intelligence."
Drag options to blanks, or click blank then click option'
Aavoid
Bignore
Cforget
Dperform
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing words like 'ignore' or 'avoid' which do not describe AI's purpose.
2fill in blank
medium

Complete the sentence to explain AI learns from {{BLANK_1}} to improve over time.

Intro to Computing
AI improves by learning from [1] data and experiences.
Drag options to blanks, or click blank then click option'
Arandom
Bpast
Cirrelevant
Dimaginary
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting 'random' or 'imaginary' which do not help AI learn effectively.
3fill in blank
hard

Fix the error in the definition: AI is a system that {{BLANK_1}} human thinking exactly.

Intro to Computing
AI = "A system that [1] human thinking exactly."
Drag options to blanks, or click blank then click option'
Amimics
Bcopies
Crejects
Dignores
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'copies' which implies exact duplication, not true for AI.
4fill in blank
hard

Fill both blanks to complete the AI learning process: AI uses {{BLANK_1}} to find patterns and {{BLANK_2}} to make decisions.

Intro to Computing
AI uses [1] to find patterns and [2] to make decisions.
Drag options to blanks, or click blank then click option'
Aalgorithms
Brandomness
Cmodels
Dconfusion
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting 'randomness' or 'confusion' which do not help AI learn or decide.
5fill in blank
hard

Fill all three blanks to describe AI components: Input data is processed by {{BLANK_1}} using {{BLANK_2}} to produce {{BLANK_3}}.

Intro to Computing
Output = [1](Input, [2]) -> [3]
Drag options to blanks, or click blank then click option'
Afunction
Bparameters
Cresults
Derrors
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'errors' as output which is incorrect in this context.