Follow and like us on our Facebook page where we post on the new release subject and answering tips and tricks to help save your time so that you can never feel stuck again.
Shortcut

Ctrl + F is the shortcut in your browser or operating system that allows you to find words or questions quickly.

Ctrl + Tab to move to the next tab to the right and Ctrl + Shift + Tab to move to the next tab to the left.

On a phone or tablet, tap the menu icon in the upper-right corner of the window; Select "Find in Page" to search a question.

Share Us

Sharing is Caring

It's the biggest motivation to help us to make the site better by sharing this to your friends or classmates.

Application Development and Emerging Technology

Covers the latest trends and techniques in software development, including emerging technologies like AI and blockchain, to create scalable applications.

application development

emerging technology

artificial intelligence

machine learning

internet of things

blockchain

augmented reality

virtual reality

cloud computing

mobile apps

data analytics

automation

chatbots

cryptocurrency

cybersecurity

quantum computing.

The DOM elements' string property can be used on both left and right, which technically realigns the element from its original flow and pushes it to the container's left or right side.

  • True
  • False

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

  • True

CodeIgniter constants are defined in application/viewer/constants.php

  • False

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

  • True

Despite placing get and post requests, jQuery can also execute put and delete requests by means of using the general jQuery.ajax() function. $.ajax

  • True
  • False

It grants access to the DOM nodes underlying each jQuery objects.

  • click()
  • val()
  • on()
  • get()

One that determines the type of DOM element that it signifies is the original name of the tag.

  • True
  • False

A module that makes a layer on above the center http module that handles a great deal of complex things such as presenting static HTML, CSS, and client side JavaScript files.

  • Developer module
  • HTTP module
  • Application module
  • Express module

Chrome Developer Tool is an instrument that is like CSS Lint or the HTML validator-it shields you from falling into basic JavaScript traps.

  • True
  • False

A command which refers to the print working directory.

  • cd
  • pwd
  • print
  • mkdir

An environment variable that contains information that you can use to interact with a service instance in clouds.

  • JSON string
  • Vcap_services
  • JSONparse
  • Processenv

A common XML-based open data format for authentication.

  • security assertion markup language(saml)

The application creates a development environment by providing a virtual machine.

  • VirtualBox
  • Apache
  • Vagrant
  • Nginx

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)

An application programming interface for either a web server or a web browser.

  • Web console
  • Web API
  • Task manager
  • Developer Tool

It is a function that overrides the normal behavior in which the URI determines which function is called, allowing you to define your own function routing rules.

  • //_remap()

The fail() method can be affixed from an AJAX call on account of a guarantee type API.

  • True
  • False

A term to describe the ways in which the end user directly interacts with a device or application.

  • User interface (UI)

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

  • web app

The data modeling tool allows us to show documents as objects in our application.

  • True
  • False

A command that is used to load up the intuitive Redis clients.

  • Redis-gui
  • Redis-auth
  • Redis-acl
  • Redis-cli

CodeIgniter's Image Manipulation class lets you perform Image Watermaking.

  • False

jQuery gives us the if function, which permits us to test a selector against the current jQuery object.

  • True
  • False

Like most things in Node, the get function is nonconcurrent, so we need to deal with it a little carefully.

  • True
  • False

A variety of different style rules that are applied to other elements within the DOM.

  • tools
  • browser
  • ruleset
  • validation

Elements from a config.php file are only locally accessible.

  • False

application to help the program perform small or simple task such as formatting a parameter, computation or series of commands

  • single report page

A sleek, intuitive, and powerful front-end framework for faster and easier web development.

  • IDE
  • script
  • console
  • bootstrap

CAPTCHA uses randomly generated text on an image which users type to confirm

  • True

It refers to all the process in the styles of writing computer programs.

  • Event handling
  • Synchronous programming
  • Software development
  • Asynchronous programming

A command that is used to make a new directory thru the command line interface.

  • cddir
  • mkdir
  • Cd
  • rddir

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

  • $this->email->print_debugger()

Method that accepts the sender's email address

  • From()

A segment of a web application that refers to the aspect of the program that runs in your internet browser.

  • Customer-side segment
  • Web-server segment
  • Network side segment
  • Server-side segment

The attribute that indicates the sort of the element.

  • function
  • class
  • object
  • tag

php.org is the official php resource.

  • False

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

  • True

A file that contains a single JSON object that incorporates your Twitter credentials

  • credentialsjson
  • propertyjson
  • objectjson
  • attributejson

A Cloud Foundry command is used to specify a target API endpoint, login credentials, an org, and space.

  • cf login
  • cf credential
  • cf log
  • cf account

A software design pattern is usually utilized for developing UIs that partitions the interrelated program logic.

  • Model-View-Controller
  • Model-View-Adapter
  • Model-View-Viewmodel
  • Model-View-Presenter

A string representation of a JavaScript object that can be prepared by any programming language.

  • getJSON
  • jsonString
  • jQuery
  • JSON

It is applied to select all elements within the DOM and sets the elements' background to different recognizable shades of gray.

  • Universal selector
  • CSS selector
  • Validation selector
  • _Selector

Element can be placed onto a web page in a pre-checked fashion by setting the checked attribute.

  • Checkbox

One regular use case for CSS Lint is altering how a connection is shown when a client hovers over it.

  • True
  • False

Function that fetch the data as a multi-dimentional array

  • result_array()

Git commits -m[msg] is a git command which allows you to execute your staged files with a message.

  • True
  • False

It refers to a Unix command that permits a user to view all file contents of a particular directory, which also includes all hidden files

  • ls
  • ls -a
  • ls -r
  • ls -h

A cross-platform and language-independent interface treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document.

  • Data Model
  • Document Object Model
  • Entity Relationship Diagram
  • Object Model

SSPR stands for

  • self-service password reset

CodeIgniter is developed PHP.org

  • False

A view that displays web pages within an application.

  • webview

It refers to the command for printing or displaying you're working directory

  • pwd
  • print
  • mkdir
  • cd

It refers to how an application's endpoints (URIs) respond to client requests.

  • virtualization
  • routing
  • mirroring
  • POST

A website layout based on a fluid grid, allowing the site to have hundreds of dynamically generated states with mostly minor differences based on browser window size.

  • responsive layout

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

  • False

A Redis module is required to be installed to make our Node.js program communicate with Redis.

  • Package-json
  • Node-redis
  • Indexjs
  • Nodejs

A method that sends back all the values of all predetermined keys in Redis.

  • get
  • mget
  • hmget
  • hget

Form Helper method or code to return an HTML button.

  • form_button()

A specific program runs and executes most of its resources via the netfunction where various client programs pass through.

  • Utility program
  • Server program
  • Application program
  • Client program

A term is utilized for both the statements coded in a specific programming language and the statements after it has been prepared by a compiler and prepared to run in a P~

  • library
  • Dll
  • webconfig
  • code

PHP varianbles start with what symbol?

  • $

Method that accepts 'secondary recipients' that receives the mail just to keep them informed

  • cc()

$this->session->set_userdata() is also used to set or change an existing session variable value

  • True

A method in jQuery that is used to create a serialized representation of an object.

  • param()
  • declaration()
  • argument()
  • syntax()

An email preference for mail sending protocol

  • protocol

Redis is a key-value store that offers a quick and adaptable solution for storing basic data.

  • True
  • False

A website layout that uses media queries to change the site’s design for specified devices or window sizes.

  • Adaptive layout

An upload helper method that returns an array containing all of the data related to the file you uploaded.

  • data

PDO stands for Personal Data Objects.

  • False

A function that finishes the response by including =E2=80=9CHi World.=E2=80=9D

  • resend
  • reqwriteHead
  • req
  • res

Objects use the reference as placeholders.

  • string
  • null
  • float
  • variable

javascript library that makes web scripting easier for us In jQuery the scr tag is use for linking.

  • jQuery

A configuration variables represents the total rows in the result set you are creating pagination for

  • total_rows

_____________ is defines the structure of the document, default values, and validators.

  • Mongoose data object
  • Mongoose model
  • Mongoose diagram
  • Mongoose schema

Provides cloud computing and virtualization software and services and was one of the first commercially successful companies to virtualize the x86 architecture.

  • VMware
  • Cloud Foundry
  • Open cloud
  • Azure

Get() method is utilized to recover and request data from a predetermined resource in a server.

  • True
  • False

functions that accepts input parameters and returns an HTML input form element.

  • form helper class

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

  • _.htaccess

An HTML5 standard that allows a web application to be cached and available offline.

  • Appcache

AJAX stands for Asynchronous Java

  • False

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

  • Model

Function when showing errors in CI page

  • show_404

At some point, it is essential to refer a DOM to a tree since it represents parent, child, and descendant relationships among elements.

  • True
  • False

PHP version that enabled the filter extension by default Native JSON default

  • 5.2

PHP development began in 1995.

  • False

It is applicable to use function as parameters to another function.

  • True
  • False

A command which allows you to create a new directory.

  • rd
  • mkdir
  • cd

A kind of schema that characterizes the structure of the archive, predefined values, and validators.

  • Mongoose data object
  • Mongoose model
  • Mongoose schema
  • Mongoose diagram

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

  • form_radio()

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

  • True

A property that can be used to alter and specify the spacing between the margin and padding.

  • border
  • margin
  • float
  • padding

It revolves around a resource where every component is a resource, and a resource is accessed by a common interface using HTTP standard methods.

  • Representational State Transfer
  • Resource State Transfer
  • Representational State Transmission
  • Representational String Transference

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

  • False

A JSON file that resides from the root base of a JavaScript Node project

  • stdoutlog
  • Serverjs
  • packagejson
  • consolelog

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

  • True

Account registration can be approved through activation link sent from user's email or by an admin approval.

  • True

A type of CSS comment that is common to use when we want to disregard multiple lines on codes from being executed.

  • multiline
  • batch
  • single
  • solitary

A method that loads data from the server using an HTTP POST request

  • $post()
  • contentpost()
  • post()

A mobile phone with internet access and music playback that lacks the full functionality of a smartphone.

  • Feature phone

A specific procedure or instruction that is executed when a user clicks a button.

  • Mouse event
  • Double Click event
  • Click events
  • Handling event

A component that packages a non-native app so that it is viable for native distribution.

  • native wrapper

CRUD is an architectural style for giving guidelines between PC systems from the web, making it simpler for systems to interact with one another.

  • True
  • False

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

  • False

Flashinfo are session variables that are only available until the next request.

  • False

A function that carries or executes the callback after the predefined number of milliseconds have passed.

  • setClock
  • setTimer
  • setTimein
  • setTimeout

A Git command that is only used to start or initialize the repository.

  • Git add [file(s)]
  • Git init
  • Git commit =E2=80=93m[msg]
  • Git status

The controller interprets the request into an action, which usually facilitates a database action through the model and sends the response through a view.

  • True
  • False

An application that duplicates the functionality of hardware or operating systems for testing purposes.

  • Emulator

Function that redirect to other pages.

  • redirect

A report module is typically a front-end web page that contains various figures of interpreted database table records.

  • False

An operating system designed specifically to run on mobile devices.

  • mobile OS

Many different rules comprise the HTML tags and determine the width property value.

  • True
  • False

A command-line tool used to interact with Cloud Foundry.

  • cli
  • cf
  • node
  • redis

It is a programming tool we require, which doesn't need too much feature in formatting text.

  • Version Control System
  • Operating System
  • Text editor
  • Browser

It refers to the lower elements of a tree that adopt an ancestor's properties such as styles and formats.

  • child
  • offspring
  • heir
  • descendant

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

  • True

A server that is fundamentally designed to respond to browser's request and responding with them thru a text.

  • HTTP server
  • FTP server
  • HTTPS server
  • SSH server

The function or ci code to show or call the client-side "non-existing page" error

  • show_404()

The default in Rails generally acts in the same way as mongoose does.

  • Active File
  • Active Drive
  • Active Directory
  • Active Storage

Storage data in PHP

  • variables

Once the application is running, we ought to have the option to visit our application by opening Chrome and entering localhost: 8888/directory.html in the address bar.

  • True
  • False

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

  • False

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

It refers to tags that can be used to describes elements that reside within the DOM.

  • Body tags
  • Main tags
  • HTML Tags
  • Anchor tags

It flushes data and information to disk, and for the most part, you may likewise think of it as an in-memory data stockpiling.

  • CouchDB
  • Redis
  • HBase
  • Cassandra

The character symbol that refers to the JavaScript's OR operators.

  • =
  • <>
  • ''
  • ||

Process.env represents the state of the system environment your application is in when it starts.

  • True
  • False

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

  • 7.1

CodeIgniter provides rich set of libraries for commonly needed tasks.

  • True

A lightweight format in JavaScript for storing and transporting data.

  • json
  • server
  • node
  • script

Get() is a built-in method in jQuery used to retrieve data from the server using the HTTP GET request.

  • True
  • False

Taking an AJAX string and changing it over into an object that a PC program can utilize is simple in most programming languages. JSON string

  • True
  • False

A mobile platform-specific API that lets applications access specific mobile hardware functionality.

  • Device API

It is an Application Development Framework - a toolkit - for people who build web sites using PHP

  • CodeIgniter

One fascinating result of the way that variables are first-class objects in JavaScript and that we can utilize different functions as inputs to functions.

  • True
  • False

A command that can be used to restart Vagrant once it stopped.

  • vagrant halt
  • vagrant up
  • vagrant run
  • vagrant destroy

Query Builder class method that inserts record on the database.

  • $this->db->insert()

Building a web environment that provisions building database-driven applications can be an overwhelming undertaking and portraying the Windows, Macintosh operating system, and Linux technique.

  • True
  • False

A variable declared outside a function.

  • Global

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

  • Accelerometer

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

  • URN

Git is the most common and highly recommended free version control program at present.

  • True
  • False

A for loop comprises of four things, three of them are in the parenthesis that follow the word for and we allude to those as the initialization statement, the continuation condition, the update statement, and the fourth is the loop body,

  • True
  • False

Look Up methods is very useful on getting pieces of data, one at a time particularly on multiple

  • True

A CSS feature that is intended to eliminate all browser defaults.

  • CSS reset
  • CSS validation
  • CSS tools
  • CSS selector

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

  • Web Address

Delimiter symbol for rules in form validation.

  • "|" or pipe symbol

1The Control Appendfunction of the URL helperreturns the $config[‘base_url’] value defined on application/config/config.php.

  • False

A cart library method that returns the total amount

  • total()

For mobile applications, this refers to anything that encourages the user to stay active in the app for a longer period of time.

  • stickiness

The default tab name in sublime when initially created is Untitled.

  • True
  • False

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

  • base_url

A function that creates contentions such as a string signifying the kind of stream and an object that contains data about our filter rules.

  • filter function
  • string data function
  • stream function
  • object filter function

A JavaScript object that is created by a standard JavaScript object constructor.

  • map
  • compiler
  • constructor
  • controller

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

  • True

A cart library method that displays the total number of items in the cart.

  • total_items()

CodeIgniter's Image Manipulation class lets you perform Image Thumbnail Creation

  • True

Arranges data as documents which we can be considered as JSON objects.

  • Mongo
  • Firebase
  • SQL
  • Redis

CodeIgniter constants are defined in what folder

  • config

CAPTCHA is very useful on web forms security against online bots, crawlers and spammers

  • True

An array of DOM elements and not jQuery objects are the functions created by jQuery.

  • True
  • False

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

  • False

A cart library method used to update the information of a specific cart item.

  • update()

A development tool, sometimes including a mobile middleware server, that builds hybrid or native apps for each mobile platform from a single codebase. IncludesMEAPs and MCAPs.

  • mobile application development platform(MADP)

Many rulesets are opposed, which implies that when applied to a specific element in the DOM, they follow the ancestors' ruleset.

  • True
  • False

The $to parameter can be an email address string, a comma delimited email addresses string or an array containing email addresses strings.

  • True

Similar to Nodes, by and by, the function get() is nonconcurrent; therefore we need to manage it a little cautiously.

  • True
  • False

A command that allows us to make a new directory on your current or specific directory location.

  • rd
  • mkdir
  • cd

A language that is used to present requests from a database saved in a relational format.

  • SQL
  • NoSQL
  • PostgreSQL
  • MySQL

A git command which initializes your repository.

  • Git status
  • Git commit -m[msg]
  • Git add [file(s)]
  • Git init

A function that returns all the values of all specified keys in Redis.

  • hmget
  • get
  • mget
  • hget

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.

  • service-oriented architecture(soa)

A Queriesis a formatted result of database queries and contain useful data for decision making and analysis.

  • False

A command is used in the command-line interface to create a new directory.

  • mkdir
  • cddir
  • Cd
  • rddir

Null keywords should be written in

  • Uppercase

MVC is a software architecture and architectural. pattern used in software engineering

  • True

Contrasting with C++ and Java, functions are known first-class citizens because functions can be replaced by variables.

  • True
  • False

A mobile application that is written in a programming language that is directly compatible with the target platform.

  • native app

A query method used to returns the query result as an array of objects, or an empty array on failure

  • result()

Setting up columns on a content area characterizes a styling grid over the content, which is one essential way to deal with design layouts.

  • True
  • False

A property of an object that can integrate a linkage to a specific image.

  • script
  • href
  • m
  • img

A term to describe all aspects of the end user’s interaction with an application.

  • User Experience

A wireless local area network that allows smartphones, computers, and other devices to connect to the internet.

  • wi-fi

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

  • Forms

An abstraction layer that gives a non-application access to mobile device APIs.

  • native bridge

A subcommand that is executed alongside the name of the application you'd prefer to refresh in Cloud Foundry.

  • push
  • pull
  • pop
  • stack

It refers to the horizontal dimension of the grid system

  • rows

A selector function that allows you to delete a specific element(s) from within the DOM.

  • erase
  • empty
  • remove
  • delete

Properties of stored objects allow a designer to compose data into standard data structures, making it seem like a trademark extension to storing data in our programs.

  • True
  • False

The | symbol is directly on top of the Enter key from the keyboard, co-situated with the backslash.

  • True
  • False

4.Helpers differs from the model methods because it doesn’t require database intervention.

  • True

It was initially developed way back in 2009 and was planned and created by a VMware group to which they initially call Project B29.

  • Cloud Foundry
  • VMware
  • Open cloud
  • Azure

The command in Vagrant that you need to trigger or type if you want the server to stop.

  • Vagrant destroy
  • Vagrant up
  • Vagrant run
  • Vagrant halt

CodeIgniter allows us to send email in a neat and simple way. We can load the email class by Declaring $this->load->library('email');

  • True

Reestablishing the browser to force contents to remain at a dynamic width can be a valid statement to drop the program to the terminal window and commit the changes on our Git repository.

  • True
  • False

Addresses an error condition and will be set to a certain error object if there's such an issue within the request.

  • Declaration parameter
  • Variable parameter
  • Err parameter
  • Output parameter

An element that signifies an input text box and doesn't need an end tag.

  • Output element
  • Input element
  • Object element
  • Attribute element

A cart library method that permits you to destroy the cart.

  • destroy()

Constants are like variables that store values but it can only contain strings and numbers

  • True

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

  • True

It is a JavaScript object that contains attributes/properties and functions.

  • Compiler
  • Constructor
  • Controller
  • Map

An Express functional configuration wherein we can make HTML, CSS, and client side JavaScript files.

  • Web file server
  • Static file server
  • Hypertext file server
  • Dynamic file server

Ajax engine uses what type of object

  • XMLHttpRequest

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

  • form_password()

It refers to our local PC that is running the virtual machine. It pertains to a physical server or computer having a virtual machine running inside.

  • Client-server
  • Publisher
  • Subscriber
  • Host machine

Method will execute codes once the class is created or instantiated.

  • __construct

formatted result of database queries and contain useful data for decision making and analysis

  • reports

A reference is utilized as a placeholder for an object.

  • variable
  • string
  • float
  • null

A set of programming codes known as API enables data transmission between one software product to another.

  • True
  • False

A library that enables real-time, bidirectional and event-based communication between the browser and the server.

  • socketio
  • socketonopen
  • socketemit
  • socketsend

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

  • constant

Provides an interface to the database for creating, querying, updating, and deleting records.

  • Mongoose diagram
  • Mongoose schema
  • Mongoose model
  • Mongoose data object

Permits you to set the value of an input form or textarea and used in form validation.

  • set_value

The default controller assigned to CodeIgniter when first setup is set to ________.

  • Welcome

The first URI segment

  • controller

JavaScript Function is a snippet of code intended to play out a specific task in JavaScript.

  • True
  • False

Sessions in native PHP are the “superglobal” variables that can not be accessed anywhere on the web application because it is stored on the browser session. Can f

  • True

A structure that is used to capture certain characteristics about an individual user.

  • Authentication model
  • User model
  • Account model
  • Profile model

It is quite ideal to disregard web programming in JavaScript since it mainly involves monstrous techniques and approaches by and by.

  • True
  • False

An element that integrates the app.js script containing the JavaScript codes we've created.

  • Second script element
  • First script element
  • Fourth script element
  • Third script element

It refers to the immediate descendants in the tree diagram.

  • Child elements
  • Parent elements
  • Grandchild elements
  • Sibling elements

A program that actualizes the File Transfer Protocol.

  • File server
  • FTP server
  • XML server
  • HTTP server

are templates for reports

  • queries

The console.log statement accomplishes tasks by outputting messages to the web console, but it cannot evaluate any inputs. This is the reason why as a result, Chrome only displays undefined.

  • True
  • False

A Query is a formatted result of database queries and contain useful data for decision making and analysis

  • False

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

  • comment

An HTML element that is enclosed by an open and close angle bracket.

  • tags
  • class
  • objects
  • function

Originally, PHP is known as "Personal Home Pages"

  • False

A common open standard for authorization.

  • Oauth

It refers to the primary components that comprise the structure of a web application.

  • Codes
  • Files
  • Instructions
  • Elements

It is highly recommended to use underscore(_) in the absence of space when working with the command-line interface.

  • True
  • False

A database that can be utilized for more impenetrable data storage needs.

  • Mongodb
  • MySQL
  • Postgresql
  • Redis

A class contained within the header, main, and footer elements which will carry the content elements.

  • script
  • container
  • body
  • Html

It gives a significantly bigger number of warnings compare to the HTML validation tools.

  • CSS web support
  • CSS Lint
  • CSS ruleset
  • CSS developer tool

It refers to the developer tool where our web program output runs.

  • Browser
  • Explorer
  • CLI
  • Form

Java is the full-highlighted programming language upheld by almost all internet browsers.

  • True
  • False

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

  • is_unique

CSS selectors provide a considerably large number of warnings compare to HTML's validation tools.

  • True
  • False

A function that runs as the system user rather than an application user.

  • Application function
  • Software function
  • System function
  • Network function

An operator that returns the first value in a rundown of values that are not falsy such as false, 0, or NaN.

  • OR
  • NAND
  • AND
  • NOT

A Cloud Foundry command that set or view the targeted org or space.

  • view
  • source
  • set
  • target

Area that can be specified by the cols and rows attributes, or even better; through CSS' height and width properties.

  • Textarea

$that->db->insert_id() function returns the auto incremented or last inserted id from the query.

  • False

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

  • False

Method that accepts the email's body or content

  • Message()

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

  • form_input()

An HTML attribute that is incorporates a textual depiction of an image.

  • Href attribute
  • Alt attribute
  • Ref attribute
  • Img attribute

Name the configuration file needed to set helper

  • autoload config

A device that helps fabricate a development environment utilizing a virtual machine.

  • Apache
  • Vagrant
  • VirtualBox
  • Nginx

It refers to the digits having the values 0 to 9 and A to F.

  • Decimal digits
  • Binary digits
  • Hexadecimal digits
  • Octadecimal digits

The a element can be customized simply like any other DOM element through CSS.

  • True
  • False

Defines a multi-line text input control.

  • //< textarea > tag

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

  • True

It is intended for the enormous scope of cooperation among numerous programmers.

  • Git
  • Mercurial
  • Coda
  • Sublime text

A text messaging service component of a phone using standardized communication protocols to send short text messages.

  • simple message service (SMS)

A rule reference that returns FALSE if the form element is empty.

  • required

A network of physical objects embedded with electronics, software, sensors, and connectivity to enable it to achieve greater value and service by exchanging data with other connected devices.

  • internet of things

An innovation that permits us to determine the structure of the visual components of a web application.

  • XCode
  • Sublime
  • Text Editor
  • HTML

The default port for redis-cli connection when running on local host.

  • port 3000
  • port 8080
  • port 6379
  • port 1433

A function used in asynchronous programming where it is executed at the later part being an argument.

  • return
  • declaration
  • callback
  • val

A function that is used to gain access to the JSON files in our program locally.

  • getJSON
  • Split
  • items
  • jsonString

A function from a selector which will eliminate the chosen element(s) from the DOM.

  • empty
  • delete
  • remove
  • erase

File upload directory should set its file permission to ____

  • 777

It is a way in which an HTML element are shown, applies to elements that have the type a or span.

  • outline
  • inline
  • grid
  • Content

MongoDB allows us to pool resources with it totally in JavaScript.

  • True
  • False

A JavaScript string where strings are declared inside a string using single quotes outwardly and double quotes within.

  • BSON
  • jsonString
  • jQuery
  • JSON

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

It is any process or technology that allows users who forgot their passwords authenticate and reset the passwords of their account

  • Self-service password reset

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

  • True

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

  • True

Returns a validation error message from the Form Validation Library, associated with the specified field name

  • form_error()

A function that sets the time when a function will be called.

  • setInterval
  • setTime
  • setEvent
  • setClock

The function of ci code to return a URI segment

  • $this->uri->segment

An HTML attribute that plays a critical role in making web pages accessible by visually impaired users and needs to use screen readers when using the Web.

  • Img attribute
  • Ref attribute
  • Alt attribute
  • Href attribute

Organization that sponsors CI

  • Ellislab

A query module contains a form that will pass parameters to the controller suggesting on how you want the data to be showed

  • True

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

  • True

Express allows the developer to highly serve the client-side thru HTML, CSS, and JavaScript files.

  • True
  • False

Object characteristic as attributes can be used to include importance to the nonexclusiveand tags.

  • True
  • False

A configuration variables that set number of items you intend to show per page.

  • per_page

A set of programming tools and resources built specifically to aid software development on a particular platform or technology.

  • software developmentkit (SDK)

Git Hub is a program that emulates a terminal of Unix in Windows, which can provide you access to Git commands.

  • True
  • False

function returns the auto incremented or last inserted id from the query

  • $this->db->insert_id()

Applying multiple JSON objects on a single file means we can have as many set of objects as we want and not just a single object.

  • True
  • False

A method that can be used on jQuery collections that wrap plain JavaScript objects similar to a pub/ sub mechanism.

  • config
  • toString()
  • trigger()
  • content()

¬¬function returns the auto incremented or last inserted id from the query

  • $this->db->insert_id()

Runs the selection query and returns the result.

  • $this->db->get()

A technique applied on an element before we can apply blurring to any object from a DOM.

  • blur
  • shroud
  • hide
  • clear

It refers to an event that is executed when a user clicks a button from your app.

  • Double Click event
  • Handling event
  • Mouse event
  • Click events

It is an inherent function in node.js with a particular use, and that is to load modules.

  • import()
  • require()
  • append()
  • load()

The domain-specific representation of the information on which the application operates.

  • Model
  • Controller
  • Design
  • View

A string whose format resembles very much on the JavaScript object literal format.

  • Processenv
  • Vcap_services
  • JSON string
  • Jsonparse

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

A command module that appears to be available on the global scope is ___________________.

  • Global module
  • Require module
  • Class module
  • Universal module

An assortment of various variables that are connected almost everywhere within the application.

  • Bridge
  • Client
  • Object
  • Server

$(document).ready() function calls if the browser contents has properly loaded its contents and is browsing.

  • False

It is best for information that should be accessed rapidly or for temporary storing frequently used data to progress our applications' response time.

  • True
  • False

An instrument that measures the orientation of a device in order to orient display.

  • Gryoscope

On the off chance that everything has gone easily, our following procedure to do is to push our application to Cloud Foundry using the Push command.

  • True
  • False

Report Module (the module) are templates for reports.

  • False

Short messages that mobile applications can send to users even if the application isn’t open.

  • Push notification

It refers to JSON's data property, which is a variety of pictures.

  • items
  • images
  • href
  • tags

Other term used for Option buttons?

  • Radio Buttons

An HTML meta tag that tells the browser how to behave when it renders the web page. The viewport is also a term for the section of the web page in view.

  • viewport

The controller maps requests from the view to actions on the model and reacts with data that can be utilized to reload the view.

  • True
  • False

Method that accepts the email's title or heading text

  • Subject()

$this->db->insert_id() inserts an id in the database.

  • False

Block elements usually incorporate the p, nav, main, and div elements.

  • True
  • False

Different web browsers use the DOM to show and create a visual display of a web page.

  • True
  • False

Method that accepts recipients that are not visible to the other recipients

  • Bcc()

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

  • True

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

  • False

It refers to an HTML tag that is utilized for linking images on an HTML web page

  • a
  • script
  • img
  • href

It's a javascript library that makes web scripting easier

  • JQuery

A programming API for HTML and XML documents defines the logical structure of documents and how a document is accessed and manipulated.

  • Entity-Relationship Model
  • Object Model
  • Data Model
  • Document Object Model

One of the main points of interaction between a user and a web site or application. They allow users to send data to the website.

  • HTML Forms

A development process that works on a very short development cycle.

  • est-driven development(TDD)

CI uses Model-Viewable-Controller architecture

  • False

An online library containing various JavaScript queries to which the initial script tag is usually linked

  • JSLint
  • W3C
  • CSSLint
  • jQuery

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

  • look up

The error is the one that we're generally inspired by and is the one that we'll go to the calling function's callback.

  • True
  • False

A collection of data elements organized in terms of rows and columns.

  • Relational table
  • Relational schema
  • Relational database
  • Relational diagram

It is a software framework that is designed to support the development of dynamic websites, web applications, web services and web resources.

  • Web Application Framework

Code Igniter Query Builders (Active Records) allows safer queries.

  • True

A tag that specifies the main content area of your document.

  • <main>
  • <title>
  • <head>
  • <footer>

Stored object properties permit a designer to write data into customary information structures, which causes it to feel like a characteristic expansion to storing data in our programs.

  • True
  • False

Representational state transfer (REST) is an accepted norm in software architecture for interactive applications that ordinarily utilize numerous Web services.

  • True
  • False

Constructors are useful if you need to set some default values, or run a default process when your class is instantiated.

  • False

A superset of JSON with some more data types, most importantly binary byte array.

  • GSON
  • XML
  • BSON
  • protobuf

Redis is a Node.js module that permits us to interface with MongoDB, yet it likewise permits us to make data models.

  • True
  • False

It refers to application software that runs on a web server and is accessed through a web browser with an active network application.

  • web application
  • plugin
  • stand-alone
  • web browser

SSL is defined as any process or technology that allows users who forgot their password authenticate their account and reset their passwords without falling the help des

  • False

A method under the calendar library that will display the calendar

  • generate()

An algorithm that is used in security hashing that transforms data into a 128 bit string

  • MD5

The function or ci code to load a view.

  • $this->load->view

Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser.

  • True
  • False

bcc stands for Black Carbon Copy

  • False

A function that makes the HTTP header that sets the attributes of the response.

  • req
  • resend
  • reqwriteHead
  • res

A specification that defines the fifth major revision of HTML.

  • HTML5

It refers to the page's essential layout, which may be utilized in the reset function as its new default after resetting.

  • scope
  • style
  • code
  • parameter

Most web application frameworks are based on the model-view-controller (MVC) pat tern.

  • True

A rule reference that returns FALSE if the form element contains anything other than numeric characters.

  • numeric

CodeIgniter's Pagination class is very easy to use, but it is not 100% customizable, either dynamically or via stored preferences.

  • False

The data modeling tool permits us to indicate documents as objects in our programs.

  • True
  • False

A multi-cloud environment allows developers to use the cloud platform that suits specific application workloads and move those workloads as necessary within minutes with no changes to the application.

  • VMware
  • Open cloud
  • Cloud foundry
  • Azure

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

  • 5

Staging_task.log incorporates the console.log statement that you utilized in your program.

  • True
  • False

An application developed for use on small, wireless devices such as tablets and smartphones.

  • mobile app

A command that allows you to move from your current directory to an inner directory.

  • cd
  • mkdir
  • rd

Git adds [file(s)] refers to a Git command that prepares specific files to succeed for the next commit operation.

  • True
  • False

A property that can be used to alter and specify the spacing between the elements' content.

  • Margin property
  • Padding property
  • Float property
  • Border property

Controller is also knows as the data access layer.

  • False

PHP runs on various platforms operating system such as apache and IIS.

  • False

Method that triggers the sending of email

  • send()

An elements which normally highlight JavaScript files.

  • attribute
  • script
  • tag
  • class

A wireless technology networking protocol used to exchange data over short distances.

  • Bluetooth

It refers to code description in CSS that is technically set aside and bypassed by the program while it is being executed.

  • CSS comments
  • CSS selector
  • CSS validation
  • CSS ruleset

Redis is a Node.js module that grants us to connect with MongoDB, yet it likewise allows us to create data models.

  • True
  • False

JavaScript grants us to communicate with the database through objects within our program.

  • True
  • False

encrypted email as a key

  • md5

An open-source, in-memory data structure store, used as a database, cache, and message broker.

  • Cloud Foundry
  • Mongo
  • redis
  • JavaScript

A child pseudoclass may represent the second, third, fourth, and so on elements.

  • Siblings
  • Nth child
  • Class
  • Descendants

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

  • CSS

Regardless of whether you're on Windows, Macintosh operating system, or Linux, you can establish Google Chrome on your PC effectively by setting off to the Google Chrome site page.

  • True
  • False

Meaning of URL.

  • Uniform Resource Locator

Redis is a Node.js module that fills-in two fundamental necessities.

  • True
  • False

It refers to an event handler procedure executed each time a client clicks within the app page.

  • jQuery click handler
  • Java click handler
  • VBScript handler
  • Event handler
Comments