Computers
CSS
Web development
Programming
Random
100

What is needed to be considered a computer

What is Input, Output, Processing and Storage

100

CSS stands for?

What is Cascading Style Sheet

100

What is HTML used for?

What is the Programming language used to structure or layout webpages

100

Finding and fixing errors in code

What is debugging

100

What is Binary

What is base 2 system for computers containing 0 and 1's

200

An Operating System does what?

What is Helps hardware and software work together (example, Windows, IOS, Android, Linux)

200

Styling just one element is called

What is inline styling?

200

Everything from the start to end tag - <h1>Heading</h1

What is HTML element

200

Iterations

What is looping through a block of code multiple times

200

Name of the test to determine if a computer is intelligent

What is the Turing Test

300

RAM is 

What is Random Access Memory,  Temporary storage

300

CSS border must have

What is style and width

300

<ul>

What is unordered list

300

Runs code only if a condition is met
IF – THEN - ELSE

What is Conditional

300

Name 3 different sorting algorithms

What is Quick sort, Bubble sort, Merge Sort, Insertion Sort, Selection Sort

400

How many bytes in a gigabyte

What is 1 billion

400

In the following the h1 is?

h1 {color:red;}

What is selector

400

Name HTML foundation


400

User Input Examples

What is Text, movement, mouse response, sensors

400

What is the following number. 10110001

What is 177

500

Uses HTML and CSS to create the web pages we see

What is Front end developer

500

Used to style an element in a unique way – can be used multiple times

What is CSS classes

500

In the following, What is the Link address

<a href=”http://nba.com”>National Basketball</a>

500

An expression that can only evaluate to TRUE or FALS

What is Boolean

500

What are the 5 problem solving steps

What is 

1. Define

2. Prepare

3. Try

4. Reflect

5. Repeat.