Quiz Pemrograman Lanjut 2022/2023

Quiz Pemrograman Lanjut 2022/2023

University

20 Qs

quiz-placeholder

Similar activities

Java Programming

Java Programming

University

15 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

Pointers

Pointers

University

20 Qs

Java Programming

Java Programming

University

20 Qs

UAS Struktur Data 2022

UAS Struktur Data 2022

University

20 Qs

coe java 24 june 21 7:30 to 745 pm only

coe java 24 june 21 7:30 to 745 pm only

University

20 Qs

UAS Logika dan Algoritma Pemrograman

UAS Logika dan Algoritma Pemrograman

1st Grade - University

15 Qs

Susulan PBO XIRPL (2021/2022)

Susulan PBO XIRPL (2021/2022)

11th Grade - University

20 Qs

Quiz Pemrograman Lanjut 2022/2023

Quiz Pemrograman Lanjut 2022/2023

Assessment

Quiz

Computers

University

Medium

Created by

Eko Rachmat

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Manakah dari metode berikut yang merupakan titik masuk dalam program konsol C#?

public static void Program()

public static void Main()

public static void main()

semua salah

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Manakah dari berikut ini yang merupakan value type dalam C#?

Int32

Double

Decimal

Semua benar

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Semua array dimulai dengan indeks ke ___

1

0

-1

0.0

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Manakah dari berikut ini yang merupakan reference type di C#?

String

Long

Boolean

Semua salah

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah dari berikut ini cara yang benar untuk mendeklarasikan array di C#?

int[] intArray = new int[]

int intArray = new int[5]

int[] intArray = new int[5]

int[5] intArray = new int[]

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Func and Action are the types of ___

Utility function

Delegate

Event

Generic class

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

LINQ stands for ___

Language Integrated Query

Local Integration Query

Language Include Query

Lazy Integrated Query

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?