Melanie Quizlet
Compare and contrast a VIPLE Activity and a VIPLE Service. Which statements are correct? Select all that apply.
A VIPLE activity can be created based on an existing service. A VIPLE service can be created based an existing activity. A VIPLE service can be used in different VIPLE applications.2
MIT App Inventor is primarily used for developing
Android Phone Apps
What type of database does ADO focus on?
Relational database
A finite state machine can be consider to be a (Select all that apply):
mathematical model for representing the relationship between input, states, and outputs programming model for solving event-driven problems.
The suggested Robot as a Service is a cloud computing unit installed with (Select all that apply.)
services. service directory. service client/applications.
What VIPLE components are available for constructing VIPLE workflow? Select all that apply.
Basic activity Code Activity. RESTful Service WSDL service
Consider a VIPLE Custom Activity and a VIPLE Code Activity. What statement is correct?
Both Code Activity and Custom Activity can take parameter values from the outside, e.g., from the Main diagram.
What design pattern is applied in ADO .Net to encapsulate the requests of actions as an object?
Command
What programming technique is used for implementing VIPLE's Web 2D Simulator?
HTML5
Devices Profile for Web Services (DPWS) is an OASIS standard for
implementing Web service interfaces for IoT devices.
A SqlCommand object in ADO .Net is a design pattern that allows you to
parameterize clients with different requests of actions.
Internet of Things is about integrating
physical devices into internet and Web-based computing environment.
One of the techniques of preventing Return-Oriented Programming (ROP) attacks is to
reprogram library functions to remove potential gadgets.
Which statement about VIPLE event and data outputs are correct?
Event and data have separate output ports.
What architecture styles does VIPLE support? Select all that apply.
Service-oriented Event-driven Workflow-based
A DataSet in ADO .Net is
a set of tables that can be accessed by indices and as an XML tree.
Which ADO operation is similar to XmlTextReader that reads one node at a time in a steam?
cmd.ExecuteReader
What are the operations performed by adapter.Fill(ds, "titles") in the SqlDataAdapter class? Select all that apply.
Create and initialize a table with the matched schema. Retrieve records and write into the table. Close the connection to the database.
DataReader and DataAdapter are two classes in ADO .Net for accessing databases. Which statement is correct?
DataReader reads database in a stream, while DataAdapter reads in DataSet.
For the following maze, which maze navigation algorithms CANNOT find the exit point?
Greedy algorithm taking the first working solution Local best measuring the distances on the left and right Wall-following algorithm
What is the function of the basic activity "Join"?
It waits for all incoming data items to arrive.
The data structure between VIPLE and open architecture devices is of
JSON object.
What platforms are supported in the current VIPLE implementation? Select all that apply.
LEGO EV3 Open architecture robot Unity Simulator Web 2D/3D Simulator
The challenges of IoT applications include (Select all that apply)
Longer life support requirements than general-purpose computing devices. Higher security requirements than general-purpose computing devices.
What basic activity is typically used for constructing the iteration point of a loop in VIPLE?
Merge
What output services are available in VIPLE? Select all that apply.
Print Line Simple Dialog Text to Speech
What types of remote procedures/services can be called from VIPLE? Select all that apply.
RESTful WSDL
What does the following algorithm represent? Move forward;Turn right if the right side is open;Turn left if the front is not open.
Right-wall-following.
How do you create a custom event in a VIPLE activity?
Simply connect a data line (output of a basic activity, activity, or service) to the event output port.
What statement best describes the function of the following diagram?
Three seconds after ctrl key is pressed, the state.Status will change to "Opened" or to "Closed".
Which applications can best apply finite state machine model? Select all that apply.
Traffic lights controller design. Garage door opener design. Sequential circuit design.
A DataSet object can be accessed as (Select all that apply.)
a collection of tables though indices. an XML file using an XML parser.
The purpose of introducing Data Adapter in ADO .Net is to provide
a database-independent interface.
Internet of Intelligent Things (IoIT)
adds distributed intelligence to IoT.
ASU's Robot as a Service is an IoIT device with (Select all that apply)
built-in robotics applications. built-in services for other applications to access.
If you define an event output for an activity, you
can still define another data output for the activity and use both outputs in your application.
Which of the following operations binds the connection object to the command object?
cmd.Connection = conn;
Intel Edison board belongs to Internet of Intelligent Things, because it has the capacity of (Select all that apply)
computing and communication. connecting sensors and actuators.
Internet of Intelligent Things (IoIT) refer to
devices connected to Internet that have adequate computing capacity.
Return Oriented Programming (ROP) is a kind of attacks that
modify the return address on stack of a function call.