Quiz Pemrograman Lanjut 2022/2023

Quiz Pemrograman Lanjut 2022/2023

University

20 Qs

quiz-placeholder

Similar activities

C programming syntax quiz

C programming syntax quiz

University

20 Qs

EC8393_FDS_MODEL EXAM_3_PART B

EC8393_FDS_MODEL EXAM_3_PART B

University

15 Qs

OOP - session 2.1 - JVM, Array, Stack

OOP - session 2.1 - JVM, Array, Stack

University

21 Qs

Arrays and pointers quiz

Arrays and pointers quiz

University

20 Qs

Arrays

Arrays

University

20 Qs

Coding Titans

Coding Titans

University

17 Qs

Array and Loops in C#

Array and Loops in C#

University

20 Qs

LOOKUP

LOOKUP

9th 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?