TECHTRIX2025 BUGHUNT SET4

TECHTRIX2025 BUGHUNT SET4

University

20 Qs

quiz-placeholder

Similar activities

Tax Goes to School

Tax Goes to School

University

15 Qs

UTAR Industrial Session

UTAR Industrial Session

University - Professional Development

15 Qs

Introduction to Hemostasis Quiz 1

Introduction to Hemostasis Quiz 1

University

20 Qs

Labor Relations and Negotations 1

Labor Relations and Negotations 1

University - Professional Development

15 Qs

Literatura 1-2

Literatura 1-2

12th Grade - University

20 Qs

Natural Resource Economics

Natural Resource Economics

University

20 Qs

Neurotransmitter

Neurotransmitter

University - Professional Development

15 Qs

Les endroits dans la ville

Les endroits dans la ville

7th Grade - University

19 Qs

TECHTRIX2025 BUGHUNT SET4

TECHTRIX2025 BUGHUNT SET4

Assessment

Quiz

Other

University

Practice Problem

Hard

Created by

Sarmistha Moharer

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the time complexity of searching for an element in an unordered array of n elements?

O(1)

O(log n)

O(n)

O(n²)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following Python code? x = "Hello" y = x[0] = "M" print(x)

"Mello"

"Hello"

Error

None

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following JavaScript snippet? console.log(2 + "2" - 1);

21

3

"21"

22

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which data structure follows First In First Out (FIFO) principle?

Stack

Queue

Heap

Tree

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will happen if you try to access an array index out of bounds in C?

Compilation error

Runtime error

Undefined behavior

Program terminates gracefully

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Identify the error in the following Java statement: int x = 10.5;

Syntax error

Logical error

No error

Runtime error

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following C code? #include int main() { int x = 5; printf("%d", x++ + ++x); return 0; }

11

12

10

Undefined behavior

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?