Security 2.2

Security 2.2

University

10 Qs

quiz-placeholder

Similar activities

Quiz on Embedded Systems and ARM Cortex-M4 Microcontroller

Quiz on Embedded Systems and ARM Cortex-M4 Microcontroller

University

15 Qs

CC QUIZ 20/5/2025 A SEC

CC QUIZ 20/5/2025 A SEC

University

15 Qs

Understanding Assembly Modelling Concepts

Understanding Assembly Modelling Concepts

University

15 Qs

Real-Time Operating Systems Quiz 1

Real-Time Operating Systems Quiz 1

University

13 Qs

Hash Table in C

Hash Table in C

University

12 Qs

DD Plan

DD Plan

University

6 Qs

Infix to Postfix Conversion Quiz

Infix to Postfix Conversion Quiz

University

10 Qs

stacks

stacks

University

10 Qs

Security 2.2

Security 2.2

Assessment

Quiz

Engineering

University

Hard

Created by

Abdul Rafay

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What issue is addressed by Certificate Transparency (CT)

Preventing unauthorized certificate issuance

Ensuring backward compatibility of certificates

Protecting against man-in-the-middle attacks

Automating certificate renewal

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What critical role does the "chain of trust" in PKI serve?

Ensuring certificate expiration

Verifying the ownership of private keys

Establishing transitive trust from Root CAs to end-entity certificates

Providing encryption algorithm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a defensive measure against rogue CAs

Use of wildcard certificates

Certificate pinning

Elliptic Curve Cryptography (ECC)

Domain validation certificates

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the key advantage of threads over processes?

Threads enforce stronger memory isolation.

Each thread has its own virtual memory.

Threads share resources and are lightweight to create.

Threads run directly on the kernel.

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What differentiates the stack from the heap in process memory?

Stack is for dynamically allocated memory, while the heap is for local variables.

Stack is used for function calls, while the heap is for dynamic memory allocation.

Stack contains shared data, while the heap is private to the process.

Stack grows downwards, while the heap grows upwards.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main goal of NOP (No Operation) instructions in assembly

To halt the processor for debugging

To optimize pipeline execution

To align code or introduce delays

To perform conditional jumps

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is the difference between test and cmp instructions

test performs subtraction; cmp performs bitwise AND

cmp is slower than test.

test performs bitwise AND; cmp performs subtraction.

test affects flags; cmp does not.

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?