What is needed to be considered a computer
What is Input, Output, Processing and Storage
CSS stands for?
What is Cascading Style Sheet
What is HTML used for?
What is the Programming language used to structure or layout webpages
Finding and fixing errors in code
What is debugging
What is Binary
What is base 2 system for computers containing 0 and 1's
An Operating System does what?
What is Helps hardware and software work together (example, Windows, IOS, Android, Linux)
Styling just one element is called
What is inline styling?
Everything from the start to end tag - <h1>Heading</h1
What is HTML element
Iterations
What is looping through a block of code multiple times
Name of the test to determine if a computer is intelligent
What is the Turing Test
RAM is
What is Random Access Memory, Temporary storage
CSS border must have
What is style and width
<ul>
What is unordered list
Runs code only if a condition is met
IF – THEN - ELSE
What is Conditional
Name 3 different sorting algorithms
What is Quick sort, Bubble sort, Merge Sort, Insertion Sort, Selection Sort
How many bytes in a gigabyte
What is 1 billion
In the following the h1 is?
h1 {color:red;}
What is selector
Name HTML foundation
User Input Examples
What is Text, movement, mouse response, sensors
What is the following number. 10110001
What is 177
Uses HTML and CSS to create the web pages we see
What is Front end developer
Used to style an element in a unique way – can be used multiple times
What is CSS classes
In the following, What is the Link address
<a href=”http://nba.com”>National Basketball</a>
What is http://nba.com
An expression that can only evaluate to TRUE or FALS
What is Boolean
What are the 5 problem solving steps
What is
1. Define
2. Prepare
3. Try
4. Reflect
5. Repeat.