CTF - Quiz

CTF - Quiz

University

22 Qs

quiz-placeholder

Similar activities

Pump and Turbines

Pump and Turbines

University

20 Qs

II ECE_PCB Design Quiz

II ECE_PCB Design Quiz

University

25 Qs

Digital image processing

Digital image processing

University

25 Qs

KL3271 - Kuis #3b: Manajemen Waktu

KL3271 - Kuis #3b: Manajemen Waktu

University

25 Qs

Introduction to C++

Introduction to C++

University

20 Qs

Repaso de ortografía

Repaso de ortografía

University

23 Qs

Natural Language Processing CT-1

Natural Language Processing CT-1

University

20 Qs

Quiz sobre Comandos de Linux y Git

Quiz sobre Comandos de Linux y Git

University

25 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?