CIS 105 Survey of Computer Information Systems

26
CIS 105 Concepts and Terminology Unit 8 CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit 8

description

CIS 105 Survey of Computer Information Systems. Essential Concepts and Terminology Study Unit 8. Web Site. A location on the World Wide Web that contains a collection of related documents and a common top-level address. Index Page. (Home Page.). - PowerPoint PPT Presentation

Transcript of CIS 105 Survey of Computer Information Systems

CIS 105 Concepts and Terminology Unit 8

CIS 105

Survey of Computer Information Systems

Essential Concepts and Terminology

Study Unit 8

CIS 105 Concepts and Terminology Unit 8

Web Site.

A location on the World Wide Web that contains a collection of related documents and a common top-level address.

CIS 105 Concepts and Terminology Unit 8

Index Page. (Home Page.)

A default page that automatically displays when the top level of a Web site is accessed.

CIS 105 Concepts and Terminology Unit 8

URL (Uniform Resource Locator).

The unique and complete address that specifies precisely the location of a document or resource on the World Wide Web.

CIS 105 Concepts and Terminology Unit 8

Path.

The portion of a URL that specifies the location of a document on the Internet, including the domain name and site folders. An example is jqjacobs.net/edu/cis105/

CIS 105 Concepts and Terminology Unit 8

Resource Name.

The portion of a URL specifying file name and extension. Examples are index.html or style.css.

CIS 105 Concepts and Terminology Unit 8

Hypertext Transfer Protocol (HTTP).

The rules specifying the format of URLs and the procedures clients and servers utilize to communicate. Also, http:// is the identifier at the beginning of a URL.

CIS 105 Concepts and Terminology Unit 8

Boolean Operators.

The operators AND, OR, and NOT, often used with keywords to specify search parameters.

CIS 105 Concepts and Terminology Unit 8

Search Engine.

A program to locate information in a database. A service providing a searchable database of Web documents.

CIS 105 Concepts and Terminology Unit 8

Wildcard Character.

A symbol, such as an asterisk, used to represent a string of characters, and often supported by search engines.

CIS 105 Concepts and Terminology Unit 8

Proximity Operator.

A symbol or keyword, such as NEAR, used in searches to retrieve records only if two specified words occur close to each other.

CIS 105 Concepts and Terminology Unit 8

E-commerce.

Short for electronic commerce, it is the business of buying and selling products online.

CIS 105 Concepts and Terminology Unit 8

Encryption.

The process, using a cipher key, of converting information so that it cannot be understood or changed back into its original form without the key.

CIS 105 Concepts and Terminology Unit 8

Secure Mode.

In a Web browser, the mode of operation in which all communications are encrypted.

CIS 105 Concepts and Terminology Unit 8

World Wide Web Consortium (W3C).

An international consortium of experts that specifies standards for www languages and development.

CIS 105 Concepts and Terminology Unit 8

Declarative Language.

A computer language that can be used to identify the components of a text and codify their presentation. (Synonymous with markup language.)

CIS 105 Concepts and Terminology Unit 8

HTML (Hypertext Markup Language).

A standardized, plain text document format used to display Web pages. Markup refers to the code tags, such as <html> or <table>, and the method of marking the code (brackets).

CIS 105 Concepts and Terminology Unit 8

HTML Tag.

A markup inserted into an HTML document to provide information about a unit of content. All HTML tags are enclosed in brackets (ie. <table>). Some tags require closing tags (ie. </table>).

CIS 105 Concepts and Terminology Unit 8

HTML Elements.

In HTML, elements are markup declarations to display or format parts of Web pages. Examples are <p> for paragraph or <b> for bold.

CIS 105 Concepts and Terminology Unit 8

Attribute.

In the context of HTML, additional required or optional information enabling specification of characteristics of elements and related values (ie. <table width =”80%">).

CIS 105 Concepts and Terminology Unit 8

Value.

In the HTML context, a value specifies information about an attribute, is often required, and is typically preceded by an equals sign and enclosed in quotation marks (ie. <font color=“red”>).

CIS 105 Concepts and Terminology Unit 8

Standard Generalized Markup Language (SGML).

A document type definition (DTD) standard for how to specify a markup language or tag set.

CIS 105 Concepts and Terminology Unit 8

Extensible Markup Language (XML).

A simplified, easy-to-use version of SGML similar to HTML that allows definition of customized tags.

CIS 105 Concepts and Terminology Unit 8

Cascading Style Sheets (CSS).

A markup language providing specific presentation information for single html tags, for all specified tags in a document, or, as a linked document, for many documents.

CIS 105 Concepts and Terminology Unit 8

Web Server.

A computer that uses software to transmit Web pages and associated files over the Internet.

CIS 105 Concepts and Terminology Unit 8

End of Study Unit 8.

Return to first slide

Move to Study Unit 9

CIS 105 Home Page

Created by James Q. Jacobs