1. Define the term "training data" in the context of machine learning.
a. Data used to evaluate the model's performance after training.
b. Data used to train a machine learning model, consisting of input-output pairs.
c. Data that is structured and organized in databases.
d. Data that is used for initial testing of a machine learning model.
2. Give an example of a neural network application in real life.
a. Analyzing financial markets for stock predictions.
b. Sorting and categorizing emails based on content.
c. Controlling temperature in smart homes.
d. Operating self-driving cars on highways.
3. What is the role of libraries in Python for AI applications?
a. Libraries provide a framework for building and training neural networks.
b. Libraries automate the process of collecting data for machine learning models.
c. Libraries enable communication between different AI systems.
d. Libraries are used to create user interfaces for AI applications.
4. Explain why data is crucial in AI and machine learning.
a. Data helps computers understand human emotions better.
b. Data provides examples for machines to learn patterns and make decisions.
c. Data helps AI systems communicate with each other.
d. Data ensures that AI systems never make mistakes.
5. What is the primary difference between Artificial Intelligence (AI) and Machine
Learning (ML)?
a. AI focuses on replicating human intelligence, while ML uses algorithms to learn
from data.
b. AI is used for programming computers, while ML involves creating intelligent
systems.
c. AI and ML are terms used interchangeably in the field of technology.
d. AI deals with robots, while ML deals with software development.
6. How do neural networks contribute to image recognition tasks?
a. By translating images into text descriptions.
b. By identifying objects and patterns within images.
c. By converting image pixels into sound waves.
d. By tracking movement in videos.
7. Explain the role of data in machine learning and AI applications.
a. Data provides examples for machines to learn patterns and make decisions.
b. Data ensures that AI systems never make mistakes.
c. Data helps machines understand human emotions better.
d. Data is used primarily for programming AI robots.
8. Why are libraries important in Python for AI and machine learning?
a. They automate the process of collecting data.
b. They provide pre-written code and tools for various tasks.
c. They ensure AI systems communicate effectively with each other.
d. They help in designing user interfaces for AI applications.
9. Which of the following is NOT a renewable resource?
A. Solar Energy
B. Wind Energy
C. Hydropower
D. Coal
10. What does image classification involve in machine learning?
A. Assigning a numerical value to an image
B. Assigning a label to an image based on its content
C. Creating images from textual descriptions
D. Converting images to text
11. Which of the following is an example of image classification?
A. Tagging friends in a social media photo
B. Writing a blog post
C. Sending an email
D. Listening to music
12. Which of the following is NOT one of the steps in training a model on Teachable
Machines?
A. Add Classes
B. Evaluate the Model
C. Export the Model
D. Write the Algorithm
13. Which language is popular for AI due to its simplicity and readability?
A. Java
B. C++
C. Python
D. JavaScript
14. What is a renewable resource?
A. A resource that can be replaced naturally and used again
B. A resource that cannot be replaced once used
C. A resource that is derived from fossil fuels
D. A resource that is synthetic and man-made
15. How do you declare a variable x of type int and initialize it with the value 10 in C++?
A. int x; x = 10;
B. int x = 10;
C. x int = 10;
D. 10 = x; int
16. Which of the following is a valid integer data type in C++?
A. float
B. double
C. int
D. char
---
17. What does GitHub primarily facilitate?
A) Social networking
B) Teamwork, version control, and project management for code
C) Online gaming
D) Photo editing
18. How can Kaggle help someone learn data science?
A) By offering free online books
B) Through competitions and access to datasets
C) By providing cooking recipes
D) Through language learning courses
19. What is a significant feature of Google Colab?
A) It provides a drag-and-drop website builder
B) It offers free access to powerful computing resources, including GPUs
C) It hosts online coding bootcamps
D) It allows for graphic design projects
20. In what way does Google Colab support collaboration?
A) By enabling video conferencing
B) By allowing real-time editing and sharing of notebooks
C) By providing chat rooms for users
D) By creating social media posts
21. Which area does Hugging Face focus on?
A) Computer hardware development
B) Natural Language Processing (NLP)
C) Virtual reality gaming
D) Cloud storage solutions
22. What makes Hugging Face's pre-trained models valuable?
A) They can cook meals
B) They simplify the implementation of complex language tasks
C) They provide graphic design templates
D) They offer online shopping recommendations
23. Why is GitHub essential for developers?
A) For creating travel itineraries
B) For managing code changes and collaborating with teams
C) For playing multiplayer online games
D) For streaming music
24. How does Kaggle’s community contribute to learning?
A) By organizing sports events
B) By sharing datasets and code, and engaging in competitions
C) By offering movie reviews
D) By providing health and fitness tips
25. What programming languages and tools does Google Colab support?
A) JavaScript and Ruby
B) Python, TensorFlow, and PyTorch
C) HTML and CSS
D) SQL and PHP
26. What is a key benefit of using Hugging Face for NLP tasks?
A) It offers discounts on software
B) It provides pre-trained models that save time and effort
C) It helps in graphic design
D) It offers web hosting services
Q1: Define the term "training data" in the context of machine learning.
Correct Option: b. Data used to train a machine learning model, consisting of input-
output pairs.
Q2: Give an example of a neural network application in real life.
Correct Option: d. Operating self-driving cars on highways.
Q3: What is the role of libraries in Python for AI applications?
Correct Option: a. Libraries provide a framework for building and training neural
networks.
Q4: Explain why data is crucial in AI and machine learning.
Correct Option: b. Data provides examples for machines to learn patterns and make
decisions.
Q5: What is the primary difference between Artificial Intelligence (AI) and Machine
Learning (ML)?
Correct Option: a. AI focuses on replicating human intelligence, while ML uses
algorithms to learn from data.
Q6: How do neural networks contribute to image recognition tasks?
Correct Option: b. By identifying objects and patterns within images.
Q7: Explain the role of data in machine learning and AI applications.
Correct Option: a. Data provides examples for machines to learn patterns and make
decisions.
Q8: Why are libraries important in Python for AI and machine learning?
Correct Option: b. They provide pre-written code and tools for various tasks.
Q9: Which of the following is NOT a renewable resource?
Correct Option: d. Coal
Q10: What does image classification involve in machine learning?
Correct Option: b. Assigning a label to an image based on its content
Q11: Which of the following is an example of image classification?
Correct Option: a. Tagging friends in a social media photo
Q12: Which of the following is NOT one of the steps in training a model on Teachable
Machines?
Correct Option: d. Write the Algorithm
Q13: Which language is popular for AI due to its simplicity and readability?
Correct Option: c. Python
Q14: What is a renewable resource?
Correct Option: a. A resource that can be replaced naturally and used again
Q15: How do you declare a variable x of type int and initialize it with the value 10 in C++?
Correct Option: b. int x = 10;
Q16: Which of the following is a valid integer data type in C++?
Correct Option: c. int