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 operating systems
  1. The UNIX telnet service

  2. An FTP client

  3. An E-mail client

  4. A text editor

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

VI (and its modern variant vim) is a powerful text editor that comes pre-installed on virtually all Unix/Linux systems. It's known for its modal editing interface and keyboard-only operation.

Multiple choice technology testing
  1. 8 secs

  2. 10 secs

  3. 12 secs

  4. 15 secs

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

Website response time becomes unacceptable when it exceeds 15 seconds. While 8 seconds is considered the upper bound for 'good' response time, 10-12 seconds is poor but still tolerated. 15+ seconds is widely regarded as the threshold where users abandon the site or the experience is completely unacceptable.

Multiple choice technology web 2.0
  1. Rich Internet Applications

  2. Reach Internet Application

  3. Rich & Inteligent Application

  4. Reach & Inteligent Application

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

RIA stands for Rich Internet Applications. These are web applications that have the functionality and features of traditional desktop applications, typically running in a browser but offering rich user interfaces and responsive interactions. RIAs often use technologies like Flex, Silverlight, or AJAX.

Multiple choice technology enterprise content management
  1. Chennai weather term

  2. The ability for a web site to retain and encourage traffic to the site

  3. The time taken to load a rich user interface on the web

  4. Method of transition from one web page to another

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

In web context, 'stickiness' refers to a website's ability to retain visitors and encourage repeat traffic. High stickiness means users spend more time on the site and return frequently. Option A is a joke about weather. Option C describes page load time, not user retention. Option D refers to navigation between pages.

Multiple choice technology enterprise content management
  1. Window on a ship

  2. A gateway to web enabled applications or sites

  3. A secure work area in the office

  4. A type of wine

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

In web terminology, a portal is a gateway or entry point to web-enabled applications and sites. It aggregates content and services from multiple sources into a single interface. Option A is a literal definition (portal as doorway). Option C is a physical office concept. Option D is unrelated.

Multiple choice technology enterprise content management
  1. Reusing web content from an oustide service provider

  2. Association of Sindhi speaking people

  3. Mechanism to create groups of users

  4. Cindy Crawford's fan club

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

Web syndication is a form of syndication in which website material is made available to multiple other sites or individual subscribers through feeds, allowing reuse of content.

Multiple choice technology
  1. Cookies

  2. URL rewriting

  3. Hidden form fields

  4. All of the above

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

Session management in web applications can use all three methods: cookies (store session ID on client), URL rewriting (append session ID to URLs), and hidden form fields (pass session ID in forms). Each has trade-offs in security and usability. Using multiple methods provides fallback options.

Multiple choice technology web 2.0
  1. Web as a platform

  2. Web in mobile device

  3. A standard

  4. New architecture style

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

Web 2.0 refers to the paradigm shift where the internet acts as a platform for user-generated content, usability, and interoperability, rather than just static pages.

Multiple choice technology web technology
  1. IUSR_computername

  2. IUSR_Domainname

  3. IUSR_VirtualdirectoryName

  4. Administrator

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

When anonymous users connect to an IIS web site, they are authenticated using the built-in IUSR_computername account (e.g., IUSR_SERVER01). This account is created automatically during IIS installation and is used for anonymous authentication. The account name uses the computer name, not domain name or virtual directory name.

Multiple choice technology web technology
  1. Yet Another Hierarchical Offensive Oracle

  2. Yet Another Hierarchically Organised Oracle

  3. Yet Another Hierarchy of Officious Oracle

  4. Yet Another Hasty Organizer Of Opportunity

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

YAHOO stands for 'Yet Another Hierarchy of Officious Oracle'. This was the original expansion chosen by founders Jerry Yang and David Filo. 'Officious' refers to being helpful or intrusive, reflecting the directory's nature.

Multiple choice technology web technology
  1. _top

  2. _blank

  3. _son

  4. _parent

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

HTML defines four predefined target names for links: _blank (opens in new window/tab), _self (opens in same frame - the default), _parent (opens in parent frameset), and _top (opens in full original window). There is no predefined target named '_son' - this is a made-up name that does not exist in the HTML specification.

Multiple choice technology usability
  1. Using the Back browser button

  2. Home link

  3. Click on the Logo the webpage on top left

  4. Find for a home icon

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

Clicking the logo in the top-left corner is a widely recognized convention for returning to a homepage. This pattern works across all types of websites and requires no explicit 'home' label. While home links (B) and home icons (D) are also valid, the logo is the most intuitive and consistently placed element. Browser back button (A) is unreliable for homepage navigation.