• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/66

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

66 Cards in this Set

  • Front
  • Back
hardware
physical components of a computer
software
a collective term for programs
firmware
combination of software and hardware, devices that have programs in them
bit-mapped
It is a type of memory organization or image file format used to store digital images
pixels
the smallest controllable element of a picture represented on the screen
RGB
Red, Green, Blue
All colors of the computer are combinations of RGB
motherboard
known as the mainboard, system board, planar board or logic board[1]) is a printed circuit board (PCB) found in all modern computers which holds many of the crucial components of the system, such as the central processing unit (CPU) and memory, and provides connectors for other peripherals.
microprocessor
It is a multipurpose, programmable device that accepts digital data as input, processes it according to instructions stored in its memory, and provides results as output
RAM memory
Random Access Memory
the computer can refer to the memory location in any order,
you can change/edit project and it will save the immediate changes but will lose it when the computer is turned off
ROM memory
Read-Only Memory

memory that is not easily changed, tells the computer how to turn on and turn off.
SSD memory
Solid-State memory, Hard disk

this is where you save a doc for later.
ARM
Advanced Risc Machine; a standard computer that is often embedded in other kinds of chips or is a component of a consumer device; microchip
input device
a computer device; transfers an action from the physical world to the computer world
output device
printer
programs
the instructions computers perform to implement applications
software stack
a series of layers of programs that implement user applications
virtual
"not real, but as if"
sourced content
content produced for commercial purposes or to fulfill an information dissemination obligation
social content
information created by visitors
boot/reboot
start/restart a computer
algorithm
a precise, systematic method for producing a specified result; programs are algorithms
abstract
to remove the basic concept, idea, or process from a situation
synchronous communication
requires that both the sender and the receiver are active at the same time
asynchronous communication
the sending and receiving occur at different times
broadcast communication
involves a single sender and many receivers
multicast
many receivers but the intended recipients are not the whole population
point-to-point communication
one specific sender and receiver
client/server interaction
interactions over the internet
web server
server in the client server interaction
IP address
(internet protocol) a series of four numbers (one byte each) separated by dots
domain
a related group of networked computers
DNS
Domain Name System- translates the hierarchical human-readable names into the four-number IP addresses
authoritative name server
it keeps the complete list of the IP addresses and corresponding domain names
root name servers
know the IP addresses for their domain (.com .edu)
TLD
top-level domain

.com .org .net .mil .gov
TCP/IP
(transmission control protocol/internet protocol)
the sending process of information from one computer to another (postcard analogy)
IP packet
like the postcard in the TCP/IP
payload
data in the IP packet
WAN
Wide Area Network -networks designed to send information between two locations widely separated and not directly connected; info takes hops
LAN
Local Area Network- when computers are close enough to be linked by a single cable or pair of wires -uses Ethernet Network
Web Servers
Computer programmed to send files to browsers running on other computers connected to the internet
World Wide Web
www webservers and files
URL
Universal Resource Locator- name of a file on a web server
http
hypertext transfer protocol tells the computer how to handle the file
server computer's name
server's IP address
Page's pathname
the sequence following the IP address
XHTML
extensible hypertext markup language
tags
words enclosed in angle brackets
singleton tag
the closing angle bracket is replaced by />
4 structural tags
html, title, head, body,
open source browser
the program code is readily available and any programmer can contribute to it
white space
html does not convert white space unless specifically instructed; exception: <pre> </pre>
escape symbol
used to display irregular characters, ampersand
hyperlinks
link on a webpage to a different file
anchor text
the text in the current document "the link"
hyperlink reference
the address of the other webpage file
anchor tag
<a href="file_pathname"> alt=Web Page </a>
absolute pathnames
referencing a correctly written, separate URL
relative pathnames
pages that are stored in the same pathname/ same file hierarchy
image tag
specifies a file that contains an image <img src = "filename" alt = "description" />
attributes
an additional specification inside a tag
element
the string of symbols that indicates the type of tag
value
the specification of the attribute
properties
characteristics of page components
CSS
cascading style sheets- styling system for documents
class
a family of styling specifications with a common name