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

How to integrate Git bash With Vs code

  # Integrated-VS-code-with-git-bash Let's See How to integrate git bash with vs code  > first you need to oopen setting > sarch setting.json  > then in last you have to paste like these  >      "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"  Now you will able to use git bash terminal in vs code 

Artificial Intelligence

A RTIFICIAL INTELLIGENCE on that very rapidly increase  as we see our phone search engines like google by it's very easier to the task we can do multiple of the task at in few seconds                                                         AI is a type of software programme of computer which can able to perform task like human it is very interesting how they can interact like a human nowadays artificial intelligence we use in many of machines as we use mostly youtube there is google AI work  which calculates the type of content we watch and optimise searching some that also can take data of phone like the ram of android version for checking to enhance compatibility hanging issue of youtube they give updates 

CSS Quiz 5 AKTU

  Q1) Chroot jail is used to _______ process and its children by ________ to the supplied directory name. isolate, changing the root directory ->  change, the name execute, renaming it All of the above Reason :   A  chroot jail  is a way to isolate a process and its children from the rest of the system. It should only be  used  for processes that don't run as root, as root users can break out of the  jail  very easily Q2) Taliking about FreeBSD jail, which of the following is true ? It can only bind to sockets with specified IP address and authorized ports ->  It can communicate with processes inside and outside of jail Root is limited (example: cannot load kernel modules) None of the above Reason :   The jail mechanism is an implementation of FreeBSD's OS-level virtualisation that allows system administrators to partition a FreeBSD-derived computer system into several independent mini-systems called jails, all sharing the sam...

Featured