What type of internet facility acts as an online collaborative discussion workspace where users post messages chronologically under themed category headers called 'Threads'? MCQ with Answer and Explanation

What type of internet facility acts as an online collaborative discussion workspace where users post messages chronologically under themed category headers called 'Threads'?
A. An unlinked text documentation layout
B. A localized browser cache data block
C. An Internet Forum / Message Board
D. An FTP repository link path
Answer: Option C
Solution (By JKExamLibrary)
Internet forums organize user discussions into topical threads, creating searchable, asynchronous text conversation archives over the web.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What does the acronym CSS stand for?
A. Computer Style Sheets
B. Creative Style Sheets
C. Cascading Style Sheets
D. Common Style Sheets

Correct Answer: Option C


Explanation:
CSS stands for Cascading Style Sheets, used to describe the presentation of a document written in HTML.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the primary function of a web browser's 'Cookie' file storage management system?
A. To hold persistent or temporary text string data blocks used to remember session preferences and tracking profiles
B. To host background email client delivery routines
C. To compress structural HTML files to accelerate local render logic
D. To protect against inbound server crash sequences

Correct Answer: Option A


Explanation:
Cookies allow web servers to save short strings of state or identifying data within a user's browser, enabling features like persistent shopping carts or login sessions.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the default port for HTTPS?
A. 443
B. 21
C. 80
D. 8080

Correct Answer: Option A


Explanation:
HTTPS uses port 443 by default. Port 80 is for HTTP, 8080 is often used as alternative HTTP, and 21 is for FTP.

This question belongs to: Computer Internet and Web Technologies