Q1 - Post Test KK4

Q1 - Post Test KK4

12th Grade

40 Qs

quiz-placeholder

Similar activities

AP CSP Units 1-5 Review

AP CSP Units 1-5 Review

9th - 12th Grade

35 Qs

CH 4 Business in the Free Enterprise (Pretzel)

CH 4 Business in the Free Enterprise (Pretzel)

9th - 12th Grade

40 Qs

photoshop ม.3 กลางภาค ภาคเรียนที่ 1

photoshop ม.3 กลางภาค ภาคเรียนที่ 1

10th - 12th Grade

40 Qs

Soal Latihan DPK TJKT - 2

Soal Latihan DPK TJKT - 2

9th - 12th Grade

40 Qs

IT R050 - 3.2.1 Data types

IT R050 - 3.2.1 Data types

10th Grade - University

35 Qs

Ujian Praktek TIK (PTS) Kelas 7

Ujian Praktek TIK (PTS) Kelas 7

12th Grade

35 Qs

Semana Estudiantes 2024

Semana Estudiantes 2024

9th - 12th Grade

40 Qs

The Internet - Final Recap

The Internet - Final Recap

6th - 12th Grade

45 Qs

Q1 - Post Test KK4

Q1 - Post Test KK4

Assessment

Quiz

Instructional Technology

12th Grade

Practice Problem

Medium

Created by

MasDimas MasDimas

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari direktori app/ dalam proyek Laravel?

Menyimpan file konfigurasi
Menyimpan file log
Menyimpan file view
Menyimpan file aplikasi seperti model, controller, dan service
Menyimpan file routing

Answer explanation

Dalam struktur proyek Laravel, semua file controller disimpan di dalam folder app/Http/Controllers.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Di mana file konfigurasi Laravel disimpan?

app/
config/
resources/
routes/
storage/

Answer explanation

File konfigurasi aplikasi Laravel disimpan di folder config. Di dalam folder ini terdapat berbagai file konfigurasi untuk berbagai komponen aplikasi seperti database, mail, dan lain-lain.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari direktori public/ dalam proyek Laravel?

Menyimpan file konfigurasi
Menyimpan file log
Menyimpan file view
Menyimpan file yang dapat diakses publik seperti index.php
Menyimpan file routing

Answer explanation

Folder resources digunakan untuk menyimpan file view, file bahasa (localization), dan file asset seperti CSS dan JavaScript yang belum dikompilasi.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Di mana file view Laravel disimpan?

app/
config/
resources/views/
routes/
storage/

Answer explanation

Folder routes menyimpan file yang mendefinisikan semua route dalam aplikasi Laravel. File utama untuk mendefinisikan route adalah web.php dan api.php.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari direktori routes/ dalam proyek Laravel?

Menyimpan file konfigurasi
Menyimpan file log
Menyimpan file view
Menyimpan file routing
Menyimpan file model

Answer explanation

File migrasi database disimpan di dalam folder database/migrations. File-file ini digunakan untuk mendefinisikan struktur tabel dalam database.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Di mana file migration disimpan?

app/
config/
database/migrations/
resources/
routes/

Answer explanation

Folder app adalah tempat di mana hampir semua logika aplikasi ditempatkan, termasuk model, controller, middleware, dan berbagai komponen lainnya.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari direktori storage/ dalam proyek Laravel?

Menyimpan file konfigurasi
Menyimpan file log, sesi, dan cache
Menyimpan file view
Menyimpan file routing
Menyimpan file model

Answer explanation

Folder public adalah tempat di mana semua file yang dapat diakses publik ditempatkan, seperti file index.php, dan file asset yang telah dikompilasi seperti CSS, JavaScript, dan gambar.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?