CSS Quiz 3 AKtu - Scifi Curoisity
  • CSS Quiz 3 AKtu





    Q1) Which of the following programming languages have common buffer overflow problem in the development of applications ?

    • C, Ruby
    • C, C++
    • Python, Ruby
    • C, Python
    • Note:- C and C++ languages because they expose low level representational details of buffers as containers for data types..

    • Q2) Which type of buffer overflows are common among attackers ?

    • Memory-based
    • Queue-based
    • Stack-based
    • Heap-based
    • Note:-  Stack-based buffer overflows, which are more common among attackers, exploit applications and programs by using what is known as a stack, the memory space used to store user input.

    Q:3. In _________ attack, malicious code is pushed into ______.

    • buffer-overflow, stack
    • buffer-overflow, queue
    • buffer-overflow,memory-card
    • buffer-overflow,external drive

    Note:Malicious code can be pushed into the stack during the buffer-overflow attack. The overflow can be used to overwrite the return pointer so that the control-flow switches to the malicious code. 


    Q4) In case of integer overflow, Which of the following option/s is/are true ?

    • It is a result of an attempt to store a value greater than the maximum value an integer can store
    • Integer overflow can compromise a program's reliability and security
    • Both A and B
    • None of the above

    Note:- In case of integer overflow, so It is a result of an attempt to store a value greater than the maximum value an integer can store and Integer overflow can compromise a program's reliability and security is are true .


    Q5) A string which contains ___________ parameter/s, is called ______ string.

    • Format, text
    • Text, format
    • text and format, format
    • None of the above

    Note:- A string Which contains Text parameter/s is called Format string.

  • You might also like

    No comments :

    Post a Comment

Featured

CSS Quiz 8 AKTU Prutor

  Q:1.  Password should be combination of ____. (according to the video lecture). 1. Lower case letters only 2. Memorable names and dates 3....

Tags

Recommended Posts

randomposts

Trending This Week

CSS Quiz 8 AKTU Prutor

  Q:1.  Password should be combination of ____. (according to the video lecture). 1. Lower case letters only 2. Memorable names and dates 3. Upper case and lower-case letters, numbers and non letter characters 4. -> Upper case and lower-case letters, numbers and symbols Reason: The key aspects of a strong password are length (the longer the better); a mix of letters (upper and lower case), numbers, and symbols, no ties to your personal information, and no dictionary words Q:2.  The cookies we use, are sent with ______, which in general, _____ the performance. 1. only when requested,improves 2. -> every request, degrades 3. extra information, is useless for 4. None of the mentioned Reason : typically cookies are used for a variety of purposes: ... Cookies impact performance because every time you make a request to a ... an HTML file, a CSS file, an image) the browser will send the cookie in the request to the server. ... request becomes a little bigger and thus perfo...

CSS Quiz 2 aktu

Q1) The storm botnet was mainly used for _______ ? Phishing ->D-Dos Attack Hacking None of the above Reason :  The storm botnet was mainly used for Spamming. Q2) Which statement is incorrect for silent banker ? It is a trojan horse It records keystrokes, captures screens and steals confidential banking credentials and sends them to a remote attacker ->Both A and B None of the above Reason  The statement is incorrect for silent banker is Option ( c ) Both A and B. Q3) Which of the following is true for Stuxnet? It is a virus It is A botnet ->It is a computer worm A ransomware Reason :   Stuxnet is a malicious computer worm first uncovered in 2010. Q4) Which of the following is incorrect for the attack on Target Corporation? It is an example of server-side attack More than 140 million credit card information was stolen in the attack ->The attack happened in 2011 None of the above Reason:  The  attack  happened in 2011' is an  incorrect  ...

CSS Quiz 1 aktu

     Question 1)  What was the percentage increase in Zero Day Vulnerabilities in the year 2015 ?     4%     50%     100% ->    125% Question 2)  Identify the software whose vulnerability is exploited the most ?     Android     -> Browser      Adobe Flash Player     Microsoft Office Question 3) The computer vulnerabilities and exploits databases are maintained by _________.    Kaspersky Lab    Symantec Corporation   ->  MITRE Corporation      None of the above Question 4) Which of the following is/are correct with respect to Ransomware ?     It is a form of Malware     It encrypts the whole hard drive of the computer, essentially locking the user out of the entire system.     It locks the system's screen or locks the users' files unless a ransom is paid. ->All of the above.   Questi...

Featured