Technical quiz(Medium-Level)

Technical quiz(Medium-Level)

University

25 Qs

quiz-placeholder

Similar activities

Sorting algorithms (Y11)

Sorting algorithms (Y11)

8th Grade - University

20 Qs

Technical Assessment

Technical Assessment

University

20 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

DS QUIZ 2

DS QUIZ 2

University

20 Qs

CA mcq

CA mcq

University

25 Qs

DSA QUIZ

DSA QUIZ

University

20 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

20 Qs

Algorithms are not magic - AQA A Level Computer Science

Algorithms are not magic - AQA A Level Computer Science

8th Grade - University

25 Qs

Technical quiz(Medium-Level)

Technical quiz(Medium-Level)

Assessment

Quiz

Computers

University

Easy

Created by

KAVIRASU C

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the output of the following Python code?

[1, 2, 3]

[1, 2, 3, 4]

[1, 2, 4]

Error

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data structure is used for implementing recursion?

Queue

Stack

Linked List

Array

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the worst-case time complexity of the Quick Sort algorithm?

O(n)

O(n log n)

O(n²)

O(log n)​

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In SQL, which command is used to remove all records from a table without removing the table structure?

DELETE

DROP

TRUNCATE

REMOVE

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which protocol is used to send email messages from a client to a server?

FTP

SMTP

HTTP

IMAP

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a characteristic of a multithreaded process?

Multiple processes with a single thread each

A single process with multiple threads

Multiple processes with multiple threads each

A single process with a single thread​

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a valid access modifier in Java?

public

private

protected

internal​

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?