Term
| PDF ( Portable Document Format ) |
|
Definition
Developed by Abode systems in 1992. Captures formatting information from a variety of desktop Publishing applications making it possible to send formatted documents. |
|
|
Term
|
Definition
| A novel or improved idea, device, product, etc, or the development thereof. |
|
|
Term
|
Definition
| Programmable machine.Respond to a specific set of Instructions. |
|
|
Term
|
Definition
| A computer that awaits and responds to requests for data. |
|
|
Term
|
Definition
| Groups of computer and servers that are connected to each other. |
|
|
Term
| ISP ( Internet Service Provider ) |
|
Definition
A company that provides subscribers access to internet. Example: AT&T, Verizon, T-mobile, Cricket, etc |
|
|
Term
|
Definition
| A computer that requests data stored on a server. |
|
|
Term
|
Definition
| A program that uses HTTP ( Hypertext Transfer Protocol ) to serve the files that form web pages to users |
|
|
Term
|
Definition
| Computer and storage device dedicated in strong files. Any user on a network can store files on the server. |
|
|
Term
|
Definition
| Intercepts all requests to the real server to see if it can fulfill the request itself. |
|
|
Term
|
Definition
| Using a network of remote servers from data centers all over the world. |
|
|
Term
|
Definition
| Hosting services are provided by multiple connected servers that comprise a cloud. |
|
|
Term
|
Definition
| A program that handles all application operations between users and an organization’s back-end business applications or databases. |
|
|
Term
|
Definition
| A single computer in a network reserved for serving the needs of the network. |
|
|
Term
|
Definition
| A computer that manages one or more printers. |
|
|
Term
|
Definition
| A computer system that processes database queries. |
|
|
Term
|
Definition
| A way of representing information using only two options, usually 0’s and 1’s. |
|
|
Term
|
Definition
| Small chunks of information that have been Carefully formed from larger chunks of information. |
|
|
Term
|
Definition
| A set of rules and standards used to communicate between machines. |
|
|
Term
| HTTP ( HyperText Transfer Protocol ) |
|
Definition
| The protocol used for transmitting web pages over the internet. |
|
|
Term
| HTML ( HyperText Markup Language ) |
|
Definition
| The language in which the content and formatting of a web page are written. |
|
|
Term
| ASCII ( American Standard Code for Information Interchange) |
|
Definition
| The university recognized raw text format that any computer can understand. |
|
|
Term
|
Definition
| The principle that all Internet traffic should be treated equally by Internet Service Providers. |
|
|
Term
|
Definition
| A bit is the single unit of information in a computer typically represented as 0 or 1. |
|
|
Term
|
Definition
| To write code, or to write instructions telling the computer what to do. |
|
|
Term
| IETF( Internet Engineering Task Force ) |
|
Definition
| Develops and promotes voluntary Internet standards and protocols, in particular the standards that comprise the Internet protocol suite. |
|
|
Term
|
Definition
| The Internet Society strives to make the world a better place. |
|
|
Term
| URL ( Uniform Resource Locator ) |
|
Definition
| An easy-to-remember address for calling a web page (like www.code.org). |
|
|
Term
|
Definition
| DNS, TCP, IP, and Physical Internet |
|
|
Term
| DNS ( Domain Server Name or Domain Name Service ) |
|
Definition
| The service that translates URLs to IP addresses. |
|
|
Term
| TCP/IP ( Transmission Control Protocol ) |
|
Definition
| Provides reliable, ordered, and error-checked delivery of stream of packets in the internet. TCP is tightly lightly linked with IP and usually seen as TCP/IP in writing. |
|
|
Term
|
Definition
| A number assigned to any item that is connected to the Internet. |
|
|
Term
|
Definition
| A device that forwards data packets along networks. A router is connected to at least two networks and are located at gateways. |
|
|
Term
|
Definition
| Time it takes for a bit to travel from its sender to its receiver. |
|
|
Term
|
Definition
| The number of bits that are conveyed or processed per unit of time. |
|
|
Term
|
Definition
| Transmission capacity measure by bit rate. |
|
|
Term
|
Definition
| A contraction of “Binary Digit.” A bit is the single unit of information in a computer, typically represented as a 0 or 1. |
|
|
Term
|
Definition
| A sequence of 8 bits processed as a single unit of information. |
|
|
Term
|
Definition
A byte is 8 bits since it was used to refer to groups of 8-bits that a computer was processing. |
|
|
Term
|
Definition
| A problem solving approach (algorithm) to find a satisfactory solution where finding and optimal or exact solution is impractical or impossible |
|
|
Term
|
Definition
| A data compression algorithm that allows the original data to be perfectly reconstructed from the |
|
|
Term
|
Definition
| To simplify things pulling out specific differences to make one solution work for multiple problems. |
|
|
Term
File Sizes Bytes, KB, MB, GB ,TB |
|
Definition
| A single letter or character would use one byte of memory (8 bits), two characters would use two bytes (16 bits). |
|
|
Term
|
Definition
| we represent ‘on’ as ‘1’ and ‘off’ as ‘0’. 8 bits are known as a byte, and it is bytes which are used to pass our information in its basic form - characters. |
|
|
Term
|
Definition
byte - A series of 8 binary bits that digitally represent a single character to the computer. Example: 00000001 = 1 |
|
|
Term
|
Definition
| The Physical Internet: copper wire, fiber, optic cable, radio waves, etc |
|
|
Term
|
Definition
| A computer that awaits and responds to requests for data. |
|
|
Term
|
Definition
| A computer that requests data stored on a server. |
|
|
Term
|
Definition
| To save space, some information is thrown away |
|
|
Term
|
Definition
| The dimensions by which you can measure how many pixels are on a screen. |
|
|
Term
|
Definition
| For example, a digital image may include metadata that describes the size of the image, number of colors, or resolution. |
|
|
Term
|
Definition
| typically a tiny square or dot which contains a single point of color of a larger image. |
|
|
Term
| Hexadecimal Number System |
|
Definition
| A number system consisting of 16 distinct symbols - 0-9 and A-F - which can occur in each place value. |
|
|
Term
|
Definition
| light are added together in to reproduce a broad array of colors. |
|
|
Term
|
Definition
| A computation in which rows from a data set are grouped together and used to compute a single value of more significant meaning or measurement. |
|
|
Term
|
Definition
| a data compression method that uses inexact approximations, discarding some data to represent the content. |
|
|
Term
|
Definition
| In spreadsheet software, it is the name of the tool used to create summary tables. |
|
|
Term
|
Definition
| A table that shows the results of aggregations performed data from a larger data set |
|
|
Term
|
Definition
| A single value of either TRUE or FALSE |
|
|
Term
|
Definition
| In programming, an expression that evaluates to TRUE or FALSE |
|
|
Term
|
Definition
| A “hard” problem for a computer is one in which it cannot arrive at a solution in a reasonable amount of time. |
|
|
Term
|
Definition
| A programming language designed by Sun Microsystems that can be integrated into standard HTML pages to add some dynamic features. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
| Random Substitution Cipher |
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
| A program which replicates or mimics key features of a real world event in order to investigate its behavior without the cost, time, or danger of running and experiment in real life. |
|
|
Term
|
Definition
| A command that can be set up to trigger a function when particular type of event occurs on a particular UI element. |
|
|
Term
|
Definition
| A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select whether or not to run a certain block of statements |
|
|
Term
|
Definition
| A variable whose scope is “global” to the program, it can be used and updated by any part of the code. |
|
|
Term
|
Definition
| A program designed to run blocks of code or functions in response to specified events (e.g. a mouse clock). |
|
|
Term
|
Definition
| A variable with local scope is one that can only be seen, used and updated by code within the same scope. |
|
|
Term
|
Definition
| To link together or join. Typically used when joining together text Strings in programming (e.g. “hello, “+name) |
|
|
Term
|
Definition
| The visual elements of an program through which a user controls or communications the application. |
|
|
Term
|
Definition
| All values in programming language have a “type” - such as a Number, Boolean, String |
|
|
Term
|
Definition
| A placeholder for a piece of information that can change. |
|
|
Term
|
Definition
| A function specified as part of an event listener; it is written by the programmer but called by the system as the result of an event trigger |
|
|
Term
|
Definition
| A data structure in JavaScript used to represent a list. |
|
|
Term
|
Definition
| A value sent back by a function to the place in the code where the function was called from - typically asking for value (e.g. getText(id)) |
|
|
Term
| Every Web Page Has Its Own URL |
|
Definition
Examples https://www.techterms.com https://techterms.com/definition/internet |
|
|
Term
| WiFi ( Wireless Fidelity ) |
|
Definition
| Wireless networking technology that allows computers and other devices to communicate over a wireless signal. |
|
|
Term
|
Definition
| A wireless technology that enables communication between computer devices. |
|
|
Term
| FiOS ( Fiber Optic Service ) |
|
Definition
| The use of fiber optic cables to transmit data via pulses of light. |
|
|
Term
|
Definition
| A collection of fourth generation cellular data technologies. |
|
|
Term
|
Definition
| A step-by-step list of instructions that allows you to complete a task |
|
|