FORMATIVE 2 Flashcards

(22 cards)

1
Q

One of the features of CodeIgniter is extremely light weight
Group of answer choices

True

False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

One of the features of CodeIgniter is zip decoding class
Group of answer choices

True

False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

MVC permits web pages to contain minimal scripting since the presentation is separate from the PHP scripting.
Group of answer choices

True

False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The second step for CodeIgniter installation is to unzip the package to your web page root directory
Group of answer choices

True

False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

One of the features of CodeIgniter is applicable profiling
Group of answer choices

True

False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

URLs in CodeIgniter are search-engine and human friendly. CodeIgniter uses a segment-based approach.
Group of answer choices

True

False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In URI segment, the first segment represents the controller class that should be invoked.
Group of answer choices

True

False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In URI segment, the second segment represents the ____________ that should be called.
Group of answer choices

controller class

class function or method

ID and any variables

A

class function or method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In URI segment, the first segment represents the ________ that should be invoked.
Group of answer choices

controller class

class function or method

ID and any variables

A

controller class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The third, and any additional segments in URI segments, represent the ___________ that will be passed to the controller.
Group of answer choices

controller class

class function or method

ID and any variables

A

ID and any variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

CodeIgniter has large library of “helper” functions
Group of answer choices

True

False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Text editor is one of the requirements for CodeIgniter installation.
Group of answer choices

True

False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

’/’ is the segment delimiter.
Group of answer choices

True

False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

By default, the index.php file will be included in your URLs: example.com/index.php/news/article/my_article

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The first step for CodeIgniter installation is to Download CodeIgniter
Group of answer choices

True

False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

CodeIgniter strives for simplicity, flexibility, and high performance in a small footprint package.
Group of answer choices

True

False

17
Q

Apache is an example of web browser
Group of answer choices

True

False

18
Q

This represents the data structures in which model classes contains functions such as retrieve, insert, and update information in database.
Group of answer choices

Model

View

Controller

All of the above

19
Q

In URI segment, the second segment represents the class function or method that should be called.
Group of answer choices

True

False

20
Q

In a route, the array key contains the URI to be matched, while the array value contains the destination it should be re-routed to.
Group of answer choices

True

False

21
Q

In a route, the array key contains the URI to be matched, while the array value contains the destination it should be re-routed to.
Group of answer choices

True

False

22
Q

CodeIgniter uses a segmented-based approach
Group of answer choices

True

False