CSS TECH TRIVIA - HARD LEVEL

CSS TECH TRIVIA - HARD LEVEL

University

5 Qs

quiz-placeholder

Similar activities

OOP

OOP

University

10 Qs

Structured/Traditional SDM

Structured/Traditional SDM

University

9 Qs

Chapter 1

Chapter 1

University

10 Qs

Metodologi Riset P13-Proposal

Metodologi Riset P13-Proposal

University

10 Qs

LINUX MODULE 03 QUIZ

LINUX MODULE 03 QUIZ

University

10 Qs

Quiz Network Cabling Structure - SSK20353 -  Network Technology

Quiz Network Cabling Structure - SSK20353 - Network Technology

University

10 Qs

Examen rápido 1 - Verificación y Validación

Examen rápido 1 - Verificación y Validación

University

10 Qs

CBD2234 Week 2

CBD2234 Week 2

12th Grade - University

9 Qs

CSS TECH TRIVIA - HARD LEVEL

CSS TECH TRIVIA - HARD LEVEL

Assessment

Quiz

Computers

University

Hard

Created by

Lysa Quiroz

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of the Floyd-Warshall algorithm for finding the shortest paths in a weighted graph?

O(V^2)

O(V^3)

O(V log V)

O(E log V)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In cryptography, which of the following is an example of a public-key encryption algorithm?

SHA-256

RSA

MD5

AES

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming paradigm is most closely associated with lambda calculus, and often features higher-order functions, immutability, and first-class functions?

Procedural Programming

Functional Programming

Object-Oriented Programming

Logic Programming

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the context of concurrent programming, which of the problems can arise if two or more threads access shared data simultaneously without proper synchronization?

Starvation

Deadlock

Race Condition

Priority Inversion

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the context of relational databases, what does ACID stand for?

a.    Availability, Consistency, Isolation, Durability

b.    Atomicity, Consistency, Isolation, Durability

c.     Atomicity, Concurrency, Isolation, Distribution

d.    Atomicity, Concurrency, Integrity, Durability

Availability, Consistency, Isolation, Durability

Atomicity, Consistency, Isolation, Durability

Atomicity, Concurrency, Isolation, Distribution

Atomicity, Concurrency, Integrity, Durability