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. Passwords

  2. Group names

  3. Both 1 and 2

  4. None of these

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

Passwords are the most common authentication mechanism to verify user identity. Users provide secret passwords that only they should know, proving their identity to the system. Proper password policies and hashing are essential for maintaining security against unauthorized access.

Multiple choice
  1. encryption

  2. cryptanalysis

  3. cryptsynthesis

  4. none of these

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

Cryptanalysis is the science of analyzing information systems to discover hidden aspects of ciphers. It involves finding weaknesses in encryption algorithms to recover plaintext without knowing the key. This field drives advances in cryptography by exposing vulnerabilities.

Multiple choice
  1. symmetric

  2. asymmetric

  3. symantic

  4. none of these

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

Asymmetric cryptography, also called public-key cryptography, uses a pair of keys: a public key for encryption and a private key for decryption. This solves the key distribution problem inherent in symmetric systems. Symmetric systems use the same key for both operations, which requires secure key exchange.

Multiple choice
  1. plain

  2. cipher

  3. both 1 and 2

  4. none of these

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

In cryptography, plaintext is the original readable message, and ciphertext is the encrypted result. The encryption algorithm transforms plaintext into ciphertext using a key. Decryption reverses this process to recover the plaintext.

Multiple choice
  1. plain

  2. cipher

  3. both 1 and 2

  4. none of these

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

Plaintext refers to the original, unencrypted message that is readable by humans. Ciphertext is the encrypted version that appears scrambled. The encryption process converts plaintext to ciphertext.

Multiple choice
  1. Acceptance

  2. Rejection

  3. Protection

  4. Capability

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

A capability is an unforgeable token that grants the holder specific access rights to an object. It's like a key - possession of the capability proves authorization. Capabilities are a fundamental concept in access control systems, contrasting with access control lists that store permissions with the object.

Multiple choice
  1. key

  2. lock

  3. unlock

  4. none of these

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

Encryption algorithms require a key as a parameter - it's the secret that determines the specific transformation. Without the key, the encryption or decryption cannot be performed correctly. The same plaintext encrypted with different keys produces different ciphertexts.

Multiple choice
  1. Hierarchies

  2. Lists

  3. Both 1 and 2

  4. None of these

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

Common access control mechanisms include hierarchical approaches (like protection rings or multilevel security) and list-based approaches (like Access Control Lists). These represent two fundamental paradigms for managing permissions. Hierarchies organize by privilege levels, while lists enumerate explicit permissions.

Multiple choice
  1. biometrics

  2. compression

  3. encryption

  4. ergonomics

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

Encryption is the process of converting data into a coded form that cannot be read without the proper decryption key. This ensures data confidentiality and security during storage or transmission. Compression reduces file size but doesn't secure data, while biometrics and ergonomics are unrelated to data protection.

Multiple choice
  1. Restrict access to the web server; keep a minimum number of ports open.

  2. Limit the users who can load software, edit or add files.

  3. Add demo programs, so users can test the system without accessing production data.

  4. Remove unnecessary compilers and interpreters.

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice
  1. symmetric cryptosystem

  2. asymmetric cryptosystem

  3. block cypher

  4. digital signature

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice
  1. configuration

  2. accessibility

  3. authentication

  4. logging in

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

Authentication is the process of verifying a user's identity, typically through login credentials like username and password. It's different from authorization (what permissions an authenticated user has) or accessibility (making systems usable by people with disabilities). Configuration refers to system settings, not identity verification.