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
  1. <a href="url" target="_blank">

  2. <a href="url" target="new">

  3. <a href="url" new>

  4. <a window="url" new>

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

The target="_blank" attribute opens a link in a new browser window or tab. This is the standard HTML approach for opening links in new windows (option A). Target="new" is not a valid HTML value.

Multiple choice technology testing
  1. Virtual Users

  2. Hits per sec

  3. Transactions per second

  4. HTTP response per second

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

LoadRunner's goal-oriented scenarios define target metrics like number of Virtual Users, Hits per Second, and Transactions per Second (Response Time is also a common goal). HTTP responses per second is not a standard goal type - this metric is typically analyzed under Hits per Second or Transaction throughput categories.

Multiple choice technology web technology
  1. Get

  2. Post

  3. Both

  4. None

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

The GET method sends data via URL parameters, which appear in the query string after the '?' character. POST sends data in the request body, not the URL. Therefore GET is the correct answer for sending input via URL. Option B is incorrect because POST doesn't use URLs. Option C is wrong because only GET uses URLs.

Multiple choice technology web technology
  1. universal resource locator

  2. unidentified resource locator

  3. uniform resource locator

  4. unidentified random locator

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

URL stands for Uniform Resource Locator, which specifies the address of a resource on the internet. Option A incorrectly uses 'Universal,' which is a common misconception - the official standard is 'Uniform.' Options B and D are clearly incorrect with 'unidentified' being inappropriate for addressing.

Multiple choice technology web technology
  1. World-Wide Web

  2. World Wide Website

  3. World Wide Web

  4. World Wide Webbies

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

WWW stands for World Wide Web, which connects documents across the internet through hyperlinks. Option A incorrectly uses hyphens between words, while Option B adds 'site' which isn't part of the standard. Option D is clearly incorrect with 'Webbies' being nonsensical.

Multiple choice technology web technology
  1. Database

  2. Web page

  3. Portal Collaboration Software.

  4. Editor

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

SharePoint is a web-based collaboration platform and portal software that integrates with Microsoft Office. It provides document management, content management, and collaboration features. It is not just a database, web page, or text editor - it's a comprehensive collaboration platform.

Multiple choice technology web technology
  1. It’s a methods for providing prepackaged site and list content.

  2. URL

  3. Port number

  4. Web definition

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

A site definition in SharePoint is a method for providing prepackaged site and list content templates that define the structure, configuration, and initial content of new sites. It's not a URL, port number, or web definition - it's a template mechanism for rapid site provisioning with consistent structure and features.

Multiple choice technology operating systems
  1. inetcpl.cpl

  2. internet.cpl

  3. inetprop.cpl

  4. configint.cpl

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

inetcpl.cpl is the Control Panel file that opens Internet Properties in Windows. The name stands for 'Internet Control Panel'. This CPL file provides access to Internet Explorer settings, connection configurations, security settings, and browsing history options. internet.cpl, inetprop.cpl, and configint.cpl are not valid Windows CPL files.

Multiple choice technology packaged enterprise solutions
  1. after

  2. before

  3. simutaneoulsy

  4. can't say

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

When a popup page is activated, the Activate PeopleCode for the popup page executes AFTER the page activate event for the main page has completed. This sequencing ensures the main page is fully processed before the popup logic runs.

Multiple choice technology packaged enterprise solutions
  1. internet solutions

  2. intranet solutions

  3. integration technologies

  4. all the above

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

PeopleSoft Pure Internet Architecture is designed to leverage all aspects of PeopleSoft's technology stack - including internet solutions, intranet solutions, and integration technologies. It's a comprehensive architecture that enables web-based access to PeopleSoft applications and integrates with various systems.

Multiple choice technology enterprise content management
  1. Content Author

  2. Content Manager

  3. Web Developer

  4. Administrator

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

In Documentum Web Publisher, the Web Developer role is responsible for creating the technical content that makes up web pages, including templates, presentation files, and the code structure. Content Authors create the actual content, Content Managers oversee the publishing workflow, and Administrators handle system configuration.

Multiple choice technology enterprise content management
  1. Snapshot of website

  2. Stamped with date and time and captures everything needed to replicate the site

  3. Stored in edition cabinet in repository

  4. Created using active contents only

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

An edition in Documentum Web Publisher is a complete snapshot of a website at a specific point in time, stamped with date and time. It captures everything needed to replicate that exact state of the site and is stored in the edition cabinet in the repository. Editions capture all content (both active and inactive) to provide a complete historical record.

Multiple choice technology enterprise content management
  1. Webtop

  2. Site Caching Services

  3. Webpublisher

  4. WDK

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

Documentum Webpublisher is the specific browser-based application designed for content creation, review, and publishing to websites. Webtop acts as a general document management client, WDK is the underlying web development kit framework, and Site Caching Services is responsible for content delivery and caching.