Data Types
Keyword
AI project Cycle
100

What type of data is represented by text, such as words or sentences?

Text data

100

What keyword is used to define a function in Python?

Def

100

What stage of the AI project cycle involves gathering and preprocessing data?


Data Acquisition

200

What type of data is represented by numbers, such as integers or floats?

Numerical data.

200

What keyword is used to import modules in Python?

Import

200

What is the first stage of the AI project cycle where problems are identified and objectives are defined?

Problem Scoping

300

What type of data is represented by images, videos, or audio files?


Multimedia data

300

What keyword is used to exit a loop prematurely in Python?

Break

300

What stage of the AI project cycle involves deploying the model in a production-ready environment?


Deployment

400

What type of data is represented by categories or labels, such as "yes" or "no" or "spam" or "not spam"?

Boolean Data 

400

What keyword is used to skip to the next iteration of a loop in Python?

Continue

400

What stage of the AI project cycle involves evaluating the performance of the model?

Evaluation

500

What type of data is a collection of data points, such as a table or a spreadsheet?

Structured data

500

What keyword is used to define a conditional statement in Python?

If

500

What stage of the AI project cycle involves selecting and training a model?

Modeling