Which of the following fields in an email header allows you to send a copy of a message to a recipient without their email address being visible to other recipients? MCQ with Answer and Explanation

Which of the following fields in an email header allows you to send a copy of a message to a recipient without their email address being visible to other recipients?
A. Subject
B. Bcc
C. To
D. Cc
Answer: Option B
Solution (By JKSSB Mock Tests)
Bcc stands for Blind Carbon Copy. Addresses added to the Bcc field are hidden from all other recipients of the email.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which protocol offers a lightweight, connectionless transmission method that prioritizes speed over data arrival validation, often used for online live video streaming?
A. TCP
B. HTTP
C. POP3
D. UDP

Correct Answer: Option D


Explanation:
UDP (User Datagram Protocol) is a connectionless transport protocol that transmits data packets rapidly without setting up an overhead verification connection, ideal for real-time streams.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which specific browser technology or feature allows web developers to evaluate and track the precise network transmission speeds and load times of individual page elements natively?
A. Local server cache monitoring layout
B. Standard bookmark navigation panel
C. Network Panel / Network Tab
D. Incognito browser window frame

Correct Answer: Option C


Explanation:
The Network tab inside browser Developer Tools maps out precise asset timelines, showing status codes, payload sizes, and connection times for every element fetched during a page load.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which file is placed on a website's server to give instructions to search engine web crawlers about which paths and directories should not be scanned or indexed?
A. sitemap.xml
B. htaccess
C. index.html
D. robots.txt

Correct Answer: Option D


Explanation:
The robots.txt file is a standard text file used by websites to guide web robots and crawlers regarding which parts of the site they are allowed to index.

This question belongs to: Computer Internet and Web Technologies