Computer Knowledge
Artificial Intelligence Applications
3,387 Questions
Artificial intelligence applications cover the practical uses of machine learning, deep learning, and data mining across various industries. Questions explore how these algorithms contribute to fields like cybersecurity, medicine, and automation. Mastering these concepts is vital for computer knowledge sections in banking and government exams.
Machine learning algorithmsDeep learning modelsImage processing techniquesData mining metricsAI in personalized medicineAutonomous robot software
Artificial Intelligence Applications Questions
-
Boring Test
-
Suring Test
-
Turing Test
-
During Test
C
Correct answer
Explanation
The Turing Test, proposed by Alan Turing in 1950, measures a machine's ability to exhibit intelligent behavior equivalent to a human. In the test, a human judge engages in natural language conversations with both a human and a machine, without knowing which is which. If the judge cannot reliably distinguish between them, the machine is said to have passed the test.
-
Sequential
-
Inferencing
-
Forward and Backward Chaining
-
Fast Path
-
None of the above
A,B
Correct answer
Explanation
Business Rule Management Systems (BRMS) use sequential and inferencing (such as Rete-based pattern matching) algorithms to execute rules.
-
Rete Algorithm
-
Sequential Algorithm
-
Rete Plus Algorithm
-
None of the above
C
Correct answer
Explanation
The Rete Plus algorithm is the default algorithm for rule flow creation in business rule management systems. It is an optimized version of the Rete algorithm for efficient rule processing.
-
- Bollenger bands
-
- Averaging
-
- Prediction joins
-
- Analytic parsing
-
- Relative strength
C
Correct answer
Explanation
Prediction joins (using PREDICTION JOIN in DMX) are used to associate a data mining model with an external data source to make predictions. Bollinger bands, averaging, and relative strength are financial indicators, while analytic parsing is unrelated to prediction queries.
B
Correct answer
Explanation
The ESB (Enterprise Service Bus) Toolkit is specifically designed to promote pattern-based development by providing pre-built patterns for common integration scenarios like routing, transformation, and orchestration. These patterns help developers implement enterprise integration solutions more consistently and rapidly. The statement correctly describes one of the core purposes of the ESB Toolkit.
-
individual rule
-
decision table
-
decision tree
-
rule task
A
Correct answer
Explanation
Rule overriding can be applied to individual rules. This allows a specific rule to replace or modify the behavior of another rule at a more granular level. Decision tables, decision trees, and rule tasks are structural elements that contain rules but are not themselves subject to overriding in the same way.
B
Correct answer
Explanation
Automatic Speech Recognition (ASR) is the specific technology that enables voice input in telephony systems, converting spoken words into digital commands. Unlike traditional IVR systems that require DTMF touch-tone input, ASR allows natural language interaction, powering modern voice assistants and customer service automation.
-
Reporting, online analytical processing,
-
Data mining and business performance management
-
Text mining and predictive analytics.
-
All of the above
D
Correct answer
Explanation
Business intelligence technologies encompass reporting, OLAP, data mining, business performance management, text mining, and predictive analytics. Therefore, all these options are common functions of BI, making the catch-all option correct.
B
Correct answer
Explanation
This statement is false because backward chaining only calculates values when they are explicitly requested. If a property is rarely accessed, backward chaining performs better than forward chaining, which recalculates values every time an input changes, potentially causing unnecessary overhead.
-
Market basket analysis is used to discover interesting associations between attribute.
-
Decision Trees are often used to find appropriate groupings of elements.
-
Data mining extracts knowledge hidden from large volumes of raw data.
-
Data mining discovers implicit patterns in the given data.
-
Predictive models use data with known results.
B
Correct answer
Explanation
Clustering is often used to find appropriate groupings of elements for a set of data. Unlike decision trees we discuss above, clustering is a kind of undirected knowledge discovery or unsupervised learning; that is, there is no target field, and the relationship among the data is identified by bottom-up approach.
-
expert systems
-
robotics
-
neural networks
-
real-time processing systems
-
batch processing systems
C
Correct answer
Explanation
The systems that simulate intelligence by attempting to reproduce the types of physical connections that occur in animal brains is called as neural networks.
-
Logistic regression
-
Naive bayes classifiers
-
K-nearest neighbours algorithm
-
Decision tree learning
-
Ensemble methods
E
Correct answer
Explanation
In statistics and machine learning, ensemble methods use multiple learning algorithms to obtain better predictive performance than could be obtained from any of the constituent learning algorithms. Unlike a statistical ensemble in statistical mechanics, which is usually infinite, a machine learning ensemble refers only to a concrete finite set of alternative models, but typically allows for much more flexible structure to exist among those alternatives.
-
Pattern recognition
-
Image Enhancement
-
Panorama
-
Imaging
-
Computer vision
E
Correct answer
Explanation
Computer vision is concerned with the theory and technology for building artificial systems that obtain information from images or multi-dimensional data.
-
Decision trees
-
Genetic algorithm
-
Artificial neural network
-
Data visualization
C
Correct answer
Explanation
This level of analysis is a non-linear predictive model that is learnt through training and that resembles biological neural networks in structure.
-
Statistics
-
Machine learning
-
Inductive learning
-
None of these
B
Correct answer
Explanation
Machine learning is the automation of a learning process and learning is tantamount to the construction of rules based on observation of environmental states and transition.