What type of data is represented by text, such as words or sentences?
Text data
What keyword is used to define a function in Python?
Def
What stage of the AI project cycle involves gathering and preprocessing data?
Data Acquisition
What type of data is represented by numbers, such as integers or floats?
Numerical data.
What keyword is used to import modules in Python?
Import
What is the first stage of the AI project cycle where problems are identified and objectives are defined?
Problem Scoping
What type of data is represented by images, videos, or audio files?
Multimedia data
What keyword is used to exit a loop prematurely in Python?
Break
What stage of the AI project cycle involves deploying the model in a production-ready environment?
Deployment
What type of data is represented by categories or labels, such as "yes" or "no" or "spam" or "not spam"?
Boolean Data
What keyword is used to skip to the next iteration of a loop in Python?
Continue
What stage of the AI project cycle involves evaluating the performance of the model?
Evaluation
What type of data is a collection of data points, such as a table or a spreadsheet?
Structured data
What keyword is used to define a conditional statement in Python?
If
What stage of the AI project cycle involves selecting and training a model?
Modeling