CTF - Quiz

CTF - Quiz

University

22 Qs

quiz-placeholder

Similar activities

DEEP LEARNING

DEEP LEARNING

University

20 Qs

AVINYA 2K25

AVINYA 2K25

University

19 Qs

Mastering Python Concepts

Mastering Python Concepts

University

19 Qs

Understanding Schematic and Logic Diagrams

Understanding Schematic and Logic Diagrams

University

20 Qs

CUDA Programming Quiz

CUDA Programming Quiz

University

20 Qs

Test Pelatihan Lanjut SIG

Test Pelatihan Lanjut SIG

University

20 Qs

Data Communication Post Quiz

Data Communication Post Quiz

University

20 Qs

Module 1 Quiz

Module 1 Quiz

University

20 Qs

CTF - Quiz

CTF - Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

Shiv Singh

Used 1+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Try to run the file command on a .png file, is the resolution mentioned in the output?

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What compiler would you use to compile a c++ program?

G++

GCC

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a conditional assembly instruction

JNZ

MOV

ADD

SUB

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "PWN" mean in the context of cybersecurity?

To secure a system against attacks

To gain unauthorized control over a system by exploiting vulnerabilities

To encrypt sensitive data

To monitor network traffic

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the main cause of a buffer overflow?

Using too many variables in a program

Writing more data into a buffer than it can hold

Incorrectly defining global variables

Using the wrong compiler flags

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which line in the following code snippet is vulnerable to buffer overflow?

char buffer;

strcpy(buffer, input);

printf("You entered: %s\n", buffer);

void vulnerable_function(char *input)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which OSINT tool /website is widely used for reverse image search?

Instagram

Telegram

Wikipedia

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?