Application-development PDF

Title Application-development
Author Silence Killer
Course information technology
Institution ACLC College
Pages 17
File Size 422.1 KB
File Type PDF
Total Downloads 28
Total Views 201

Summary

What functionality was added to PHP 5 as interface for accessing databases? PDOThe page that displays a message that the requested page was not found. Error 404What is the meaning of URL? Uniform Resource LocatorPHP development began in 1995. Falsephp is the official php resource. FalseOriginally, P...


Description

What functionality was added to PHP 5.1 as interface for accessing databases?

PDO

The page that displays a message that the requested page was not found.

Error 404

What is the meaning of URL?

Uniform Resource Locator

PHP development began in 1995.

False

php.org is the official php resource.

False

Originally, PHP is known as "Personal Home False Pages" PHP is one of the most widely used and recognizable web technology used on the Internet.

True

The default file extension for PHP file is ".php"

True

PHP version that uses void return type, class 7.1 constant visibility modifiers, null types. PHP runs on various platforms operating system such as apache and IIS. The function of ci code to return a URI segment The first URI segment

False $this->uri->segment controller

It is the process of redirecting or remapping a Routing controller class or method. Andi Gutmans was the inventor of PHP.

False

Version of PHP that uses namespace support 5.3 late static binding. URN stands for? URN stands for?

Uniform Resource Name

PHP version currently in use on most websites and included several new features such as support for object-oriented programming

5

What year did PHP began its development?

1994

Who is the inventor of PHP?

Rasmus lerdorf

URI stands for?

Uniform Resources Identifier

PDO stands for Personal Data Objects.

False

Version of PHP that introduces the use of superglobals.

4.1

Year that PHP was officially called Personal Home Page Tools.

1995

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

Web Address

Year that PHP 3 was released

1998

PHP version that enabled the filter extension 5.2 by default Native JSON default CI file directory where autoload classes and Application/config/autoload.ph functions are defined. p CI method or code to load the form validation $this->loadlibrary. >library('form_validation') Defines a multi-line text input control.

//< textarea > tag

Query Builder class method that inserts record on the database.

$this->db->insert()

Form Helper method or code to return an HTML radio input type

form_radio()

CI function code to load the database class.

$this->load->database();

The controller's $data["title"] variable will be delivered in a view as $title.

True

Storage data in PHP

variables

PHP varianbles start with what symbol?

$

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

True

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

$this->form_validation>set_rules()

row_array() fetch the data as a single row and result_array() fetch the data as a multidimensional array.

True

Form Helper method or code to return an form_password() HTML password input type. CI method or code to set an error message in $this->form_validationform validation. >set_message() One of the main points of interaction between HTML Forms

a user and a web site or application. They allow users to send data to the website. Delimiter symbol for rules in form validation.

"|" or pipe symbol

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

validation_errors()

Define styles for your documents, including the design, layout and variations in display for different devices and screen sizes.

CSS

A variable declared outside a function.

Global

This allows us to collect data from the htm $_POST file and display to the php script. CI file directory where the database Application/config/database.ph configuration settings and database groups is p found. It is the Data Access Layer or Persistence Layer of the MVC Layered Architecture.

Model

Area that can be specified by the cols and rows attributes, or even better; through CSS' Textarea height and width properties. It is a line that is not read/executed as part of comment the program. Form Helper method or code to return an HTML checkbox input type.

form_checkbox()

_construct() method executes when a class is created or instantiated.

True

Database group configuration in CI is stored in a multi-dimensional array. Form Helper method or code to return an HTML button.

True form_button()

Element can be placed onto a web page in a pre-checked fashion by setting the checked Checkbox attribute. Form Helper method or code to return an HTML text input type.

form_input()

CI uses Model-Viewable-Controller architecture

False

To load the view, the function is like this: $this->load->view('name');

True

Segment is the process of redirecting or remapping a controller class or method.

False

CI, basically contains 4 main folders Application, System, User, Help Guide

False

A variable declared within a function.

Local

It is the Presentation Layer of the MVC Architecture. URI stands for Uniform Resource Identity

View False

Element represents a control that presents a HTML select menu of options. Can hold an unlimited number of characters, TextArea and the text renders in a fixed-width font. Meaning of URL.

Uniform Resource Locator

Other term used for Option buttons?

Radio Buttons

The function or ci code to load a view.

$this->load->view

What do you call the 1st segment of the URI? Controller CodeIgniter is developed PHP.org

False

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

.htaccess

Controller is also knows as the data access layer.

False

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

URN

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

Callbacks

is the process of redirecting or remapping a Routing controller class or method. URI is the historical name that serve as persistent, location-independent identifiers False allowing the simple mapping of namespaces into a single URN namespace

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

.

.htaccess file that will automatically route the True index.php next to the Controller Meaning of URN

Uniform Resource Name

Data Access Layer or Persistence Layer of the MVC Layered Architecture.

Model

PHP 3 was released in 1998.

True

A vital part of a website or system UI Forms because it accepts inputs as data parameters $this->db->insert_id() inserts an id in the database.

False

Registration is an activity of deleting user information on the database.

False

is_uniques form validation rule checks if the input is unique from the table.

False

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

False

valid_email form validation rule is used to True check if an e-mail is valid or not. Account registration can be approved through activation link sent from user's email True or by an admin approval. Form helper class helps us by returning formatted HTML form elements.

True

is_unique requires table and field name as parameter.

True

We should subject a user for approval on registration.

True

encrypted email as a key

md5

It is very useful on web forms security captcha against online bots, crawlers and spammers. variables that store values but it can only contain strings and numbers functions that accepts input parameters and returns an HTML input form element.

constant form helper class

methods is very useful on getting pieces of data, one at a time particularly on multiple tables and databases

look up

is the process of organizing the columns/records or attributes and tables of the database to minimize data redundancy.

database normalization

SSPR stands for

self-service password reset

Name the configuration file needed to set helper

autoload config

used as a function library that we can just load to the controller or view.

helper

¬¬function returns the auto incremented or $this->db->insert_id() last inserted id from the query application to help the program perform small or simple task such as formatting a single report page parameter, computation or series of commands formatted result of database queries and contain useful data for decision making and analysis

reports

are templates for reports

queries

returns a string containing any server messages, email header and the email message.

$this->email->print_debugger()

runs a back-end database query and displays the information in organized and informational manner

constant

bcc stands for Black Carbon Copy

False

$that->db->insert_id() function returns the auto incremented or last inserted id from the False query. CodeIgniter allows us to send email in a neat and simple way. We can load the email class True by Declaring $this->load->library('email'); A Query is a formatted result of database queries and contain useful data for decision making and analysis

False

variables are session variables that expires with a given time limit.

tempdata

Organization that sponsors CI

Ellislab

It can be said as the entry point of application.

Controller

Variables that can be accessed anywhere on superglobal the web application because it is stored on the browser session Function that fetch the data as a multidimentional array File that will automatically route the index.php next to the Controller Method will execute codes once the class is created or instantiated.

result_array() .htaccess __construct

What function can be used to access session session_start() variables on webpages? You can display the error 404 page by using what function

show_404()

SEARCH methods is very useful on getting pieces of data, one at a time particularly on multiple tables and databases.

False

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

True

Self-survey password reset (SSPR) is defined as any process or technology that allows users who forgot their password authenticate their account and reset their passwords without calling the help desk.

False

Database Normalization is the process of organizing the columns/records or attributes and tables of the database to minimize data redundancy.

True

A website layout that uses media queries to change the site’s design for specified devices Adaptive layout or window sizes. An HTML5 standard that allows a web Appcache application to be cached and available offline.

A wireless technology networking protocol Bluetooth used to exchange data over short distances. The idea of exposing to the end user the change of data, provided the data is changing quite a lot.

Data animation

A sensor that measures the acceleration (change in velocity) of an object in order to determine movement of a mobile device.

Accelerometer

A mobile platform-specific API that lets applications access specific mobile hardware Device API functionality. A specification that defines the fifth major revision of HTML.

HTML5

A mobile phone with internet access and music playback that lacks the full functionality Feature phone of a smartphone. An instrument that measures the orientation of a device in order to orient display. An application that duplicates the functionality of hardware or operating systems for testing purposes. A wireless local area network that allows smartphones, computers, and other devices to connect to the internet.

Gryoscope Emulator

wi-fi

A network of physical objects embedded with electronics, software, sensors, and internet of things connectivity to enable it to achieve greater value and service by exchanging data with other connected devices. Information that is delivered immediately after collecting it without any delay.

Real-time data

A view that displays web pages within an application.

webview

A feature for access control systems that allows users to log in to (or log out of) multiple, independent software systems using one set of credentials.

single ign-on(SSO)

For mobile applications, this refers to

stickiness

anything that encourages the user to stay active in the app for a longer period of time. A website layout based on a fluid grid, allowing the site to have hundreds of responsive layout dynamically generated states with mostly minor differences based on browser window size. An abstraction layer that gives a nonapplication access to mobile device APIs.

native bridge

A common XML-based open data format for authentication.

security assertion markup language(saml)

A development tool, sometimes including a mobile middleware server, that builds hybrid mobile application or native apps for each mobile platform from development platform(MADP) a single codebase. IncludesMEAPs and MCAPs. A term to describe all aspects of the end user’s interaction with an application.

User Experience

A set of programming tools and resources built specifically to aid software development software developmentkit (SDK) on a particular platform or technology. A common open standard for authorization.

Oauth

A term to describe the ways in which the end user directly interacts with a device or User interface (UI) application. An application developed for use on small, wireless devices such as tablets and smartphones.

mobile app

A component that packages a non-native app native wrapper so that it is viable for native distribution. An architecture style that uses discrete software services (each with one clearly defined business task) with well-defined, loosely-coupled interfaces that are orchestrated to work as a complete system by sharing functionality. A mobile application that is written in a programming language that is directly

service-oriented architecture(soa)

native app

compatible with the target platform. A development process that works on a very est-driven development(TDD) short development cycle. A text messaging service component of a phone using standardized communication protocols to send short text messages.

simple message service (SMS)

A mobile application developed using web standards and accessed through a browser.

web app

An operating system designed specifically to mobile OS run on mobile devices. An HTML meta tag that tells the browser how to behave when it renders the web page. The viewport viewport is also a term for the section of the web page in view. A mobile application written in HTML, CSS, and JavaScript that uses a web-to-native abstraction layer, allowing the application to access mobile device APIs that pure web applications cannot access.

hybrid app

Short messages that mobile applications can send to users even if the application isn’t Push notification open. $(document).ready() function calls if the browser contents has properly loaded its contents and is browsing.

False

IDENTIFICATION: Name the university that created MaterialDesign CSS

Carnegie Mellon University

DataTable jQuery plugin helps us enable sorting, pagination and search to our table data.

True

.text() is used to get or set values from and to True a non-input element like divs. We used the base_url() function to return our True domain or application path AJAX engine is an XMLHttpRequest object and jQuery makes it a lot more easier for us because of its AJAX development API.

True

javascript library that makes web scripting

jQuery

easier for us In jQuery the scr tag is use for linking. In jQuery the scr tag is use for linking.

False

.vals() It is used to get or set values from and False to an input element particularly textboxes. Successful - this will be triggered upon the AJAX request and usually accepts the parameter response response contains the loaded content from the URL requested.

False

jQuery is a java library that makes web scripting easier for us.

False

AJAX stands for Asynchronous Java

False

Who first use the term AJAX?

Jesse James Garrett

IDENTIFICATION: CSS stands for

Cascading style sheets

Constructors do return a value and they can do some default work.

False

This validation method permits you to set validation rules.

set_rules

A configuration variables contain full URL to the controller class/function containing your pagination

base_url

What do you call a structure made up of series of intersecting straight (vertical, grid horizontal and angular) or curved guide lines used to structure content? A rule reference that returns FALSE if the form element contains anything other than numeric characters.

numeric

A rule reference that returns FALSE if the form element is not unique to the table and field name in the parameter.

is_unique

This helper file contains functions that assist Form in working with forms. Which of the following do you think that is useful for searching? This pattern allows information to be retrieved, inserted, and updated in your

//$this->db->like() Query Builder

database with minimal scripting You can manually remove the index.php in CodeIgniter by .htaccess file

True

This is used to emphasize a quote or citation Blockquote by putting a colored left border to the text In file upload you'll need a destination directory for your uploaded images. It is used to get or set values from and to an input element particularly textboxes. In CodeIgniter the Calendar class enables you to dynamically create calendars.

True val False

Code Igniter Query Builders (Active Records) True allows safer queries. You cannot add a URL suffix in CodeIgniter.

False

An email preference for mail sending protocol protocol Function that redirect to other pages.

redirect

If set to true, if a file with the same name as the one you are uploading exists, it will be overwritten. If set to false, a...


Similar Free PDFs