Font size
WorksheetsICA 02
Total questions: 22
Worksheet time: 3mins
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.
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.
_________is “an open-source developer platform, created by Microsoft, for building many different types of applications. You can write .NET apps in C#, Visual C++, or Visual Basic.”
.NET
.net
NET
.Net
__________is an open-source, server-side web-application framework designed for web development to produce dynamic web pages.
Aps.Net
Asp.Net
asp.net
ASP.NET
MVC is a design pattern used to decouple user-interface, data, and____________. This pattern helps to achieve separation of concerns.
Application logic
Application
Logic
None
The ______ helps to pass the data from the controller to view and view to the controller.
Model
View
Controller
None
The _______ can access the model and pass data to view with the help of a model.
Controller
Model
View
What is TDD means?
Test Drive Development
Test Drive Deployment
Test Disk Drive
Test Drive Disk
It is used to display the entire data using the model?
View
Model
Controller
It is used to display the entire data using the model?
View
Model
Controller
None of the above
This pattern represent the state of application and any business logic or operations that should performed by it.
Model
Class Framework
View
MFC
ASP.NET stands for?
Active Server Pages.NET
Active Servers Pages.NET
Activate Server Pages.Net
What is MVC?
The Model represents the application core (for instance a list of database records)
The View displays the data (the database records)
The Controller handles the input (to the database records)
All of the above
Briefly explain advantage of MVC architecture
Briefly explain the responsibility of Model
Can we have multiple controllers in MVC? Explain your answer?
