Quiz 2 - Web Frameworks part 1

Quiz 2 - Web Frameworks part 1

University

9 Qs

quiz-placeholder

Similar activities

UAS Praktikum PWL

UAS Praktikum PWL

University

10 Qs

Project Management Quiz

Project Management Quiz

University

10 Qs

ИнфоShow

ИнфоShow

University

13 Qs

CHAPTER 4: SYSTEM ANALYSIS AND DESIGN

CHAPTER 4: SYSTEM ANALYSIS AND DESIGN

University

7 Qs

Asistensi Praktikum SBD Week #7

Asistensi Praktikum SBD Week #7

University

9 Qs

SOAL LATIHAN 2

SOAL LATIHAN 2

9th Grade - University

10 Qs

Cultural Insights: Apologizing Across the World

Cultural Insights: Apologizing Across the World

University

14 Qs

MongoDB Concepts 2

MongoDB Concepts 2

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