Terminology means Technical Definition, here are some terminologies used for computers, they are categorized alphabetically, either you scroll down the page until you reach the terminology you wants, or it would be easier to click the terminology you want from the list. I hope you like this page and make a good use of it, also there will be an updates in the future, you may visit it regularly. 

Choose.gif (440 bytes)a.gif (124 bytes)b.gif (127 bytes)c.gif (131 bytes)d.gif (129 bytes)e.gif (116 bytes)f.gif (114 bytes)g.gif (141 bytes)h.gif (121 bytes)i.gif (71 bytes)j.gif (85 bytes)k.gif (124 bytes)l.gif (75 bytes)m.gif (142 bytes)n.gif (103 bytes)o.gif (137 bytes)p.gif (92 bytes)q.gif (140 bytes)r.gif (129 bytes)s.gif (133 bytes)t.gif (80 bytes)u.gif (127 bytes)v.gif (130 bytes)w.gif (150 bytes)x.gif (124 bytes)y.gif (119 bytes)z.gif (117 bytes)

Letter X : XEON - XHTML - XML                                                                           

 

  XEON

Top.gif (1083 bytes)

   Xeon (pronounced ZEE-ahn) is a 400 Mhz Pentium microprocessor from Intel for use in "mid-range" enterprise servers and workstations. On a server motherboard from Intel, up to eight (and later even more) Xeon processors will be able to do multiprocessing sharing the same 100 Mhz bus. Xeon is replacing the Pentium Pro as Intel's main enterprise microchip. Xeon is designed for Internet and large transactional database servers as well as for engineering, graphics, and multimedia applications that require moving a lot of data around quickly. Xeon is the high end of the Pentium line (Celeron is the low end).

   Xeon is based on the Pentium II microprocessor's P6 architecture. It's designed to work with a new and faster PCI bus and graphics accelerator. Xeon features:

  • A faster 512 Kbytes or 1 Mbyte, that runs at the same 400 Mhz speed of the processor.
  • A faster bus to carry data between the processor, RAM, and I/O devices. The 450NX PCIset is a chip set that works at a 100 Mhz clock speed and supports up to 8 GB of EDO memory.
  • A larger Accelerated Graphics Port (AGP) chip set called the 440GX AGPset that also runs at 100 Mhz. It supports 2 GB of 100 Mhz SDRAM.
  • An extended server memory architecture that provide for 36-bit addresses, allowing up to 64 GB of physical memory to be addressed.
  • Everything premounted in a motherboard package for faster manufacturing

   Typically, a computer with a Xeon microprocessor would use a Windows NT, NetWare, or UNIX operating system. Xeon-based systems are expected to offer competition to Sun Microsystems, Silicon Graphics, and others in the workstation market, but its primary market is expected to be the mid-range server.

 

Selected Links
For more information, see Intel's Pentium II Xeon processor home page.
Lisa DiCarlo's article on ZDNet, Intel moves to accelerate adoption of Xeon processors, offers an April, 1998 perspective.

 

  XHTML

Top.gif (1083 bytes)

   As the World Wide Web Consortium (W3C) describes it, XHTML (Extensible Hypertext Markup Language) is "a reformulation of HTML 4 as an application of the Extensible Markup Language (XML)." For readers unacquainted with either term, HTML is the set of codes (that's the "markup language") that a writer puts into a document to make it displayable on the World Wide Web. HTML 4 is the current version of it. XML is a structured set of rules for how one might define any kind of data to be shared on the Web. It's called an "extensible" markup language because anyone can invent a particular set of markup for a particular purpose and as long as everyone uses it (the writer and an application program at the receiver's end), it can be adapted and used for many purposes - including, as it happens, describing the appearance of a Web page. That being the case, it seemed desirable to reframe HTML in terms of XML. The result is XHTML, a particular application of XML for "expressing" Web pages.

   XHTML is, in fact, the follow-on version of HTML 4. You could think of it as HTML 5, except that it is called XHTML 1.0. In XHTML, all HTML 4 markup tags and attributes (the language of HTML) will continue to be supported. Unlike HTML, however, XHTML can be extended by anyone that uses it. New tags and attributes can be defined and added to those that already exist, making possible new ways to embed content and programming in a Web page. In appearance, an XHTML file looks like a somewhat more elaborate HTML file.

Advantages

   To quote the W3C again, the advantages are "extensibility and portability."

   Extensibility means that as new ideas for Web communication and presentation emerge, they can be implemented without having to wait for the next major version of HTML and browser support. New tags or attributes can be defined to express the new possibilities and, assuming some program at the receiving end can understand and act on them, new things may happen on your Web page that never happened before. Specific sets of extensions for XHTML are planned for mathematical expressions, vector graphics, and multimedia applications.

   If extensibility is likely to lead to more complicated pages and larger programs, the portability advantage means that Web pages can now be made simpler than they were before so that small devices can handle them. This is important for mobile devices and possibly household devices that contain microprocessors with embedded programming and smaller memories. XHTML defines several levels of possible markup complexity and each document states its level of complexity at the beginning. Programs in microdevices might expect XHTML-coded files that state the simplest level of complexity so that they could be handled by a small program and memory.

Differences and Distinctive Features

   You can find out more by reading the specification and tutorials, but here are some distinctive features of XHTML and differences between HTML 4:

  • XHTML requires strict adherence to coding rules. Notably, it requires that you use closing as well as opening tags (this is known as well-formed syntax) and that all tags be in lower case. HTML was much less rigorous about notation and browsers tended to be even more forgiving.
  • This means that XHTML files will tend to be "busier" than HTML. However, they won't necessarily be harder to read because rigor may force more order in coding. In addition, the major editing and file creation tools will probably lay out pages for easier readability.
  • XHTML would seem to encourage a more structured and conceptual way of thinking about content and, combined with style sheets, a more creative way of displaying it.
  • XHTML will make it easier for people to dream up and add new tags (and develop browsers or other applications that support them).

The first XHTML specification is currently in the W3C Working Draft stage.

 

Selected Links
From the same article, Richmond provides a quick list of Differences with HTML 4.
On WDVL.com, Alan Richmond provides an Introduction to XHTML, with examples.
Alan Richmond's EncycloZine is one of the first Web sites implemented using XHTML. Do a right-click and select View Source to see what the XHTML looks like.
The World Wide Web Consortium provides the official XTML 1.0: The Extensible Hypertext Markup Language.

 

  XML

Top.gif (1083 bytes)

   XML (Extensible Markup Language) is a flexible way to create common information formats and share both the format and the data on the World Wide Web, intranets, and elsewhere. For example, computer makers might agree on a standard or common way to describe the information about a computer product (processor speed, memory size, and so forth) and then describe the product information format with XML. Such a standard way of describing data would enable a user to send an intelligent agent (a program) to each computer maker's Web site, gather data, and then make a valid comparison. XML can be used by any individual or group of individuals or companies that wants to share information in a consistent way.

   Currently a formal recommendation from the World Wide Web Consortium (W3C). XML is similar to the language of today's Web pages, HTML. Both XML and HTML contain markup symbols to describe the contents of a page or file. HTML, however, describes the content of a Web page (mainly text and graphic images) only in terms of how it is to be displayed and interacted with. For example, a <P> starts a new paragraph. XML describes the content in terms of what data is being described. For example, a <PHONENUM> could indicate that the data that followed it was a phone number. This means that an XML file can be processed purely as data by a program or it can be stored with similar data on another computer or, like an HTML file, that it can be displayed. For example, depending on how the application in the receiving computer wanted to handle the phone number, it could be stored, displayed, or dialed.

   XML is "extensible" because, unlike HTML, the markup symbols are unlimited and self-defining. XML is actually a simpler and easier-to-use subset of the Standard Generalized Markup Language (SGML), the standard for how to create a document structure. It is expected that HTML and XML will be used together in many Web applications.

   Early applications of XML include Microsoft's Channel Definition Format (CDF), which describes a channel, a portion of a Web site that has been downloaded to your hard disk and is then is updated periodically as information changes. A specific CDF file contains data that specifies an initial Web page and how frequently it is updated. Another early application is ChartWare, which uses XML as a way to describe medical charts so that they can be shared by doctors. Applications related to banking, e-commerce ordering, personal preference profiles, purchase orders, litigation documents, part lists, and many others are anticipated.

   XML has been developed by a working group under the auspices of the World Wide Web Consortium, which offers you the most knowledgeable place to learn more. Their introduction is called Extensible Markup Language (XML).

 

Selected Links
Another good source is Robin Cover's XML resources page.
ChartWare, maker of a medical charting application, is an early user of XML.
Microsoft provides an example of Building an Interactive Frequent-Flyer Web Site Using XML.

 

______________________________________________________________

Designed By Wessam Sherif, All Rights Reserved.