Exam
General AI Concepts for Beginners: Comprehensive Assessment
10 QuestionsWhat is the primary distinction between Narrow AI (ANI) and Artificial General Intelligence (AGI)?
ANarrow AI excels at specific tasks, while AGI would possess broad, human-like adaptability.
BNarrow AI uses neural networks, while AGI uses only rule-based logic.
CNarrow AI is theoretical, while AGI is currently available in consumer products.
DNarrow AI requires no data, while AGI relies entirely on big data.
What was the primary purpose of the Turing Test proposed by Alan Turing in 1950?
ATo determine if a machine can exhibit intelligent behavior indistinguishable from that of a human.
BTo measure the computational speed of early mainframe computers.
CTo prove that machines could solve complex mathematical equations faster than humans.
DTo establish the first ethical guidelines for artificial intelligence development.
In the context of Machine Learning versus Traditional Programming, how does the process differ?
ATraditional programming gives rules and data to get answers; Machine Learning gives data and answers to get rules.
BTraditional programming gives data and answers to get rules; Machine Learning gives rules and data to get answers.
CBoth methods rely on hard-coded rules to process data into answers.
DMachine Learning eliminates the need for data, relying solely on algorithmic logic.
Match each Machine Learning scenario to its correct learning type.
Matching
- An email filter classifying messages as spam or not spam using labeled examples.
- Grouping customers into segments based on purchasing habits without predefined categories.
- A robot learning to walk by receiving rewards for balance and penalties for falling.
- Supervised Learning
- Unsupervised Learning
- Reinforcement Learning
What are the three main layers of a standard neural network architecture?
AInput layer, Hidden layers, and Output layer.
BMemory layer, Processing layer, and Storage layer.
CSensor layer, Logic layer, and Actuator layer.
DTraining layer, Testing layer, and Validation layer.
Why are activation functions necessary in a neural network?
AThey decide whether a neuron should 'fire' and allow the network to solve non-linear problems.
BThey store the training data permanently within the network structure.
CThey connect the input layer directly to the output layer to speed up calculation.
DThey ensure that all neurons fire simultaneously to maximize throughput.
Which AI technique is primarily responsible for enabling machines to understand and generate human language, such as in chatbots or translation tools?
ANatural Language Processing (NLP)
BComputer Vision
CReinforcement Learning
DCollaborative Filtering
What is the primary cause of algorithmic bias in AI systems?
ASystematic errors arising from flawed training data or design choices that create unfair outcomes.
BRandom hardware failures that occur during high-volume data processing.
CThe intentional programming of malicious code by developers.
DThe use of too much computing power during the training phase.
Explain why modern AI models may produce 'hallucinations' (confidently generated false information), and describe what this reveals about how these models process information compared to human knowledge.
Short answer