
Teknet
Authored by Putri Napitupulu
Professional Development
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
@if(){} penggunaan if pada Razor.
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
@sectionname{} syntax yang digunakan untuk membuat region.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Peranan controller adalah untuk merespon request user melalui model, memilih view yang akan dirender ke user.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a. for (int baris = 0; baris < arrayJagged.GetLength(0); baris++) { for (int baris = 0; kolom < arrayJagged.GetLength(1); baris++) { Console.Write("{0}", Jagged[baris, kolom]); } Console.WriteLine(); }
b. for (int baris = 0; baris < Jagged.GetLength(0); baris++) { for (int kolom = 0; kolom < Jagged.GetLength(1); kolom++) { Console.Write("{0}", Jagged[baris, kolom]); } Console.WriteLine(); }
c. for (int baris = 0; baris < arrayJagged.GetLength(0); baris++) { for (int kolom = 0; kolom < arrayJagged.GetLength(1); kolom++) { Console.Write("{0}", Jagged[baris, kolom]); } Console.WriteLine(); }
e. foreach (var baris in Jagged) { foreach (var elemen in baris) { Console.Write("{0}", elemen); } Console.WriteLine(); }
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
MVC adalah sebuah pattern.
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
@Html.ActionLink() adalah razor untuk membangun sebuah link.
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
@{ }@ syntax untuk ASPX.
True
False
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?