WorksheetsIPT 101 - Activity 9 (API)
Total questions: 24
Worksheet time: 12mins
Which is the following statement is NOT TRUE?
API allows two applications to talk to each other.
API is defined by the description of an interface and the behaviour of the interface.
API must be accessed through a network connection.
API provide a hook for third-party developer to access data and services to build application
"This type of API combines different data and service APIs."
This statement refers to ........
Open APIs
Composite APIs
Partner APIs
Internal APIs
Integrated Development Environment known as a software application that provide comprehensive facilities to computer programmers for software development. True or false?
True
False
Which one of the following is not related to tools that are intended to assist the software development process.
Compiler
Debugging
Static Analysis
Decoder
Version control protects source code from both catastrophe and the casual degradation of human error and unintended consequences. True or false?
True
False
Which of the following is NOT TRUE?
Debugging is the process of finding and resolving defects or problems within a computer program that prevent correct operation of computer software or a system.
Compiler is computer software that transforms computer code
written in one programming language (the source language)
into another programming language (the target language).
Interpreter is a computer program that directly executes, i.e.
performs, instructions written in a programming or scripting
language, without requiring them previously to have been
compiled into a machine language program.
Automated tools are programs that automate the creation of
executable applications from source code.
Which statement is not related to API?
APIs act as a doorway that people with the right key can get
through.
APIs act as a filter.
There are more private APIs than public.
APIs can't let you build one app off another app.
The goal is Software Development and the tool uses are IDE, Version Control, Unit Testing. This statement refers to which environment?
Integration environment
Local environment
Testing environment
Stage environment
API can provide some very long-term benefits as follows EXCEPT:
API can integrate the systems and run the business more efficiently.
API only support the HTTP and SOAP protocols.
API helps the engagement between customers and vendors.
API would provide with the tools to redesign that interface that better suits with the needs.
Type of software integration that is planned and will be done for the future.
Modification
Incremental Engineering
Functional Integration
System Integration
It deals with an integration approaches and techniques that connect different components of IT infrastructure.
Application Integration
Integrative programming
System Integration
None of these
Integration model that allows the integration of new software through the existing presentations of the legacy?
Data IM
Presentation IM
Functional IM
none of these
Integration model that allows the integration of software through access to the data that is created, managed and stored by the software typically for the purposes of reusing or synchronizing data across applications?
Data IM
Presentation IM
Functional IM
none of these
Integration model that the integration is done through interfaces to the software.
Data IM
Presentation IM
Functional IM
none of these
It is an integration framework composed of a collection of technologies and services which form a middleware to enable integration of systems and applications across organizations.
System Integration
Application Integration
Programming Integration
none of these
Type of software integration that decomposing and integration a system to carry out changes.
System Integration
Incremental Engineering
Modification
Functional Integration
Method of integration that the communication occurs real-time and synchronously.
File Transfer
Messaging
Remote Procedure Invocation
none of these
Which is not a methods for integration?
File Transfer
Messaging
Remote Procedure Invocation
Data Processing
True or False:
Application Programing Interface (API) provides integration by passing message between applications.
TRUE
FALSE
True or False:
Providing a unified Java-based interface to multiple mainframe application is a sample of presentation Integration.
TRUE
FALSE
True or False:
Integration of software refers to techniques for combining existing software components to form a complete system.
TRUE
FALSE
The communication between a set of heterogeneous systems that are integrated together.
Inter-application communication
Inter-system communication
Inter-processing communication
True or False:
System Integration is combining two or more systems together
TRUE
FALSE
True or False:
Functional Integration model allows the integration of hardware for the purpose of invoking existing functionality from other new or existing applications.
TRUE
FALSE
