Computer Science/IT MCQs
Topic Notes: Computer Science/IT
MCQs and preparation resources for competitive exams, covering important concepts, past papers, and detailed explanations.
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
51
What is the primary function of an email client?
Answer:
To send, receive, and manage emails for a user
An email client (like Outlook or Thunderbird) is an application that allows users to access, compose, send, receive, and organize their emails.
52
Which term refers to unsolicited and typically bulk electronic messages, often commercial in nature, sent without the recipient's prior consent?
Answer:
Spam
The term 'Spam' describes unsolicited bulk electronic messages, most commonly encountered as emails, that are sent without the recipient's explicit consent. These messages are often commercial advertisements, but can also contain scams or malicious content. Phishing (B) is a type of cyberattack where attackers try to trick individuals into revealing sensitive information, often through deceptive emails or websites. Malware (C) is a broad term for malicious software designed to disrupt, damage, or gain unauthorized access to a computer system. Adware (D) is software that displays unwanted advertisements.
53
Which generation of cellular systems aims to provide universal personal communication?
Answer:
Third-generation
Third-generation (3G) systems were designed to provide higher data rates and more universal services like global roaming.
54
Which of the following is a common method for filtering spam emails?
Answer:
Sender Policy Framework (SPF) and DomainKeys Identified Mail (DKIM).
SPF and DKIM are email authentication methods that help detect when an email is being forged or spoofed, thereby aiding in the identification and filtering of spam.
55
A \_\_ is a curbside unit that connects up to 96 subscriber telephones.
Answer:
Subscriber loop carrier (SLC)
An SLC is a piece of telecommunications equipment that concentrates telephone lines into a single high-speed digital link for connection to the central office.
56
Which protocol is used to send email messages from a client to a server?
Answer:
SMTP
SMTP (Simple Mail Transfer Protocol) is used for sending email messages. POP3 and IMAP are used for retrieving emails, and HTTP is for web browsing.
57
What is the primary role of a 'firewall' in network security, including email communication?
Answer:
To filter network traffic and block unauthorized access.
A firewall acts as a barrier between a trusted internal network and untrusted external networks (like the internet), controlling incoming and outgoing network traffic based on security rules.
58
Why is it generally NOT recommended to send highly sensitive personal information via unencrypted email?
Answer:
Unencrypted emails can be intercepted and read by unauthorized parties.
Unencrypted emails travel across networks in plaintext, making them vulnerable to interception and eavesdropping by malicious actors. Encryption is essential for protecting sensitive data.
59
HDSL uses which encoding method?
Answer:
2B1Q
HDSL uses 2 Binary, 1 Quaternary (2B1Q) line coding to transmit data efficiently.
60
Which protocol is associated with sending secure emails over an encrypted connection using SMTP?
Answer:
SMTPS
SMTPS (Simple Mail Transfer Protocol Secure) is the version of SMTP that uses SSL/TLS encryption for secure email transmission. POP3S and IMAPS are for secure retrieval, and HTTPS is for secure web browsing.