
Soal Harian Pertemuan 2 PWPB XII RPL

Quiz
•
Information Technology (IT)
•
12th Grade
•
Easy
sulthan Shihab
Used 7+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
Dalam alur aplikasi Laravel, komponen yang bertugas mengarahkan setiap permintaan (request) dari browser ke fungsi atau Controller yang tepat di aplikasi adalah...
Middleware
View
Service Provider
Router
Model
2.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
File utama di Laravel yang digunakan untuk mendefinisikan route untuk aplikasi web Anda berada di folder...
config/app.php
app/Http/Controllers
resources/views
database/migrations
routes/web.php
3.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
Metode HTTP yang paling umum digunakan untuk mengambil atau menampilkan data dari server, seperti menampilkan halaman homepage atau daftar produk, adalah...
DELETE
GET
PUT
POST
PATCH
4.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
Perintah Artisan yang paling tepat untuk membuat Controller baru bernama StudentController adalah...
php artisan create:controller StudentController
composer make:controller StudentController
php artisan make:model StudentController
php artisan make:controller StudentController
php artisan generate:controller StudentController
5.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
Jika Anda memiliki route Route::get('/profil', [UserController::class, 'showProfile']);, bagian showProfile merujuk pada...
Nama database yang akan diakses.
Nama file CSS yang akan dimuat.
Nama Model yang akan digunakan.
Nama View yang akan ditampilkan.
Nama method di dalam UserController yang akan dieksekusi.
6.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
Apa alasan utama memisahkan logika aplikasi ke dalam Controller, alih-alih menuliskannya langsung di closure route di web.php?
Agar aplikasi menjadi lebih lambat.
Untuk menyembunyikan kode dari developer lain.
Untuk menjaga kode tetap terorganisir, maintainable, dan lebih skalabel.
Karena closure route tidak dapat berinteraksi dengan Model.
Untuk menghilangkan kebutuhan akan View.
7.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
Anda ingin membuat halaman "Kontak Kami" yang menampilkan informasi kontak. Setelah membuat Controller ContactController dan method index(), bagaimana Anda akan mendefinisikan route di web.php untuk URL /contact?
Route::contact('/contact', [ContactController::class, 'index']);
Route::view('/contact', 'contact.index');
Route::get('/contact', [App\Http\Controllers\ContactController::class, 'index']);
Route::get('/contact', 'ContactController@index');
Route::page('/contact', ContactController::class);
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Intro to Web Design Quiz

Quiz
•
12th Grade
20 questions
Dasar Microsoft Excel

Quiz
•
9th - 12th Grade
20 questions
E-Tech

Quiz
•
11th Grade - University
25 questions
OJM 3 - 2024

Quiz
•
12th Grade
25 questions
Sumatif Semester II_PBO (Pemrograman Berorientasi ObjeK)_RPL

Quiz
•
12th Grade
25 questions
Remedial Penilaian Sumatif Akhir Jenjang

Quiz
•
12th Grade
25 questions
MVC Quiz

Quiz
•
12th Grade
20 questions
Quiz tentang Google Colab

Quiz
•
10th Grade - University
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
21 questions
Set SMART Goals

Lesson
•
9th - 12th Grade
20 questions
Lab Equipment Quiz Chemistry

Quiz
•
9th - 12th Grade