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
-
Passwords
-
Group names
-
Both 1 and 2
-
None of these
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.
-
encryption
-
cryptanalysis
-
cryptsynthesis
-
none of these
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.
-
symmetric
-
asymmetric
-
symantic
-
none of these
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.
-
symmetric
-
asymmetric
-
symantic
-
none of these
A
Correct answer
Explanation
Symmetric cryptography uses a single secret key for both encryption and decryption. This requires both sender and receiver to securely share the key beforehand. Asymmetric cryptography uses different keys for each operation.
-
plain
-
cipher
-
both 1 and 2
-
none of these
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.
-
plain
-
cipher
-
both 1 and 2
-
none of these
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.
-
Acceptance
-
Rejection
-
Protection
-
Capability
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.
-
key
-
lock
-
unlock
-
none of these
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.
-
Hierarchies
-
Lists
-
Both 1 and 2
-
None of these
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.
-
acceptance
-
rejection
-
neutral
-
none of these
B
Correct answer
Explanation
False rejection ratio measures the rate at which a biometric or authentication system incorrectly rejects legitimate users who should be granted access. It represents the system's failure to recognize authorized users.
-
privacy invasion
-
hardware failure
-
fraudulent manipulation of data
-
all of above
-
biometrics
-
compression
-
encryption
-
ergonomics
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.
-
Restrict access to the web server; keep a minimum number of ports open.
-
Limit the users who can load software, edit or add files.
-
Add demo programs, so users can test the system without accessing production data.
-
Remove unnecessary compilers and interpreters.
-
symmetric cryptosystem
-
asymmetric cryptosystem
-
block cypher
-
digital signature
-
configuration
-
accessibility
-
authentication
-
logging in
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.