Computer Knowledge ยท General Awareness

Information Security

4,143 Questions

Information security involves protecting computer systems and data from unauthorized access, cyber threats, and damage. It is a core part of the computer knowledge section in various banking and government exams. Practicing these concepts helps in understanding digital signatures, network security, and access control effectively.

Cybersecurity threatsAccess controlCryptography basicsSecurity risk managementDatabase protection

Information Security Questions

Multiple choice
  1. A key that no one can use

  2. Front Door Key

  3. Password

  4. A key that is published for any one to use

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In asymmetric cryptography, a public key is made available to everyone so they can encrypt messages or verify signatures, while the private key remains secret.

Multiple choice
  1. When the keys to encode and decode the message are the same.

  2. When different keys are used to encode and decode a message.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Symmetric encryption uses the same secret key for both the encryption of plaintext and the decryption of ciphertext.

Multiple choice
  1. File compression

  2. Decompressing a file

  3. Sorting information A to Z

  4. Scrambling information so intended person can read

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Encryption is the process of converting information into a secret code (ciphertext) to prevent unauthorized access, ensuring only authorized parties can read it.

Multiple choice
  1. Just sounds cool?

  2. Only someone that isn't authorized can read it

  3. Only someone that is authorized can read it

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The primary goal of encryption is to secure data so that only those with the correct authorization (the key) can access and read the original information.

Multiple choice
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Symmetric encryption uses the same secret key for both encryption and decryption. The statement is false because it implies a specific type of key usage that is often contrasted with asymmetric encryption.

Multiple choice
  1. Prevent interception

  2. denies the message content to the interceptor.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Encryption does not prevent the interception of data; it only ensures that the intercepted data remains unreadable to unauthorized parties. The question is poorly phrased, but option A correctly identifies what encryption fails to stop.

Multiple choice
  1. the process of encoding messages or information

  2. the game telephone

  3. money

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Encryption is defined as the process of encoding information to prevent unauthorized access. The other options are unrelated concepts.

Multiple choice
  1. Attack

  2. Maintaining access

  3. Gaining access

  4. Reconnaissance

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The standard ethical hacking methodology begins with reconnaissance (information gathering) to identify targets and vulnerabilities before proceeding to scanning and exploitation.

Multiple choice
  1. Keyhijacking

  2. Keyjacking

  3. Keylogging

  4. Keyboard monitoring

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Keylogging is the act of recording the keys struck on a keyboard, typically in a covert manner. This allows the attacker to capture passwords and other sensitive data.

Multiple choice
  1. data driven attacks

  2. fire attacks

  3. virus attacks

  4. unauthorised access

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A firewall acts as a barrier between a trusted internal network and untrusted external networks. Its primary purpose is to control traffic and prevent unauthorized access.