In a factory where robots are used for assembly, a robot malfunctions and delays the production line. How would you approach the investigation to ensure the issue is resolved and doesn’t reoccur?

  • Replace the malfunctioning robot.
  • Conduct a thorough root cause analysis.
  • Increase maintenance frequency for all robots.
  • Hire additional technicians.
The correct approach is to conduct a thorough root cause analysis. This involves identifying the underlying reasons for the malfunction, such as software glitches, mechanical issues, or sensor failures. By addressing the root cause, you can prevent similar issues from reoccurring and optimize the production process.

Which of the following is not a type of machine learning?

  • Supervised Learning
  • Reinforcement Learning
  • Neural Networking
  • Natural Language Processing
Neural Networking is not a type of machine learning but rather a technology used in machine learning, particularly in deep learning. The other options are indeed types of machine learning techniques.

How does the trolley problem illustrate ethical dilemmas in AI and autonomous vehicles?

  • It demonstrates the importance of algorithm efficiency.
  • It emphasizes the role of AI in reducing traffic accidents.
  • It highlights the challenge of real-time decision-making in emergencies.
  • It showcases the need for advanced sensors in autonomous vehicles.
The trolley problem is a thought experiment that forces us to confront ethical dilemmas related to AI and autonomous vehicles. It raises questions about how AI systems should make moral decisions in life-or-death situations, highlighting the complexity of programming ethics into machines.

In agriculture, AI technologies like _______ are used for monitoring crop health and optimizing farm processes.

  • Augmented Reality
  • Chatbots
  • Drones
  • Virtual Reality
In agriculture, AI technologies such as drones are employed to monitor crop health, assess field conditions, and optimize farming operations. Drones equipped with cameras and sensors capture data that is then analyzed by AI systems to make informed decisions for crop management.

What role does transparency play in AI governance and policy-making?

  • It ensures that AI models are kept secret from the public.
  • It helps build trust, accountability, and fairness in AI systems.
  • It is not relevant in AI governance.
  • It speeds up AI development without oversight.
Transparency plays a crucial role in AI governance and policy-making. It helps build trust in AI systems by making their operations understandable and accountable. It ensures that decisions made by AI systems are not hidden and can be scrutinized for fairness and ethical considerations.

How does BERT differ from traditional embeddings in NLP?

  • BERT is not suitable for text classification.
  • BERT uses pre-trained word vectors, while traditional embeddings do not.
  • Traditional embeddings are context-agnostic, while BERT captures contextual information.
  • Traditional embeddings are more accurate for NLP tasks.
BERT (Bidirectional Encoder Representations from Transformers) differs from traditional embeddings by capturing contextual information. Traditional embeddings like Word2Vec or GloVe do not consider context, whereas BERT looks at both preceding and following words to understand a word's meaning in context.

Which of the following ethical considerations deals with the transparency of AI decision-making?

  • Accountability
  • Explainability
  • Fairness
  • Privacy
The ethical consideration of "Explainability" in AI deals with the transparency of AI decision-making. It emphasizes the importance of making AI systems understandable and interpretable, enabling users to comprehend why a particular decision or recommendation was made by an AI system.

Which of the following is a primary concern regarding data privacy in AI?

  • AI's ability to play chess.
  • AI's energy consumption.
  • AI's impact on the job market.
  • Unauthorized access to personal data.
A primary concern in AI is unauthorized access to personal data. AI systems often handle sensitive information, and protecting this data from breaches or misuse is crucial to maintaining privacy.

In the context of AI, "perception" refers to the process of acquiring, interpreting, selecting, and organizing sensory _______.

  • Data
  • Information
  • Inputs
  • Signals
In AI, "perception" refers to the process of acquiring, interpreting, selecting, and organizing sensory signals from the environment. This includes tasks like computer vision and speech recognition, where machines interpret and understand sensory inputs.

How does the lack of interoperability among AI systems affect the integration of autonomous technologies in smart cities?

  • It enhances efficiency and reduces costs.
  • It hinders data sharing and collaboration among AI systems.
  • It simplifies the integration process.
  • It standardizes AI systems.
The lack of interoperability among AI systems in smart cities hinders data sharing and collaboration. In a smart city, various autonomous technologies need to work together and share data to function optimally. Without interoperability, these technologies can't communicate effectively, which limits the potential of smart cities.