Prob. prog 2

Prob. prog 2

University

10 Qs

quiz-placeholder

Similar activities

Basics Of C Programming

Basics Of C Programming

University

10 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

Java Static

Java Static

University

10 Qs

1. hét

1. hét

University

10 Qs

while

while

University

6 Qs

Printf, scanf

Printf, scanf

University

12 Qs

C - Pointers

C - Pointers

University

10 Qs

C++ Puntatori

C++ Puntatori

University

9 Qs

Prob. prog 2

Prob. prog 2

Assessment

Quiz

Computers

University

Medium

Created by

MTakács Judit

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mi a különbség a List és a Array között C#-ban?

A List mérete dinamikusan változhat, az Array mérete fix

Az Array mérete dinamikusan változhat, a List mérete fix

Mindkettő mérete fix

Mindkettő mérete dinamikusan változik

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hogyan hozhatsz létre egy kétdimenziós tömböt C#-ban?

int[2][2] matrix = new int[3,3];

int[,] matrix = new int[3,3];

int[][] matrix = new int[3,3];

int[] matrix = new int[3,3];

3.

WORD CLOUD QUESTION

1 min • Ungraded

Media Image

Mi a kimenete a következő kódnak?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mire használható a Dictionary C#-ban?

Sorozatok tárolására

Kulcs-érték párok tárolására

Többdimenziós tömbök tárolására

Láncolt listák tárolására

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Mi a kimenete a következő kódnak?

4

5

6

Végtelen ciklus

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Melyik C# adatszerkezet használható LIFO (Last In, First Out) elv alapján?

Queue

List

Stack

Array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Melyik ciklus garantálja az egyszeri végrehajtást, még akkor is, ha a feltétel hamis?

for

while

do-while

foreach

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?