0% found this document useful (0 votes)
448 views29 pages

Application Development and Emerging Technology Prelim Quiz 1

This document contains a series of questions from preliminary quizzes, midterm quizzes and a final quiz related to application development and emerging technologies. It covers topics like PHP versions, URI components, MVC architecture, database queries and form helpers. The questions are multiple choice or require identifying terms, methods, functions or other details related to web development, programming and technology.

Uploaded by

Lrac semaj Nariv
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
448 views29 pages

Application Development and Emerging Technology Prelim Quiz 1

This document contains a series of questions from preliminary quizzes, midterm quizzes and a final quiz related to application development and emerging technologies. It covers topics like PHP versions, URI components, MVC architecture, database queries and form helpers. The questions are multiple choice or require identifying terms, methods, functions or other details related to web development, programming and technology.

Uploaded by

Lrac semaj Nariv
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 29

Application Development

and Emerging Technology


PRELIM QUIZ 1
Question 1
Complete

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION. Read the question carefully and type your answer in the space
provided.

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

Question 2
Complete

Mark 1.00 out of 1.00

Flag question

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

Select one:
a.

Root address

b.

Web interface address

c.

Web browser

d.

Web Address

Question 3
Complete

Mark 1.00 out of 1.00

Flag question

Question text
It is a configuration file that is used for configuration of site-access issues, such as URL
redirect, URL shortening, Access-security control.

Select one:

a.

.httptaccess

b.

.htaccess

c.

.httpccess

d.
.htpaccess

Question 4
Complete

Mark 1.00 out of 1.00

Flag question

Question text
It is the Presentation Layer of the MVC Architecture.

Select one:

a.

Model

b.

Controller

c.

View

d.

CodeIgniter

Question 5
Complete

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION. Read the question carefully and type your answer in the space
provided.
5.2
Answer  PHP version that enabled the filter extension by default Native JSON default

Question 6
Complete

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION. Read the question carefully and type your answer in the space
provided.

Rasmu
Answer  Who is the inventor of PHP?

Question 7
Complete

Mark 1.00 out of 1.00

Flag question

Question text
The function or ci code to load a view.

Select one:

a.

$this->load->views

b.

%this->load->view

c.
$this->load->view

d.

$that->load->view

Question 8
Complete

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION. Read the question carefully and type your answer in the space
provided.
1994
Answer  What year did PHP began its development?

Question 9
Complete

Mark 1.00 out of 1.00

Flag question

Question text
The third URI Segment

Select one:

a.

parameter

b.

address

c.
method

d.

controller

Question 10
Complete

Mark 1.00 out of 1.00

Flag question

Question text
PDO stands for Personal Data Objects.

Select one:

True

False

PRELIM QUIZ 2
Question 1
Complete

Mark 1.00 out of 1.00

Flag question

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

Select one:

a.
form_output()

b.

form_input[]

c.

form_outout[]

d.

form_input()

Question 2
Complete

Mark 1.00 out of 1.00

Flag question

Question text
It is a line that is not read/executed as part of the program.

Select one:

a.

print

b.

variables

c.

echo

d.

comment

Question 3
Complete
Mark 1.00 out of 1.00

Flag question

Question text
Database group configuration in CI is stored in a multi-dimensional array.

Select one:

True

False

Question 4
Complete

Mark 1.00 out of 1.00

Flag question

Question text
row_array() fetch the data as a single row and result_array() fetch the data as a multi-
dimensional array.

Select one:

True

False

Question 5
Complete

Mark 1.00 out of 1.00

Flag question
Question text
A vital part of a website or system UI because it accepts inputs as data parameters

Select one:

a.

Options

b.

Images

c.

Load

d.

Forms

Question 6
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Query Builder or Active Record pattern in CI replaces the traditional query string in php
coding.

Select one:

True

False

Question 7
Complete

Mark 1.00 out of 1.00


Flag question

Question text
Can hold an unlimited number of characters, and the text renders in a fixed-width font.

Select one:

a.

Content

b.

Paragraph

c.

TextArea

d.

Selection

Question 8
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Defines a multi-line text input control.
Select one:

a.

//< paragraph > tag

b.
//< textarea > tag

c.

//< header > tag

d.

//< letterarea > tag

Question 9
Complete

Mark 1.00 out of 1.00

Flag question

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

Select one:

a.

validation_errors()

b.

valid_errors()

c.

ValidationErrors_()

d.

validation_error()

Question 10
Complete

Mark 1.00 out of 1.00


Flag question

Question text
Form Helper method or code to return an HTML button.

Select one:

a.

form_button_()

b.

form-button()

c.

formbutton_

d.

form_button()

MIDTERM QUIZ 1
Question 1
Complete

Mark 1.00 out of 1.00

Flag question

Question text
is_unique requires table and field name as parameter.

Select one:
True

False

Question 2
Complete

Mark 1.00 out of 1.00

Flag question

Question text
We should subject a user for approval on registration.

Select one:

True

False

Question 3
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Send()
IDENTIFICATION: Answer  Method that triggers the sending of email

Question 4
Complete

Mark 1.00 out of 1.00


Flag question

Question text
Database Normalization is the process of organizing records to minimize redundancy.

Select one:

True

False

Question 5
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Print_d
IDENTIFICATION: Answer  Method that returns a string containing any server
messages, email header and email message.

Question 6
Complete

Mark 1.00 out of 1.00

Flag question

Question text
From()
IDENTIFICATION: Answer  Method that accepts the sender's email address

Question 7
Complete
Mark 1.00 out of 1.00

Flag question

Question text
Messa
IDENTIFICATION: Answer  Method that accepts the email's body or content

Question 8
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Form helper class helps us by returning formatted HTML form elements.

Select one:

True

False

Question 9
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Cc ( )
IDENTIFICATION: Answer  Method that accepts 'secondary recipients' that receives
the mail just to keep them informed
Question 10
Complete

Mark 1.00 out of 1.00

Flag question

Question text
matches form validation rule checks 3 fields that should have an equal or same value.

Select one:

True

False

MIDTERM QUIZ 2
Question 1
Complete

Mark 10.00 out of 10.00

Flag question

Question text
Matching Type. Choose the correct answer from the selection provided.

runs a back-end database query and displays the Answer 1


information in organized and informational manner single report page

Answer 2
are templates for reports Queries

application to help the program perform small or simple Answer 3


task such as formatting a parameter, computation or autoloaded
series of commands
Answer 4
Name the configuration file needed to set helper autoload config

function returns the auto incremented or last inserted id Answer 5


from the query $this->db->insert_id()

Answer 6
encrypted email as a key md5

Answer 7
SSPR stands for  Self-service passw ord reset

methods is very useful on getting pieces of data, one at a Answer 8


time particularly on multiple tables and databases Look Up

variables that store values but it can only contain strings Answer 9
and numbers constant

formatted result of database queries and contain useful Answer 10


data for decision making and analysis Reports

is the process of organizing the columns/records or Answer 11


attributes and tables of the database to minimize data Database Normalization
redundancy.

It is very useful on web forms security against online Answer 12


bots, crawlers and spammers. CAPTCHA

returns a string containing any server messages, email Answer 13


header and the email message. $this->email->print_debugger()

functions that accepts input parameters and returns an Answer 14


HTML input form element. form helper class

used as a function library that we can just load to the Answer 15


controller or view. helper
FINAL QUIZ 1
Question 1
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Fixed
IDENTIFICATION: Answer  A grid layout that is used for static website designs because
it has fixed/distributed column sizes.

Question 2
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Contain
IDENTIFICATION: Answer  A materializeCSS class that extends up to 100% of the
browser's width to hold page contents.

Question 3
Complete

Mark 1.00 out of 1.00

Flag question
Question text
Column
IDENTIFICATION: Answer  It is the vertical dimension of the grid system that hold the
actual page contents and is limited into 12s per line.

Question 4
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Slidelef
IDENTIFICATION: Answer  This command is used to create a sliding to the left
transition within a given time on a selected element

Question 5
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Fluid
IDENTIFICATION: Answer  A grid layout that adapts or resize columns depending on
the device screen size.

Question 6
Complete

Mark 1.00 out of 1.00

Flag question
Question text
Show (
IDENTIFICATION: Answer  This command is used to show selected element(s)

Question 7
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Toggle
IDENTIFICATION: Answer  This command is used to toggle, switch or alternate the
selected item's visibility: show and hide

Question 8
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Fadeou
IDENTIFICATION: Answer  This command is used to produce a fading out effect within
a given time on a selected element

Question 9
Complete

Mark 1.00 out of 1.00

Flag question
Question text
Contain
IDENTIFICATION: Answer  A materializeCSS class that provides a 70% space of the
browser's full width and allows you to center the content horizontally.

Question 10
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Slidedo
IDENTIFICATION: Answer  This command is used to create a sliding down transition
within a given time on a selected element

FINAL QUIZ 2
Question 1
Complete

Mark 1.00 out of 1.00

Flag question

Question text
.vals() It is used to get or set values from and to an input element particularly textboxes.
Select one:

True

False

Question 2
Complete

Mark 1.00 out of 1.00


Flag question

Question text
.text() is used to get or set values from and to a non-input element like divs.
Select one:

True

False

Question 3
Complete

Mark 1.00 out of 1.00

Flag question

Question text
jQuery plugin
IDENTIFICATION: Answer  simply a new method that we use to extend jQuery's
prototype object
Question 4
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Who first use the term AJAX?
Jesse James Garrett
Answer: 
Question 5
Complete

Mark 1.00 out of 1.00

Flag question

Question text
slideUp()
IDENTIFICATION: Answer  JQuery method used to creates a sliding to the left
transition within a given time on a selected element
Question 6
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Successful - this will be triggered upon the AJAX request and usually accepts the
parameter response response contains the loaded content from the URL requested.
Select one:

True

False

Question 7
Complete

Mark 1.00 out of 1.00

Flag question
Question text
IDENTIFICATION: It helps us enable sorting, pagination and search to our table data.
DataTable jQuery
Answer: 

Question 8
Complete

Mark 1.00 out of 1.00

Flag question

Question text
AJAX  stands for Asynchronous Java
Select one:

True

False

Question 9
Complete

Mark 1.00 out of 1.00

Flag question

Question text
DataTable jQuery plugin helps us enable sorting, pagination and search to our table data.
Select one:

True

False

Question 10
Complete

Mark 1.00 out of 1.00


Flag question

Question text
jQuery is a java library that makes web scripting easier for us.
Select one:

True

False

FINAL QUIZ 2 SECOND


ATTEMPT
Question 1
Complete

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: CSS stands for
Cascading Style Sheets
Answer: 

Question 2
Complete

Mark 1.00 out of 1.00


Flag question

Question text
In jQuery the scr tag is use for linking.
Select one:

True

False

Question 3
Complete

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: JQuery method used to hide selected element(s)
.hide()
Answer: 

Question 4
Complete

Mark 1.00 out of 1.00

Flag question

Question text
We used the base_url() function to return our domain or application path
Select one:

True
False

Question 5
Complete

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Name the university that created MaterialDesign CSS
Carnegie Mellon University
Answer: 

Question 6
Complete

Mark 1.00 out of 1.00

Flag question

Question text
$(document).ready() function calls if the browser contents has properly loaded its contents
and is browsing.
Select one:

True

False

Question 7
Complete

Mark 1.00 out of 1.00


Flag question

Question text
jQuery
IDENTIFICATION: Answer  javascript library that makes web scripting easier for us
Question 8
Complete

Mark 1.00 out of 1.00

Flag question

Question text
AJAX engine is an XMLHttpRequest object and jQuery makes it a lot more easier for us
because of its AJAX development API.
Select one:

True

False

Question 9
Complete

Mark 1.00 out of 1.00

Flag question

Question text
Material Design
IDENTIFICATION: Answer  is a design language  or design convention for
modern applications and website
Question 10
Complete
Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: It is used to get or set values from and to an input element particularly
textboxes.
.val()
Answer: 

You might also like