How does the European Union aim to regulate AI technologies through its proposed Artificial Intelligence Act?

  • Encouraging AI monopolies.
  • Establishing clear rules for high-risk AI applications.
  • Promoting AI without regulations.
  • Providing tax incentives for AI development.
The European Union's proposed Artificial Intelligence Act aims to establish clear rules and regulations for high-risk AI applications. It includes requirements for transparency, data usage, and accountability to ensure the safe and ethical deployment of AI technologies.

Which organization is well-known for setting standards and guidelines in AI governance and policy-making?

  • IEEE
  • NASA
  • UNESCO
  • WHO
IEEE (Institute of Electrical and Electronics Engineers) is well-known for setting standards and guidelines in AI governance and policy-making. They play a crucial role in ensuring that AI technologies adhere to ethical and technical standards.

Imagine implementing an AI system to enhance customer support in a telecom company. How would you ensure that the AI does not compromise on the quality of support while handling a large volume of queries?

  • Implement automated responses for all queries.
  • Prioritize speed of response over quality.
  • Use Natural Language Processing (NLP) to understand and respond to queries effectively.
  • Ignore queries that seem complex.
Option C is the correct choice because using Natural Language Processing (NLP) can help the AI system understand and respond to queries effectively, ensuring both quality and scalability in customer support.

In robotics, what does the term "kinematics" refer to?

  • The study of human emotions.
  • The study of robot communication.
  • The study of robot motion.
  • The study of robot programming.
In robotics, "kinematics" refers to the study of robot motion. It involves analyzing how robot components move and interact to achieve specific tasks and trajectories, without considering the forces involved (which is the domain of dynamics).

Which type of AI has intelligence comparable to human capabilities?

  • General AI
  • Narrow AI
  • Strong AI
  • Weak AI
Strong AI, also known as General AI, refers to artificial intelligence systems that possess human-like intelligence and the ability to understand, learn, and apply knowledge across a wide range of tasks. It can perform tasks at a human level or even surpass human capabilities.

Your team has developed an AI model for hiring, but upon review, you discover that it may be inadvertently favoring candidates of a particular gender. What steps would you take to rectify this, ensuring fairness and compliance with ethical guidelines?

  • Exclude gender-related features from the model.
  • Increase the weightage of gender as a feature to ensure fairness.
  • Conduct a new hiring process manually to rectify the issue.
  • Retrain the model on a balanced dataset and monitor results.
To rectify gender bias in AI hiring models, retraining the model on a balanced dataset is essential. This helps the model make fair decisions and ensures compliance with ethical guidelines.

Which of the following countries is not recognized as a major player in global AI developments?

  • China
  • France
  • Germany
  • United States
While the United States, China, and France are major players in global AI development, Germany also has a significant presence and contributions to AI research and development. It should not be considered as not recognized.

The _______ search algorithm is known for utilizing a heuristic to estimate the cost from the current node to the goal.

  • A*
  • Breadth-First
  • Depth-First
  • Greedy
The A* search algorithm is well-known for utilizing heuristics to estimate the cost from the current node to the goal. It combines the advantages of both uniform cost search and greedy best-first search, making it widely used in pathfinding and AI applications.

The ______ attribute is used to specify whether an input element should have autocomplete enabled or not.

  • autocomplete 
  • autocorrect 
  • autofill 
  • autosuggest 
The autocomplete attribute specifies whether an input field should have autocomplete enabled. When set to "on", the browser will pre-fill the input based on earlier typed values. When set to "off", it prevents the browser from suggesting previous entries. This attribute enhances user experience but can also be turned off for privacy or security reasons. 

How is the tag typically displayed in browsers by default?

  • As highlighted text. 
  • As italicized text. 
  • As strikethrough text. 
  • As underlined text. 
The tag is used to represent deleted content in an HTML document. By default, most browsers visually represent the content enclosed by the tag with a strikethrough, indicating that the content has been removed or deleted from the document. It can be particularly useful for showing edits or updates in text.