SECTIONA: TRUE OR FALSE
This section consist of 20 questions. Answer all the questions
Each correct answer is allocated 2 Marks
Write True or False for Questions 1 to 20.
1. Passive attacks and Active attacks are types of attacks.
[2 Marks]
2. Malware stands for Multipurpose software.
[2 Marks]
3. In order to ensure the security of the data/ information, we need to Decrypt the data. [2 Marks]
4. Hackers usually use the computer virus to send good will messages to users. [2 Marks]
5. To protect the computer system against the hacker and different kind of viruses, one must
always keep firewall on in the computer system.
[2Marks]
6. A software program or a hardware device that filters all data packets coming through
the internet, a network, etc, is known as Cookies.
[2 Marks]
7. Worm is considered as an unsolicited commercial email.
[2 Marks]
8. One way to prevent password attack is use of surname as password.
[2 Marks]
9. Ransomware is a type of malware that encrypts data to make it inaccessible to computer
users.
[2 Marks]
10. External attacks involve someone outside the organization carrying out an attack. [2Mks]
11. Denial of Service (DoS) and Distributed Dos are not the same.
[2 Marks]
12. Passive attacks and Active attacks are types of attacks.
[2 Marks]
13. Since cyber attackers are now using Artificial Intelligence (Al) tools to carryout attacks, it is
essential for organisations to Upgrade their protection mechanism from conventional
defense to Al-based defense mechanism.
[2 Marks]
14. Additional functionalities to cater for the shortcomings of IPV4, includes, security,
authentication and integrity.
[2 Marks]
15. A malware analyst is a cyber security professional trained to study and analyze malicious
software (malware)
[2 Marks]
16. SQL injection is a technique used to exploit user data through web page input by injecting
SQL commands as statements.
[2 Marks]
17. Attachments should always be treated with caution, even if you know the sender [2 Marks]
18. Command injection is a database injection technique that exploits a security flaw. [2Mks]
19. The netid of the IP Address: 129.198.189.129 is 129.198.110.0
[2 Marks]
20. If a user continues to enter a wrong password in the Python code segment below,
the print statement will print 5.
[2 Marks]
attempts= 1
while attempts< 7:
username = input('Enter your username: ')
password= input('Enter your password:')
if username == 'admin' and password == 'admin123':
print('You have successfully logged in.')
break
else:
print('lncom:::ct credentials. Check if you have Caps lock on and try again.')
attempts+= 1
continue
2