AKTU -3 Computer System Security Quiz Answer
AKTU Computer System Security 3 Quiz Answer
Question .1- Which of the following programming languages have common buffer overflow problem in the development of applications ?
- C, Ruby
- C, C++
- Python, Ruby
- C, Python
Question .2-Which type of buffer overflows are common among attackers ?
- Memory-based
- Queue-based
- Stack-based
- Heap-based
Question .3- In _________ attack, malicious code is pushed into ______.
- buffer-overflow, stack
- buffer-overflow, queue
- buffer-overflow,memory-card
- buffer-overflow,external drive
Question .4- 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
Question .5- A string which contains ___________ parameter/s, is called ______ string.
- Format, text
- Text, format
- text and format, format
- None of the above

Comments
Post a Comment