Quiz 2 - Web Frameworks part 1

Quiz 2 - Web Frameworks part 1

University

9 Qs

quiz-placeholder

Similar activities

Quiz on Project Management and Information Technology

Quiz on Project Management and Information Technology

University

10 Qs

SPM Pre-test

SPM Pre-test

University

10 Qs

Repaso Unidad I | CMS

Repaso Unidad I | CMS

University

10 Qs

Quiz serviciosWeb

Quiz serviciosWeb

University

7 Qs

Lab - 01 : Class Participation

Lab - 01 : Class Participation

University

8 Qs

ADBM_Quiz_2_Section_D

ADBM_Quiz_2_Section_D

University

10 Qs

Pengenalan Profesi Bidang PPLG

Pengenalan Profesi Bidang PPLG

10th Grade - University

10 Qs

ADBM_Quiz_2_Section_A

ADBM_Quiz_2_Section_A

University

10 Qs

Quiz 2 - Web Frameworks part 1

Quiz 2 - Web Frameworks part 1

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Mary Ordonio

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

He created PHP in 1994 as a set of Common Gateway Interface (CGI) scripts

Rasmus Lerdorf

Andi Gutmans

Zeev Suraski

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

When it was created in 1994, PHP initially stands for?

Hypertext Preprocessor

Personal Home Page

3.

MULTIPLE SELECT QUESTION

45 sec • 3 pts

Select from the following choices which are examples of PHP framework. (This is a multiple answer question)

Yii

Code Igniter

Slim

Django

Ruby on Rails

4.

FILL IN THE BLANK QUESTION

3 mins • 3 pts

Based on discussion, give at least 1 criteria how to choose the right PHP framework (please write your answer in lowercase)

5.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Select the correct arrangement of steps in configuring Laravel

Install composer, Create new Laravel Project, Navigate to the project directory, Start local development server

Install Composer, Start local development server, Navigate to the project directory, Create new Laravel Project

Create new Laravel Project, Navigate to the project directory, Start local development server, Install Composer

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

It is a function or class in a web framework that handles user requests and return responses.

Model

View

Controller

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

It is a type of view that is easy to understand for small projects and are defined as python functions.

Function-Based Views

Class-Based Views

8.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

It process requests/responses before and after reaching the View

Model

View

Controller

Middleware

9.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

True or False. Class-Based Views are useful for larger projects with complex logic

True

False