Computer Knowledge

Internet and Web

1,557 Questions

The Internet and Web encompass global networks, web portals, browsers, and online communication tools. This hub provides questions on basic internet concepts, email structures, and web terminology. Strong knowledge here is vital for scoring well in computer awareness sections.

Web browsersEmail conceptsWorld Wide WebWeb portalsInternet terminology

Internet and Web Questions

Multiple choice technology web technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The OutputCache directive caches based on URL and parameters, not device type. Without device-specific caching logic (like VaryByCustom), a mobile device making the same URL request could receive the desktop-cached version. The statement that it will 'never' receive the cached page is false.

Multiple choice technology web technology
  1. "hello world"

  2. "lo"

  3. "mary had a little lamb"

  4. "Arpanet, cyberspace"

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The first ARPANET message was 'lo' - the system crashed after the first two letters 'lo' of 'login' were transmitted. This occurred in 1969 during the first ARPANET host-to-host communication between UCLA and Stanford Research Institute. 'Hello world' is a programming tradition, not a network message.

Multiple choice technology web technology
  1. "hello world"

  2. "lo"

  3. "mary had a little lamb"

  4. "Arpanet, cyberspace"

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The first ARPANET message sent was 'LO' - intended to be 'LOGIN' but the system crashed after the first two letters. This historic moment occurred on October 29, 1969, between UCLA and Stanford Research Institute. 'hello world' is programming tradition, not networking history.

Multiple choice technology web technology
  1. Mobile Widgets

  2. Location

  3. Content

  4. Messaging

  5. None of above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The question asks which is NOT a principle of Mobile Web 2.0. All listed items (Mobile Widgets, Location, Content, Messaging) are indeed principles/features associated with Mobile Web 2.0. Therefore, 'None of above' is the correct choice as there is no item in the list that is not a principle.

Multiple choice technology web technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

'Full Web browsing' means the mobile browser can render standard web content (HTML, CSS, JavaScript) similarly to desktop browsers, but this does not mean delivering a 'desktop-like' experience. Mobile browsers have constraints (screen size, input methods, processing power) that fundamentally differ from desktop browsing. The full web capability refers to compatibility and rendering capability, not replicating the desktop experience.

Multiple choice technology web technology
  1. Top Level Document

  2. Top Level Domain

  3. Both a & b above

  4. None of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In internet terminology and domain naming systems, TLD stands for Top Level Domain. TLDs are the last segment of a domain name (e.g., .com, .org, .net, .edu). 'Top Level Document' is not a standard term in internet or mobile web terminology.

Multiple choice technology testing
  1. 10 seconds

  2. 60 seconds

  3. 20 seconds

  4. 30 seconds

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In QTP/UFT, the default setting for the Web browser navigation timeout is 60 seconds. Other options like 10, 20, or 30 seconds are common user modifications but not the default installation setting.

Multiple choice technology web technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To solve this question, the user needs to know the meaning of MIME.

The statement is true.

Explanation:

MIME stands for Multipurpose Internet Mail Extensions. It is an internet standard that extends the format of email messages to support text in character sets other than ASCII, as well as attachments of audio, video, images, and application programs. Therefore, option A is the correct answer.

The Answer is: A

Multiple choice technology web technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTTP (Hypertext Transfer Protocol) is the foundation of data communication on the World Wide Web, defining how messages are formatted and transmitted between web servers and browsers. Every web address starts with http:// or its secure variant https://.

Multiple choice technology web technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

W3C (World Wide Web Consortium) is the main international standards organization for the Web, founded by Tim Berners-Lee. It develops specifications and guidelines to ensure long-term growth and interoperability of web technologies like HTML, CSS, and XML.

Multiple choice technology packaged enterprise solutions
  1. Primary Page

  2. Secondary Page

  3. Parameter Page

  4. Local Page

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Pega, the interest page is another term for the primary page. It represents the clipboard page that is currently the main focus of execution or processing for a rule or activity. Secondary, parameter, and local pages serve different purposes, such as passing parameters or holding temporary helper data.

Multiple choice technology testing
  1. 10 seconds

  2. 60 seconds

  3. 20 seconds

  4. 30 seconds

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The default browser navigation timeout in QTP/UFT is 60 seconds. This timeout controls how long the tool waits for a browser navigation operation (like page load) to complete before timing out. Options A (10s), C (20s), and D (30s) are incorrect default values.

Multiple choice technology security
  1. Burp Suite

  2. Paros

  3. Web Scarab

  4. WireShark

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Burp Suite, Paros, and WebScarab are all web application interception proxies. Wireshark is a general-purpose network packet analyzer, making it the odd one out.

Multiple choice technology security
  1. improving the website performance

  2. making the website easy to find in search engines

  3. for improving the security of application software

  4. improving the website GUI

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

OWASP (Open Web Application Security Project) is an open community dedicated to improving the security of software, particularly web applications. Option C is correct. They produce resources like the OWASP Top 10, testing guides, and security standards. Options A (performance), B (SEO), D (GUI) are incorrect - these are not OWASP's focus.