FORMATIVE 1 Flashcards

(28 cards)

1
Q

MVC pattern has become popular for designing web applications.
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

The very nature of the MVC framework is such that there is low coupling among models, views or controllers.
Group of answer choices

True

False

A

True

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

Visual Fox Express is an example of:
Group of answer choices

MVC as GUI

MVC as WEB

A

MVC as GUI

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

Ruby is an example of:
Group of answer choices

MVC as GUI

MVC as WEB

A

MVC as WEB

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

JFace is an example of:
Group of answer choices

MVC as GUI

MVC as WEB

A

MVC as GUI

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

Which of the following statements about CodeIgniter is TRUE?
Group of answer choices

Helpers can only be loaded inside a model.

Plugins live inside the system/application/plugins folder.

Codeignitor core libraries do NOT have the CI_ prefix.

Sessions cannot be passed as an array.

A

Plugins live inside the system/application/plugins folder.

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

One of the features of CodeIgniter is applicable profiling
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

CodeIgniter’s goal is to attain maximum performance, capability, and flexibility in the smallest, lightest possible package.
Group of answer choices

True

False

A

True

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

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
10
Q

One of the features of CodeIgniter is benchmarking
Group of answer choices

True

False

A

True

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

Which of the following best describe code reuse
Group of answer choices

Similar view for one application can be refactored for another application with different data because the view is simply handling how the data is being displayed to the user.

Back-end developers can design the structure of the data and how user interacts with it without requiring the user interface to be completed

The front-end developers are able to design and test the layout of the application prior to the data structure being available.

None of the above

A

Similar view for one application can be refactored for another application with different data because the view is simply handling how the data is being displayed to the user.

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

Later frameworks for Java, such as Spring continued the strong bond between Java and MVC that was released on?
Group of answer choices

September 2002

October 2002

November 2002

December 2002

A

October 2002

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

XML is an example of:
Group of answer choices

MVC as GUI

MVC as WEB

A

MVC as WEB

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

Eiffel is an example of:
Group of answer choices

MVC as GUI

MVC as WEB

A

MVC as GUI

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

Dynamic Instantiation is one of the objectives of 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 also enables you to incorporate your own scripts, or even develop core libraries for the system, enabling you to work in a way that makes the most sense to you.

17
Q

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

True

False

18
Q

Rotating refers to the system of numbering pages-a list of numbered links ?
Group of answer choices

True

False

19
Q

Model refers to information that is being presented to a user.
Group of answer choices

True

False

20
Q

Apache Pivot is an example of:
Group of answer choices

MVC as GUI

MVC as WEB

21
Q

It is a software design pattern commonly used for developing user interfaces that divides the related program logic into three interconnected elements.
Group of answer choices

MVVM

MVP

HMVC

MVC

22
Q

C++ is an example of:
Group of answer choices

MVC as GUI

MVC as WEB

23
Q

GTK+ is an example of:
Group of answer choices

MVC as GUI

MVC as WEB

24
Q

HMVC allows the developers to maintain modular grouping of Controller, Models and View arranged in a sub-directory format.
Group of answer choices

True

False

25
CodeIgniter was created with the following objectives except for: Group of answer choices Dynamic Instantiation Component Singularity Template Engine Loose Coupling
Template Engine
26
Which refers to the system of numbering pages-a list of numbered links ? Group of answer choices Rotating Pagination Cropping All of the above
Pagination
27
File uploading class is one of the features of CodeIgniter Group of answer choices True False
True
28
CodeIgniter does come with a simple template parser that can be optionally used, so it does require a template engine. Group of answer choices True False
False