A type of malicious code string configured to remain hidden and completely dormant inside a database system until a precise system clock threshold triggers its execution is a/an: MCQ with Answer and Explanation

A type of malicious code string configured to remain hidden and completely dormant inside a database system until a precise system clock threshold triggers its execution is a/an:
A. Computer Worm
B. Rootkit Module
C. Logic Bomb
D. Macro Virus
Answer: Option C
Solution (By JKSSB Mock Tests)
Logic bombs are snippets of malicious code hidden within legitimate software programmed to activate only when specific conditions are met.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1
Which type of network security exploit uses a fake wireless router with the exact same SSID label as a corporate office network to trick workers into connecting so the attacker can log their data traffic?
A. DDoS Flood
B. Brute Force Cracking
C. Evil Twin Attack
D. SQL Injection Squeeze

Correct Answer: Option C


Explanation:
An Evil Twin attack clones a legitimate Wi-Fi access point configuration to trick users into connecting, allowing the attacker to monitor network traffic.

This question belongs to: Computer Cyber Security
Question #2
What form of security exploit occurs when an application inputs more variable data into a memory block than it can hold, overwriting nearby execution instructions with malicious payloads?
A. Zero-Day Exploit
B. Buffer Overflow
C. SQL Injection
D. Cross-Site Scripting

Correct Answer: Option B


Explanation:
Buffer overflows occur when input variables exceed memory segment boundaries, allowing malicious payloads to alter memory instructions and execute arbitrary commands.

This question belongs to: Computer Cyber Security
Question #3
Which software utility evaluates file directories by calculating SHA-256 hashes, alerting administrators if any core application files have been modified or corrupted?
A. Firewall Packet Filter
B. Sandbox Controller
C. File Compression Engine
D. Integrity Checker

Correct Answer: Option D


Explanation:
Integrity checkers calculate cryptographic hashes of files, comparing them to known vendor benchmarks to verify the file hasn't been modified.

This question belongs to: Computer Cyber Security