Test 1 Study Guide Flashcards
Hardware?
Physical components of computer
Software
Computer programs
What are computer programs?
Written instructions to complete a task and these instructions are excuted by a computer
What is a browser
A program
What is a search engine?
Program that searches through indexes
How do a word processor and text editor differ?
A text editor allows use to write new code without formatting.
Word processors have formatting
What does a browser do?
Interprets html document and displays it
What was html contain
Text and tags
What type of coding is this?
element name{property name: prop value;}
CSS
What is a comment in CSS
/* this is an example of a comment */
The first two spaces in hexadecimal code stand for?
The amount of red in the color
In CSS if we wanted to apply color to the entire background what would be the code
In the style-
Body{background-color:lime;}
Images will automatically tile across the page unless?
You put
Body{background-image:url(image url here); background-repeat:no-repeat;}
To make a background size to the page you?
Background-size:cover;
To change a link when visited, what do you do in CSS
A:visited {color: pink;}
To change a link size when clicking in css
A:hover{font-size:24pt;}
What should a class look like in the body and in CSS
In body-
Class=“cow”
In style-
.cow{property name:property value;}
What should an Id look like in the body and style?
In body- id=“Gabe”
In style-
#gabe
What is machine language
Binary code
Assembly language is only a bit more advanced than what language
Binary