SA2 CodeIgniter Model and Validation Quiz

SA2 CodeIgniter Model and Validation Quiz

University

41 Qs

quiz-placeholder

Similar activities

Comptia A+ Review

Comptia A+ Review

10th Grade - Professional Development

40 Qs

SIA LESSON 3: SDLC

SIA LESSON 3: SDLC

University

36 Qs

2. Section 5: Application Lifecycle Management (7-20)

2. Section 5: Application Lifecycle Management (7-20)

University

38 Qs

ADMINISTASI SISTEM JARINGAN ( ASJ XI

ADMINISTASI SISTEM JARINGAN ( ASJ XI

11th Grade - University

40 Qs

SE2(MID)

SE2(MID)

University

40 Qs

ASAS GENAP  INFORMATIKA KLS 7 2025

ASAS GENAP INFORMATIKA KLS 7 2025

7th Grade - University

45 Qs

IAT 2 IP

IAT 2 IP

University

45 Qs

SA2 CodeIgniter Model and Validation Quiz

SA2 CodeIgniter Model and Validation Quiz

Assessment

Quiz

Computers

University

Easy

Created by

Minase Aoi

Used 2+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Models are typically loaded and called from within controllerLinks to an external site.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Model classes cannot be nested within sub-directories.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code snippet allows you to add a "where" clause:

$this->db->where()

$this->db->update where()

$this->db->delete_Where()

$this->db->set_where()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Query Builder generates safer queries since the values are escaped automatically by the system.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a PHP class that are designed to work with information in your database

Model

Database

Config

Route

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Model class can contain functions to insert, update, and retrieve a database.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following allows you to gets the sum of values in the selected fields?

$this->db->select_sum()

$this->db->select_avg()

$this->db->select_max()

$this->db->select_min()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?