Midterm, CSE446 Midterm Exam Study Science Computer Science
Artificial Intelligence UPDATED ACTUAL and Correct Answers
Question: What are the key features of the third generation AI and
robotics? Select all that apply.
Software and hardware co-define
Symbol manipulation
Centralization and distribution optimization
Human machine integration
What are the typical features used in flight data
processing?
Means
Median
Speed
Attitude
TensorFlow is a widely-used AI package. In the hardwaresoftware co-define stack, it is at the layer:
Hardware
Library
Framework
Tool
Application
Answer:
Software and hardware co-define
Symbol manipulation
Centralization and distribution optimization
Human machine integration
Means
Median
Speed
Attitude
Hardware
Library
Framework
Tool
Application
,Question: What is the key difference between the data used for
training and for flight path recognition in the flight data
collection and processing system?
They are completely different sets of data collected
using different sensors.
The data labels are removed in the data used for flight
path recognition.
The data labels are removed in the data used for
training.
Training data are in JSON format, while the actual data is
in XML format.
Deep learning typically solves a computation-intensive
problem based on:
a single layer of powerful computing capacity.
the map and reduce principles using multiple layers.
the dynamic programming principle.
social filtering principles.
What type of logic does the following expression belong
to?
Student ∩ InterestedIn.Computing ∩ ¬InterestedIn.Math
Description Logic
Position Logic
Predicate Logic
Digital Logic
What are the three object types of the basic RDF data
model?
resource, property, and statement
ontology, semantic Web, and database
int, character, and string
class, object, and instantiation
Which statement is true?
The higher the expressivity of a language, the higher the
reliability of the programs written in the language.
The higher the expressivity of a language, the lower the
reliability of the programs written in the language.
The expressivity of a language is not related to the
reliability of the programs written in the language.
, The reliability of programs is related the programmers
only.
Answer:
They are completely different sets of data collected using different sensors.
The data labels are removed in the data used for flight path recognition.
The data labels are removed in the data used for training.
Training data are in JSON format, while the actual data is in XML format.
a single layer of powerful computing capacity.
the map and reduce principles using multiple layers.
the dynamic programming principle.
social filtering principles.
Description Logic
Position Logic
Predicate Logic
Digital Logic
resource, property, and statement
ontology, semantic Web, and database
int, character, and string
class, object, and instantiation
The higher the expressivity of a language, the higher the reliability of the
programs written in the language.
The higher the expressivity of a language, the lower the reliability of the programs
written in the language.
The expressivity of a language is not related to the reliability of the programs
written in the language.
The reliability of programs is related the programmers only.
Question: What languages can be processed by Protégé ontology
development environment? Select all that apply.
RDF
BPEL
LINQ
OWL
What types of files does RSS 1.0 belong to? Select all that
apply.
HTML
, JSON
RDF
XML
MapReduce computing in big data system takes a list of
key-value pairs as input and computes the results in two
phases: Map and Reduce. Map will process the input list
and output
N key-value pairs, and then Reduce computes the N
sub-lists into a single list
a shorter list, and then Reduce computes the shorter list
to obtain single pair as output.
two half lists, and then Reduce merge the two half lists
into a single list.
two half lists, and then Reduce process the two half lists
to obtain a single pair as output.
What data belong to poly-structure data?
Data in SQL databases
Data in XML databases
Unstructured data like videos and audios
All of the above
Answer:
RDF
BPEL
LINQ
OWL
HTML
JSON
RDF
XML
N key-value pairs, and then Reduce computes the N sub-lists into a single list
a shorter list, and then Reduce computes the shorter list to obtain single pair as
output.
two half lists, and then Reduce merge the two half lists into a single list.
two half lists, and then Reduce process the two half lists to obtain a single pair as
output.