Tut_03

Tut_03

University

12 Qs

quiz-placeholder

Similar activities

09-JS-объекты и работа с ними

09-JS-объекты и работа с ними

University

16 Qs

Web_FE_BASIC_SS25

Web_FE_BASIC_SS25

University

15 Qs

Sorting Algorithms Quiz

Sorting Algorithms Quiz

University

14 Qs

Quiz Intro

Quiz Intro

University

14 Qs

DSA (Quiz 1) Arrays and Linked Lists

DSA (Quiz 1) Arrays and Linked Lists

University

15 Qs

Understanding Arrays and Loops in JavaScript

Understanding Arrays and Loops in JavaScript

11th Grade - University

7 Qs

Session 08: Array

Session 08: Array

University

16 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st Grade - University

15 Qs

Tut_03

Tut_03

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Nils Lambrecht

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Was ist die Laufzeit um ein Element aus einer Liste auszulesen? (Vorgänger unbekannt, n:= Listen länge)

O(n)

O(log(n))

O(1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Was ist die (Worst-Case)Laufzeit um an einer beliebigen Stelle in ein Array einzufügen

O(1)

O(n)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Was ist die Laufzeit von pushback bei einem Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Was ist die Größe eines Arrays

Die Anzahl der Elemente

Die Anzahl der Reservierten Speicherplätze

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Was ist bei einem Array größer (oder gleichgroß)?

Kapazität

Größe

Länge

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Welche Operationen unterstützt eine Queue?

popBack()/exqueue

popFront()/dequeue

get(i)/interqueue

pushBack()/enqueue

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Nach welchem Prinzip funktioniert ein Stack?

RAM

FiFo

LiFo

FiFa

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?