0% found this document useful (0 votes)
235 views11 pages

UGRD-ITE6200 Application Development and Emerging Technology

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 11

UGRD-ITE6200 Application Development and

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

The third URI Segment


Parameter

Version of PHP that introduces the use of superglobals.


4.1

Who is the inventor of PHP?


Rasmus Lerdorf

It is a URI Component that serve as persistent, location-independent identifiers


URN

PHP is one of the most widely used and recognizable web technology used on the Internet.
True

Andi Gutmans was the inventor of PHP.


False

Originally, PHP is known as "Personal Home Pages"


False

It is a URI Component that locates the path or address.


Web Address

The second URI segment


Method

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.

Form Helper method or code to return an HTML password input type.


form_password()

Symbol used to combine 2 sting values to create one string.

PHP varianbles start with what symbol?


$

CI method or code to set a rule in form validation.


$this->form_validation->set_rules()

CI method or code that display/echo error messages when form_validation->run() returns


false.
validation_errors()

A variable declared within a function.


Local

Element represents a control that presents a menu of options.


HTML select

Other term used for Option buttons?


Radio Buttons

Web Application Development 2


PRELIM QUIZ 1
URI stands for?
Uniform Resource Identifier

PHP version that uses void return type, class constant visibility modifiers, null types
7.1

The function or ci code to load a view.


$this->load->view
It is the process of redirecting or remapping a controller class or method.
Routing

Andi Gutmans was the inventor of PHP.


False

The first URI segment


Controller

The function of ci code to return a URI segment


$this->uri->segment

It is the Presentation Layer of the MVC Architecture.


View

PHP 3 was released in 1998.


True

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

Form Helper method or code to return an HTML password input type.


form_password()

CI method or code that display/echo error messages when form_validation->run() returns


false.
validation_errors()

PHP varianbles start with what symbol?


$

These are functions which are passed to another function and takes this "other function" as
a parameter.
Callbacks

A variable declared within a function.


Local

Element represents a control that presents a menu of options.


HTML select

CI method or code to load the form validation library.


$this->load->library('form_validation')

CI method or code to set a rule in form validation.


$this->form_validation->set_rules()

PRELIM QUIZ 1 SOFTWARE ENGINEERING 1


It implies separating software into components according to functionality and responsibility.
Modularity

Company has latest computers and state-of the- art software tools, so we shouldn’t worry
about the quality of the product.

False 

Identify an ethical dilemma from the situations mentioned below:


Your employer releases a safety-critical system without finishing the testing of the system
These are the policies that govern the operation of a computer system. 
Procedures

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 a system composed of people and computers that processes or interprets information.


Information System
Efficiency in a software product does not include ________
Licensing

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

The reason for software bugs and failures is due to


Both Software companies and Developers
As per an IBM report, “31%of the project get cancelled before they are completed, 53%
overrun their cost estimates by an average of 189% and for every 100 projects, there are 94
restarts”.What is the reason for these statistics ?
Lack of adequate training in software engineering
An ________________ process simplifies verification. If you develop software by adding small
increments of functionality, then, for verification, you only need to deal with the added
portion
Incremental Development
Choose the correct option in terms of Issues related to professional responsibility
Both Confidentiality & Intellectual property rights
It is often easier to use if these two concerns are divided  as much as possible into separate
sets of client functions.
data structure component
PRELIM QUIZ 2 SOFTWARE ENGINEERING 1
Which of the following is/are main parameters that you should use when computing the
costs of a software development project?
all of the mentioned
An independent relationship must exist between the attribute that can be measured and the
external quality attribute.

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

Which of the following is not considered as a risk in project management?


Testing

Project managers have to assess the risks that may affect a project.
False 

Quality planning is the process of developing a quality plan for


Project

A 66.6% risk is considered as


High

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

PRELIM QUIZ 1 Fundamentals of Database System


People whose jobs require access to the database for querying, updating, and generating
reports.

End Users

Database System automatically takes care of backup and recovery.


True 

Describes how entities are related.


Relationships

There’s no difference between the description of database and the database itself.


False 

They are liable for identifying the data to be stored within the database and for


selecting appropriate structures to represent and store this data.
Database Designers

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 

We call the database and DBMS software together as a 

database system

It is between high-level and low-level data models.


Representational or Implementation Data Models

Internal Level describes the physical storage structure of the database.


True 

A computerized system that permits users to create and maintain a database.


database management system

A displayed schema is called Schema figure.

False 

Facts that can be recorded and that have implicit meaning.


Data

Data model is a collection of concepts that is used to describe the structure of a database.
True 

Controlling Redundancy is used to improve the performance of queries.

True 

It is a question or an inquiry, sometimes loosely used for all types of interactions with
databases.
Query

It is a collection of related data.


Database
Data abstraction is the data type, relationships and constraints that apply to the data.
False 

Data Manipulation Language is use for manipulating data in a database.

True

Attribute is a name for a set of similar things that you can list.  Like objects, events, people.

False 

Prelim Lab Exam

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

MVC is a software approach that separates application logic from presentation.


True

The Model represents your data structures

Model classes are stored in application/models directory.


True
Whenever a request comes to CodeIgniter, it will first go to index.php page.
True

The name of the controller class must start with an lowercase letter.
False

 MVC ,means Modular_View, Controller


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

The controller must be called with lowercase letter.


True

 Use the same name of the method as your parent class, 


False

System This folder contains CodeIgniter core codes, libraries, helpers and other files, which
help make the coding easy.
True

The Models folder contains standard CodeIgniter libraries


False

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

CodeIgniter directory structure is divided into 5 folders .


False
The fonts folder contains font related information and utilities.

 Before passing the request to Application Controller, the Security of the submitted data is
checked.
True

You might also like