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

Multiple choice general knowledge science & technology
  1. Boring Test

  2. Suring Test

  3. Turing Test

  4. During Test

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Rete Algorithm

  2. Sequential Algorithm

  3. Rete Plus Algorithm

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
    1. Bollenger bands
    1. Averaging
    1. Prediction joins
    1. Analytic parsing
    1. Relative strength
Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. individual rule

  2. decision table

  3. decision tree

  4. rule task

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology testing
  1. IVR

  2. ASR

  3. ASA

  4. CTI

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology enterprise content management
  1. Reporting, online analytical processing,

  2. Data mining and business performance management

  3. Text mining and predictive analytics.

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology packaged enterprise solutions
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. Market basket analysis is used to discover interesting associations between attribute.

  2. Decision Trees are often used to find appropriate groupings of elements.

  3. Data mining extracts knowledge hidden from large volumes of raw data.

  4. Data mining discovers implicit patterns in the given data.

  5. Predictive models use data with known results.

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. expert systems

  2. robotics

  3. neural networks

  4. real-time processing systems

  5. batch processing systems

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. Logistic regression

  2. Naive bayes classifiers

  3. K-nearest neighbours algorithm

  4. Decision tree learning

  5. Ensemble methods

Reveal answer Fill a bubble to check yourself
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.