An operator that returns the first value in a rundown of values that are not falsy such as false, 0, or NaN.
ORCorrect
NAND
AND
NOT
An upload helper method that returns an array containing all of the data related to the file you uploaded.
dataCorrect
application to help the program perform small or simple task such as formatting a parameter, computation or series of commands
single report pageCorrect
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
FalseCorrect
are templates for reports
queriesCorrect
Arranges data as documents which we can be considered as JSON objects.
MongoCorrect
Firebase
SQL
Redis
At some point, it is essential to refer a DOM to a tree since it represents parent, child, and descendant relationships among elements.
TrueCorrect
False
bcc stands for Black Carbon Copy
FalseCorrect
Block elements usually incorporate the p, nav, main, and div elements.
TrueCorrect
False
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
FalseCorrect
CAPTCHA is very useful on web forms security against online bots, crawlers and spammers
TrueCorrect
CAPTCHA uses randomly generated text on an image which users type to confirm
TrueCorrect
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
FalseCorrect
CI file directory where autoload classes and functions are defined.
Application/config/autoload.phpCorrect
CI file directory where the database configuration settings and database groups is found.
Application/config/database.phpCorrect
CI function code to load the database class.
$this->load->database();Correct
CI method or code that display/echo error messages when form_validation->run() returns false.
validation_errors()Correct
CI method or code to load the form validation library.
$this->load->library('form_validation')Correct
CI method or code to set a rule in form validation.
$this->form_validation->set_rules()Correct
CI method or code to set an error message in form validation.
$this->form_validation->set_message()Correct
CI uses Model-Viewable-Controller architecture
FalseCorrect
CI, basically contains 4 main folders Application, System, User, Help Guide