Qualifier Set B

Qualifier Set B

University

25 Qs

quiz-placeholder

Similar activities

Parallel Computing Quiz

Parallel Computing Quiz

University

25 Qs

C++ OOPs Concepts & Inheritance Quiz

C++ OOPs Concepts & Inheritance Quiz

University

20 Qs

Introduction to C++

Introduction to C++

University

20 Qs

DataScience -6 & 7

DataScience -6 & 7

University

20 Qs

Programming Lab Quiz

Programming Lab Quiz

University

25 Qs

Computer Networks CT-1

Computer Networks CT-1

University

20 Qs

SCAVENGER

SCAVENGER

University

25 Qs

Computer Networks CT-4

Computer Networks CT-4

University

20 Qs

Qualifier Set B

Qualifier Set B

Assessment

Quiz

Engineering

University

Hard

Created by

Kevin CSE

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which cryptographic algorithm is widely used in blockchain technology for digital signatures?

  1. RSA

  1. SHA-256

ECDSA

AES

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

Which software development tool does this logo represent?

IntelliJ IDEA

Visual Studio Code

Eclipse

  1. NetBeans

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If an algorithm has a time complexity of O(n log n), which scenario below could match this complexity?

  1. Finding an element in a balanced binary search tree (BST)

  1. Sorting an array using Merge Sort.

  1. Computing the Fibonacci sequence using recursion

  1. Solving the N-Queens problem

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

Identify the Cybersecurity Threat

Spyware
Ransomware
Malware
Phishing

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is the correct way to define a function in JavaScript?

function myFunction[] { }


function myFunction() { }


def myFunction() { }


function Function() {}

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In Python, which of the following will raise a TypeError?

"5" + 5

5 + 5

 5 * 5

‘5’ + 5

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What was the first programming language?

Python

Assembly

FORTRAN

COBOL

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?