UGRD-ITE6200 Application Development and Emerging Technology
UGRD-ITE6200 Application Development and Emerging Technology
UGRD-ITE6200 Application Development and Emerging Technology
Emerging Technology
PRELIM QUIZ 1
It is a configuration file that is used for configuration of site-access issues, such as URL
redirect, URL shortening, Access-security control.
Htaccess
PHP is one of the most widely used and recognizable web technology used on the Internet.
True
PRELIM QUIZ 2
Element can be placed onto a web page in a pre-checked fashion by setting the checked
attribute.
Checkbox
Can hold an unlimited number of characters, and the text renders in a fixed-width font.
PHP version that uses void return type, class constant visibility modifiers, null types
7.1
PHP version that enabled the filter extension by default Native JSON default.
5.2.0
PRELIM QUIZ 2
Form Helper method or code to return an HTML checkbox input type.
Checkbox()
It is the Data Access Layer or Persistence Layer of the MVC Layered Architecture.
Model
These are functions which are passed to another function and takes this "other function" as
a parameter.
Callbacks
Company has latest computers and state-of the- art software tools, so we shouldn’t worry
about the quality of the product.
False
This category includes the computer itself, which is often referred to as the central
processing unit (CPU), and all of its support equipment.
Hardware
It is important in designing software that is free from unnatural restrictions and limitations.
Generality
Identify the correct statement: “Software engineers shall
act consistently with the public interest.”
Explain what is meant by PRODUCT with reference to one of the eight principles as per the
ACM/IEEE Code of Ethics ?
Software engineers shall ensure that their products and related modifications meet the highest
professional standards possible
Select the incorrect statement: “Software engineers should
be dependent on their colleagues.”
They deal with structures and algorithms without regard for the meaning or importance of
the data that is involved.
Software developers
“Software engineers should not use their technical skills to misuse other people’s
computers.”Here the term misuse refers to:
All of the mentioned
A field studying computers and algorithmic processes, including their principles, their
software and hardware designs, their applications, and their impact on society, whereas IS
emphasizes functionality over design.
Computer information system
It refers to computer programs and the manuals (if any) that support them.
Software
False
Identify the sub-process of process improvement
Process analysis
Projects are often defined broadly when they begin, and as time passes, the specific details
of the project become clearer.
A project is developed using progressive elaboration or in an iterative fashion.
It refers to the budgeted amount available for the project.
Cost constraints
It refers to what must be done to produce the project's end result
Scope constraints
Which of the following is not project management goal?
Avoiding customer complaints
Resources include people, hardware, software, or other assets. Many different types of
people, skill sets, and resources are needed to build a home.
A project requires resources, often from various areas
The process each manager follows during the life of a project is known as
Project Management Life Cycle
A project’s duration might be just one week or it might go on for years, but every project
has an end date.
A project is temporary
Every project should have a well-defined objective. For example, many people hire firms to
design and build a new house, but each house, like each person, is unique.
A project has a unique purpose.
Most projects have many interested parties or stakeholders, but someone must take the
primary role of sponsorship.
A project should have a primary customer or sponsor
A temporary endeavor undertaken to create a unique product, service, or result.
Project
Project managers have to assess the risks that may affect a project.
False
Which of the following is incorrect activity for the configuration management of a software
system?
Internship management
It refers to the amount of time available to complete a project
Time constraints
Resources, such as people and equipment, need to do work.
A project is an endeavor
End Users
Who is responsible in administering the primary and secondary resource in the database?
Database Administrators
Physical data models is a concept that shows how the data is stored on the computer.
True
database system
False
Data model is a collection of concepts that is used to describe the structure of a database.
True
True
It is a question or an inquiry, sometimes loosely used for all types of interactions with
databases.
Query
True
Attribute is a name for a set of similar things that you can list. Like objects, events, people.
False
A View will normally be a web page, but in CodeIgniter, a view can also be a page fragment
like a header or footer. It can also be an RSS page, or any other type of “page”.
True
The name of the controller class must start with an lowercase letter.
False
A Model is a simple class file. As the name suggests, it controls the whole application by
URI.
False
Route This folder contains files related to the log of the system
False
System This folder contains CodeIgniter core codes, libraries, helpers and other files, which
help make the coding easy.
True
Beside the three folders, there is one more important file named “index.php”.
True
The Controller will render the page with available data and pass it on for Caching.
False
Views classes will contain functions that help you retrieve, insert and update information in
your database.
False
Before passing the request to Application Controller, the Security of the submitted data is
checked.
True