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 2.0
  1. They get better as more people use it

  2. Multiple users schedule their time to use it one by one

  3. They provide users with content rather than asking users to create it

  4. Web 2.0 application refers to a new version of a web 1.0 application

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

Web 2.0 applications rely on user participation and network effects, meaning their utility and database of content grow and improve as the user base expands. They do not require scheduled sequential usage, are focused on user-generated content rather than static delivery, and represent a paradigm shift in web utilization rather than a simple software version upgrade.

Multiple choice technology testing
  1. Internet

  2. A corporate intranet

  3. Mobile Internet

  4. Both A & B

  5. Only A

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

Quality Center is accessed through a web browser and can be deployed over either the public Internet or a corporate intranet, depending on organizational security requirements. Option D correctly captures both deployment models. Options A, B, and C are individually incomplete.

Multiple choice technology web technology
  1. a company that provides access to the Internet.

  2. common questions and answers.

  3. the language of the Web.

  4. common graphic format on the Web.

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

HTML (HyperText Markup Language) is the standard markup language for creating web pages. It defines the structure and content of web documents using tags and elements, forming the foundation of the World Wide Web alongside CSS and JavaScript.

Multiple choice technology web technology
  1. an interent activity that involves synthesis of information.

  2. method used to keep web pages formatted correctly.

  3. input area on a web page.

  4. ARPAnet.

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

HTML forms provide input areas (text boxes, checkboxes, radio buttons, dropdowns, etc.) that allow users to enter and submit data to a web server. Forms are the primary mechanism for user interaction on the web, enabling everything from search boxes to checkout processes.

Multiple choice technology web technology
  1. a desktop

  2. a book

  3. a page

  4. a portlet

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

In portal architecture (specifically BEA/Oracle WebLogic Portal), a 'desktop' is the top-level container that defines a collection of books, pages, and portlets - essentially defining the service collection for a user. Books organize pages, pages contain portlets, and portlets are the actual service components. Option A is correct.

Multiple choice technology testing
  1. Mozilla Firefox

  2. Netscape

  3. Internet Explorer

  4. Safari

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

Quality Center 9.2 was an HP testing tool from the early 2000s. At that time, enterprise web applications primarily supported Internet Explorer. This is historical knowledge about legacy HP software ecosystem.

Multiple choice technology architecture
  1. Availability

  2. Extensibility

  3. Maintainability

  4. Manageability

  5. Performance

  6. Reliability

Reveal answer Fill a bubble to check yourself
A,E,F Correct answer
Explanation

Adding web servers increases system availability (redundancy means if one fails, others continue serving), performance (load distribution across more servers), and reliability (redundancy reduces single points of failure). It does not inherently improve extensibility (ability to add features), maintainability (ease of modification), or manageability (ease of administration) - these would require architectural or process changes beyond just adding hardware.

Multiple choice technology security
  1. Hidden tags

  2. Query Strings

  3. Header

  4. Cookies

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

In a GET request, the query string (the key=value pairs after the ? in the URL) is logged by the web server in access logs. Hidden tags are in the HTML body and not sent separately. Headers are logged but are server metadata, not request content. Cookies are sent in headers.

Multiple choice technology web 2.0
  1. Breaks free of link and page metaphor

  2. Slow page refresh

  3. Progressively loading content

  4. None of the Above

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

Flex breaks free of the traditional web's link-and-page metaphor by enabling single-page applications with dynamic content without full page refreshes. It does NOT have slow page refreshes (that's traditional web) or progressively loading content (that's progressive enhancement). Option A correctly describes Flex's architectural advantage.

Multiple choice technology web technology
  1. Process Page

  2. Requestor Page

  3. Thread Page

  4. User Pages

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

The Requestor page holds session information including access roles, RuleSet list, and HTTP parameters. Process pages track work objects, Thread pages hold execution context, and User Pages is not a standard clipboard page.