Artificial Intelligence and Neural Networks
NEC Computer Engineering · 2,410 practice MCQs
The chapter on Artificial Intelligence and Neural Networks is essential for understanding the foundational concepts of AI as they relate to computer engineering. With 2410 practice MCQs, this chapter equips you with the knowledge to tackle complex topics like machine learning, fuzzy logic, and natural language processing.
Mastering this chapter is crucial for the NEC licensing exam, as it covers key areas that are frequently tested. To prepare effectively, engage with the practice questions, review the underlying principles, and apply them to real-world scenarios.
Sample questions with answers
1.Which field of AI is concerned with systems that learn from data patterns?
- A.Expert Systems
- B.Search Techniques
- C.Symbolic AI
- D.Machine Learning
Why: Machine Learning is the correct answer because it specifically focuses on algorithms that learn from and make predictions based on data patterns, distinguishing it from other AI fields.
2.In AI foundations, autonomy is enhanced by:
- A.Learning from experiences instead of just using pre-set rules
- B.Establishing fixed deterministic models
- C.Eliminating performance metrics
- D.Depending entirely on human support
Why: Learning from experiences instead of just using pre-set rules enhances autonomy because it allows systems to adapt and improve their performance based on new information rather than being limited to static instructions.
3.Information extraction is distinct from information retrieval because:
- A.It organizes unstructured text into entities and relationships
- B.It keeps stopwords
- C.It prioritizes documents
- D.It relies solely on tokens
Why: Information extraction is distinct from information retrieval because it actively organizes unstructured data into meaningful entities and relationships, whereas retrieval focuses on finding relevant documents.
4.How do Mamdani fuzzy inference systems differ from Sugeno systems?
- A.Independent outcomes
- B.Lower uncertainty
- C.Fuzzy results versus precise functional results
- D.Bayesian approximation
Why: Mamdani fuzzy inference systems produce fuzzy results, which are less precise, while Sugeno systems yield precise functional results, making this distinction key in their applications.
5.Which type of agent achieves rationality by maximizing a specific measure of expected performance?
- A.Learning Agent
- B.Utility-Based Agent
- C.Model-Based Agent
- D.Goal-Based Agent
Why: A Utility-Based Agent maximizes expected performance by evaluating the utility of different actions, which is essential for achieving rational behavior in uncertain environments.
6.What is the best way to calculate the derivative of the sigmoid activation function?
- A.Recomputing the exponential directly
- B.Rescaling using Tanh
- C.Using finite difference methods
- D.Using σ(x)(1 - σ(x))
Why: Using σ(x)(1 - σ(x)) is the best way to calculate the derivative of the sigmoid function because it directly derives from the function's mathematical properties, providing an efficient computation method.
7.Which is a key limitation of frames?
- A.No attributes
- B.Difficult to represent procedural knowledge
- C.No inheritance
- D.No quantifiers
Why: The limitation of frames is that they struggle to represent procedural knowledge, which is necessary for understanding dynamic processes and actions, unlike static attributes.
8.Which NLP application is relevant to healthcare?
- A.Register allocation in hardware
- B.Summarizing clinical reports
- C.Compressing images
- D.Optimizing protocols
Why: Summarizing clinical reports is a relevant NLP application in healthcare because it helps in distilling important information from large volumes of text, aiding in decision-making and patient care.
9.What is a key characteristic of Strong AI?
- A.Only optimizing for specific tasks
- B.Reactive decision-making
- C.Understanding and reasoning like a human
- D.Using heuristic search methods
Why: Strong AI is characterized by its ability to understand and reason like a human, which goes beyond task optimization and involves complex cognitive functions.
10.Where do exploding gradients commonly happen?
- A.Hopfield networks
- B.Single hidden MLP
- C.Deep recurrent networks
- D.Shallow perceptrons
Why: Exploding gradients commonly occur in deep recurrent networks due to the nature of their architecture, which can cause gradients to grow exponentially during backpropagation.
11.An expert system that depends only on shallow knowledge might struggle with:
- A.Tasks that are repetitive and closed
- B.Reasoning based on frames
- C.New or surprising problem situations
- D.Limited knowledge areas
Why: An expert system that relies only on shallow knowledge may struggle with new or surprising problem situations because it lacks the depth of understanding needed to navigate unfamiliar scenarios.
12.Which knowledge representation method has the least expressive capability?
- A.Propositional logic
- B.Predicate logic
- C.Bayesian models
- D.Frames
Why: Propositional logic has the least expressive capability among the options because it can only represent simple true or false statements without the complexity of relationships and quantifiers found in other methods.
Practice all 2,410 Artificial Intelligence and Neural Networks questions
Adaptive mock tests, AI explanations on every question, and a personalized study plan.
Frequently asked questions
- What field of AI focuses on learning from data patterns?
- Machine Learning is the field of AI concerned with systems that learn from data patterns.
- How is autonomy enhanced in AI foundations?
- Autonomy in AI is enhanced by incorporating decision-making capabilities and adaptive learning.
- What distinguishes information extraction from information retrieval?
- Information extraction focuses on extracting specific data from unstructured sources, while information retrieval involves finding relevant documents based on queries.
- What is a key limitation of frames in AI?
- A key limitation of frames is their inability to represent dynamic changes in knowledge effectively.
- Which NLP application is particularly relevant to healthcare?
- Clinical decision support systems are a key NLP application relevant to healthcare.