Technical Quiz

Technical Quiz

University

30 Qs

quiz-placeholder

Similar activities

ITD11303 DATABASE

ITD11303 DATABASE

University

35 Qs

COMPNET REVIEW QUIZ 2

COMPNET REVIEW QUIZ 2

University

29 Qs

DBMS Intro 1

DBMS Intro 1

University

30 Qs

4.9.1.2 Communication basics

4.9.1.2 Communication basics

10th Grade - University

28 Qs

BIS Revision

BIS Revision

University

30 Qs

AWS_WEEK_3_QUIZ_ON_12-Aug_2025

AWS_WEEK_3_QUIZ_ON_12-Aug_2025

University

26 Qs

ICT - Grade 8 -  Assessment 1Revision

ICT - Grade 8 - Assessment 1Revision

8th Grade - University

26 Qs

Arkom quiz

Arkom quiz

University

27 Qs

Technical Quiz

Technical Quiz

Assessment

Passage

Computers

University

Hard

Created by

Jakkali Lokesh

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following C code? int x = 5; printf("%d", x++);

6

5

Error

Undefined Behavior

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid variable name in Python?

my_var

2variable

_value

variable_name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of the "return" statement in a function?

Print a value

Exit the function and return a value

Loop through the function

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Stack

Queue

Array

Linked List

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of searching an element in a balanced binary search tree?

O(1)

O(n)

O(log n)

O(n log n)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm has the worst-case time complexity of O(n²)?

Merge Sort

Quick Sort

Bubble Sort

Heap Sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of database model does SQL use?

Hierarchical

Relational

Network

Object-Oriented

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?