• 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/65

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;

65 Cards in this Set

  • Front
  • Back

The first line in a HTML document

< !DOCTYPE html >

Used to make text italic

< em >

Used to make text bold

< strong >

Used to make this symbol ©

& copy ;

Used to make additional spaces

& nbsp ;

Used to make a horizontal line

< hr >

< ul > stands for

Unordered list

< ol > stands for

Ordered list

< tr > stands for

Table Row

< td > stands for

Table Data

< li > stands for

List Item

Used to link a page

< a href = "" >

Used to link email

< a href = " mail to: " >

Largest heading

< h1 >

Smallest heading

< h6 >

Used to make a paragraph

< p >

Used to make text indented

< block quote >

Use to insert an image

< img src = " " >

Used to link a css file

< link href = " filename .css " rel = "style sheet" >

< link href = " filename .css " rel = "style sheet" > needs to be placed in ______ section

Head

Syntax of CSS

selectors { property : value }

Selector can be an:

HTML Tag

Selector can be an:

Class

h1 { color:white ; background-color:darkgreen }

An example of HTML tag selector

.quote { color : green; text-transform:uppercase}

An example of class selector

Used to apply rules to multiple tags

< div >

Used to apply to single word(s)

< span >

______ is the term given to all aspects of managing & processing information using technology

Information Technology

Information Technology consists of:

Hardware

Information Technology consists of:

Software

Information Technology consists of:

Connectivity (Networks)

Any device or equipment such as: Laptops, Tablets, Robots, Etc

Hardware

Programs that run on the hardware

Software

Computer networks and telecommunications infrastructure allow multiple hardware devices to connect and share data and information.

Connectivity

A ______ is two or more computers that are connected together.

Network

The ______ is the largest network in the world.

Internet

One of the advantages of a network:

Computers can communicate and share information with each other.

One of the advantages of a network:

Computers can share other hardware devices such as printers and servers.

One of the advantages of a network:

Easy to backup all information

One of the advantages of a network:

Users can log onto any PC and have access to their files

One of the advantages of a network:

Can easily install software to all computers

One of the disadvantages of a network

Virus can spread easily

One of the disadvantages of a network

If the server fails then nobody can get access.

One of the disadvantages of a network

It costs money to setup and maintain a good network

One of the disadvantages of a network

As the number of users increases the speed reduces

A type of Network

LAN

A type of Network

WAN

LAN stands for

Local Area Network

WAN stands for

Wide Area Network

In a ______, computers are connected in a small area usually 1 or 2 buildings that are close together

LAN

A network in a school is considered a ______

LAN

A network for a business in a single building is considered a ______

LAN

In a ______, the network spans a large geographical area

WAN

A network for a business with many branches across cities is considered a ______

WAN

A network for banks is considered a ______

WAN

What is the largest WAN?

Internet

A private network contained within an organization or business used to share information and resources among coworkers.

Intranet

A network that allows employees within the organization to access resources like portal.

This is an example of...

Intranet

A private network that securely shares part of an organization’s information or operations with external partners

Extranet

a school giving access to parents to check their child’s performance .

This is an example of...

Extranet

The ______is a worldwide collection of computer networks, cooperating with each other to exchange data using a common software standard

Internet

An example of a data system (service) on the internet:

Email

An example of a data system (service) on the internet:

FTP (File Transfer Protocol)

An example of a data system (service) on the internet:

TELNET

An example of a data system (service) on the internet:

World Wide Web (WWW)