Shared Flashcard Set

Details

Study Guide for Chapters 1-5
Study Guide for 1-5 ITN109
117
Computer Science
Undergraduate 4
06/05/2012

Additional Computer Science Flashcards

 


 

Cards

Term
ARPA
Definition
A U.S. Department of Defense agency that created the first global computer network.
Term
Absolute URL
Definition
A URL that gives the full path to a resource.
Term
ActiveX
Definition
An open set of technologies for integrating component on the Internet and within Microsoft applications.
Term
Advanced Research Project Agency Network
Definition
(ARPANET) A computer network funded by ARPA, that served as the basis for early networking research and was the backbone during the development of the internet.
Term
Authentication
Definition
The process of verifying the identity of a user who logs on to a system, or the integrity of transmitted data
Term
Backbone
Definition
The highest level in the computer network hierarchy to which smaller networks typically connect.
Term
Bandwidth
Definition
The amount of information sometimes called traffic , that can be carried on a network at one time, the total capacity of a line, Also the rate of data transfer over a network connection. Measured in bits per second.
Term
Client
Definition
An individual computer connected to a network, Also a system or application (such as a web browser or user agent) that requests a service from another computer (the server) and is used to access files or documents.
Term
Cloud Computing
Definition
A computing paradigm in which users are able to access software and services over the internet instead of from their desktops.
Term
Common Field
Definition
A field contained in two or more database tables that forms a connection between the tables
Term
Cookie
Definition
A text file that contains information sent between a server and a client to help maintain state and track user activities. Can reside in memory or on a hard drive.
Term
Crowdsourcing
Definition
A problem-solving model in which a task ordinarily preformed by one person is outsourced to a large group or community in order to obtain and analyze large amounts of data.
Term
Database
Definition
A collection of data that can be sorted and searched using search algorithms
Term
Database Administrator
Definition
An individual who is responsible for the maintenance and security of an organization's database resources and data
Term
Dead Link
Definition
A hyperlink that when clicked, sends a web site visitor to a page or resource that does not exist on the server.
Term
Decryption
Definition
The process of converting encrypted data back to its original form.
Term
Deep URL
Definition
A URL that includes a path past the domain into the folder structure of a Web site.
Term
Digital Subscriber Line
Definition
A high-speed direct internet connection that uses all-digital networks.
Term
Disk Cache
Definition
Storage space on a computer hard disk used to temporarily store downloaded data
Term
Domain Name Server
Definition
A server that resolves domain names into IP addresses
Term
Domain Name System
Definition
DNS
A system that maps uniquely hierarchical names to specific Internet addresses
Term
Encryption
Definition
A security technique designed to prevent access to information by converting it into a scrambled form of text.
Term
Event-Driven
Definition
Reaction to particular user actions or the browser's completion of a specific task.
Term
Extranet
Definition
A network that connects enterprise intranets to the global Internet. Designed to provide access to selected extranet users.
Term
Field
Definition
A category of information in a database table
Term
File Transfer Protocol
Definition
FTP
An internet protocol used to transfer files between computers; allows file transfer without corruption or alteration.
Term
Foreign Key
Definition
A field in a related database table that refers to the primary key in the primary table
Term
Fully Qualified Domain Name
Definition
FQDN
The complete domain name of an Internet computer
Term
Gateway
Definition
A node on a network that serves as a portal to other networks.
Term
Greenfield
Definition
A project that lacks any constraints imposed by prior development.
Term
Help Desk Technician
Definition
An individual who diagnoses and resolves users technical hardware and software problems.
Term
Hexadecimal
Definition
A base-16 number system that allows large numbers to be displayed by fewer characters than if the number were displayed in the regular base-10 system.

System used in IPv6
Term
Home Page
Definition
The first Web page that displays when you access a domain.
Term
Host
Definition
A computer that other computers can use to gain information. In network architecture a host is a client or workstation.
Term
Hypertext Link
Definition
Highlighted or underlined text in a Web page that, when clicked, links the user to another location or Web page
Term
Hypertext Transfer Protocol
Definition
HTTP
The protocol for transporting HTML documents across the Internet.
Term
Information Technology
Definition
The management and processing of information using computers and computer networks.
Term
Integrated Service Digital Network
Definition
ISDN
A communication standard for sending voice, video or data over digital telephone lines.
Term
Interactive
Definition
The characteristic of some hardware and software, such as computers, games and multimedia systems, that allows them to respond differently based on a user's action.
Term
Internet
Definition
A worldwide network of interconnected networks.
Term
Internet Message Access Protocol
Definition
IMAP
A protocol that resides on an incoming mail server. Similar to POP but is more powerful. Allows sharing of mailboxes and multiple mail server access. The current version is IMAP$
Term
Internet Protocol
Definition
The data transmission standard for the Internet. Every computer connected to the internet has its own IP address, which enables a packet of data to be delivered to a specific computer.
Term
Internet Service Provider
Definition
ISP
An organization the maintains a gateway to the Internet and rents access to customers on a per-use or subscription basis.
Term
Intranet
Definition
An internal network based on TCP/IP protocol. accessible only to users within a company.
Term
Java
Definition
An object-oriented programming language developed by Sun Microsystems that is fully cross-platform functional.
Term
Junction Table
Definition
A database table containing foreign key fields that refer to the primary key fields from the primary tables in a many-to-many relationship.
Term
LiveScript
Definition
The Netscape developed scripting language that was the predecessor to Java Script
Term
Modem
Definition
Abbreviation for modulator/demodulator. an analog device that enables computes to communicate over telephone lines by translating digital data into audio/analog signals and then back into digital form.
Term
National Science Foundation
Definition
(NSF)
An independent agency of the US government that promotes the advancement of science and engineering.
Term
Network
Definition
A group of two or more computers connected so they can communicate with one another.
Term
Network Engineer
Definition
An individual who manages and maintains a network infrastructure.
Term
Network Interface Card
Definition
NIC
A circuit board within a computers central processing unit that serves as the interface enabling the computer to connect to a network.
Term
Network News Transfer Protocol
Definition
NNTP
The internet protocol used by news servers that enables the exchange of newsgroup articles.
Term
Newsgroup
Definition
On Usenet, a subject or other topical interest group whose members exchange ideas and opinions. Participate post and receive messages via a news server.
Term
Node
Definition
Any entity on a network that can be managed, such as a system, repeater, router, gateway, switch or firewall. A computer on other addressable device attached to a network; a host.
Term
Object
Definition
An element on a Web page that contains data and procedures for how that item will react when activated. On a Web page, an object is typically a multimedia presentation.
Term
Object-oriented Programming
Definition
OOP
Programming concept based on objects and data and how they relate to one another, instead of logic and actions: C++ and Java are OOP languages.
Term
One-to-many relationship
Definition
In databases a relationship in which a record in Table A can have multiple matching records in Table B, but a record in Table B has only on matching record in Table A.
Term
One-to-one relationship
Definition
In databases, a relationship in which each record in Table A can have only one matching record in Table B, and vice versa.
Term
Ontology
Definition
The study of how a particular knowledge domain or system is organized. An Ontology is the product of an ontological study.
Term
PC Repair Technician
Definition
An individual who installs, modifies and repairs personal computer hardware components.
Term
Plug-In
Definition
A program installed in the browser to extend its basic functionality. Allows different file formats to be viewed as part of a standard HTML document.
Term
Point-to-Point Protocol
Definition
PPP
A protocol that allows a computer to connect to the Internet over a phone line.
Term
Point-to-Point Protocol over Ethernet
Definition
PPPoE
A protocol that implements PPP on top of the Ethernet architecture to connect an entire network to the internet.
Term
Pop-under Window
Definition
A small browser window that appears behind the browser window you are viewing.
Term
Pop-up Window
Definition
A small browser window that appears in front of the browser window you are viewing.
Term
Post Office Protocol
Definition
POP
A protocol that resides on an incoming mail server. The current version is POP3.
Term
Primary Key
Definition
A field containing a value that uniquely identifies each record in a database table
Term
Record
Definition
A collection of information in a database table consisting of one or more related fields about a specific entity, such as a person, product or event.
Term
Relational Database
Definition
Contains multiple tables of information that are related through common fields
Term
Relationship
Definition
A connection between two or more database tables that is base on a field that the tables have in common.
Term
Relative URL
Definition
A URL that fives an abbreviated path to a resource using the current page as a starting position.
Term
Replication
Definition
The practice of copying data from one source, such a a database, to another.
Term
Request for Comments
Definition
(RFC)
A document published by the IETF that details information about standardized Internet Protocol and those in various development stages.
Term
Root-Level Server
Definition
A server at the highest level of the Domain Name System.
Term
Router
Definition
A device that routes packets between networks based on network-layer addresses; determines the best path across a network. Also used to connect separate LANs to form a WAN.
Term
SEO Analyst
Definition
An individual who determines the visibility of Web sites across multiple clients and search engines.
Term
Scalable
Definition
The ability for a system to function well when its workload is increased or hardware is added to meet user need.
Term
Search Engine Optimization
Definition
(SEO)
The process of improving the volume and quality of traffic to a Web site by structuring content to improve search engine ranking. A specific activity or internet marketing.
Term
Secure Sockets Layer
Definition
SSL
A protocol that provides authentication and encrytion used by most servers for secure exchanges over the Internet. Superseded by transport layer Security (TLS)
Term
Security Manager
Definition
An individual who manages the security measures used to protect electronic data.
Term
Server
Definition
A computer in a network that manages the network resources and provides, or serves, information to clients.
Term
Server Administrator
Definition
An individual who manages and maintains network servers.
Term
Shared Domain
Definition
A hosting service that allows multiple entities to share portions of the same domain name.
Term
Simple Mail Transfer Protocol
Definition
SMTP
The internet standard protcol for transferring e-mail messages from one computer to another.
Term
Standard
Definition
A definition or format that has been approved by a recognized standards organization
Term
Streaming Media
Definition
A continuous flow of data, usually audio or video files, that assist with the uninterrupted delivery of those files into a browser.
Term
Table
Definition
A collection of data about a limited topic, organized into rows and columns in a database
Term
Top-Level Domain
Definition
The group into which a domain is categorized by common topic (Company, Education) and/or geography.
Term
Transmission Control Protocol/ Internet Protocol
Definition
A suite of protocols that turns data into blocks of information call packets, which are then sent across the internet. The standard protocol used by the internet.
Term
Transport Layer Security
Definition
A protocol based on SSL 3.0 that provides authentication and encryption, used by most servers for secure exchange over the Internet.
Term
Uniform Resource Identifier
Definition
URI
A standardized method of referring to a resource using a text string.
Term
Uniform Resource Locator
Definition
A text string that specifies an internet address and the method by which the address can be accessed.
Term
Usenet
Definition
A collection of thousands of internet computers newsgroups, and newsgroup members using Network News Transfer Protocol (NNTP) to exchange information.
Term
Virtual Domain
Definition
A hosting service that allow a company to host its domain name on a third-party ISP server.
Term
Visual Basic
Definition
The Microsoft graphical user interface (GUI) programming language used for developing Windows applications. A modified version of the BASIC programming language.
Term
Visual Basic Script
Definition
VBScript
Scripting language from Microsoft derived from Visual Basic; used to manipulate ActiveX scripts.
Term
Web Application Developer
Definition
An individual who develops primarily server-side Web applications
Term
Web Architect
Definition
An individual who creates the overview plan of a web site's development.
Term
Web Browser
Definition
A software application that enables users to access and view Web pages on the internet.
Term
Web Feed
Definition
A data format for delivering Web content that is updated frequently.
Term
Web Marketing Manager
Definition
An individual who develops and implements plans to exploit the internet for marketing an sales opportunity.
Term
Web Page
Definition
An HTML document containing one or more elements ( text, images, hyperlinks) that can be linked to or from other HTML pages.
Term
Web Site
Definition
A World Wide Web server and its content; includes multiple Web pages.
Term
Web Site Designer
Definition
An individual who is responsible for the organization and appearance of a web site.
Term
Web Site Manager
Definition
An individual who manages a web development team.
Term
Web site Analyst
Definition
An individual who analyzes statistics to determine the site's effectiveness.
Term
Webcast
Definition
An audio and or video Web event that is distributed over the Internet.
Term
Webinar
Definition
An interactive Web-based seminar or training session.
Term
What are the four factors that determine the design of a relational database
Definition
- Purpose
- Number of tables
- Field needed
- Fields common to more than one table
Term
What is the most common type or table relationship?
Definition
One-to-many
Term
Wireless Access Point
Definition
AP
A device that enables wireless systems to communicate with each other, provided that they are on the same network.
Term
Wizard
Definition
A tool that assists users of an application in creating documents based on styles and templates. Also a tool that guides users seep-by-step through a software installation process.
Term
World Wide Web
Definition
(WWW)
A set of software programs that enables users to access resources on the internet via hypertext documents
Term
many-to-many Relationship
Definition
In databases a relationshp in which one record in Table A can relate to many matching records in Table B, and vice versa.
Term
what are the 3 types or relationships between database tables
Definition
- One-to-one
- One-to-many
- Many-to-many
Term
xDSL
Definition
Collectively the variations of Digital Subscriber Line(DSL) which include ADSL, RADSL and HDSL.
Supporting users have an ad free experience!