Definitions
Coding
Random Computing Questions
Parts of a Computer
Tags
100

CSS (Cascading Style Sheets  

What is a stylesheet language used to describe the presentation of a document written in HTML.

100

Do you have to have a <head> and <body> tag?

What is the correct order in HTML, yes you have to have both. 

100

What is an EULA?


What is the right to use a program or app

100

A__ always connects one computer to other computers and peripheral devices.

What is Port

100

Tag defines a paragraph.

What is <p> Tag

200

What does HTML stand for? and what is it?

 What is Hypertext Markup Language, is a way to code a document  that lets an HTML reader  know how to render certain types of information.

200

When something turns pink, What is it indicating?

What is a coding error?, When there is pink code in your HTML that is it telling you that you've made a typing error or missing something.

200

Data that a computer accepts and processes is called

What is Input 

200

 Is data that a computer sends.

What is Output

200

Tag defines the document's body.

What is <body> tag

300

External links

What are External links are a hyperlinks that point at (target) any domain other than the domain the link exists on (source).

300

What is the link for linking CSS to HTML?

What is  <link rel="stylesheet" href="styles.css"> ?

300

The system generates regular electronic pulses that set the operating pace of the system unit

What is control

300

 A mechanism that enables a computer to retain data, either temporarily or permanently.

What is Storage 

300

Defines a thematic break in an HTML page

What is <hr> tag

400

Internal Links 

What are internal Links are hyperlinks that point at (target) the same domain as the domain that the link exists on (source).

400

What is the tag used to create bullet points in HTML?

What is <ul> , <li> ?

400

Tag set for text to appear in the browser window

What is <head>

400

Data that a computer accepts and processes is called

What is Input
400

 Produces a line break in text

What is <br> tag

500

Toggle

What is a key that is one that switches between two states each time a liser presses the key

500

What is Random Numbers?

What is the game generator to pick a random spot that you can control and edit?

500

The operating system sometimes is called the

What is Port

500

Is a flash memory storage device that contains its own processor to manage its
storage.

What is Thumbdrive

500

Used to embed an image in an HTML page.

What is <img> tag