Vocab
Codes
Code.org Questions
Computer Science Careers
Units/Lessons/Bubbles
100

What does HTML stand for?

What is Hypertext Markup Language?

100

What ends a specific code?

What is a back slash?

100

What does it mean if part of your code is pink?

What is the code has a bug?

100

What role in the military can computer science majors have?

What is becoming a hacker?

100

How do computers process information?

What is inputs?

200

What is code?

What is a set of written instructions?
200

What symbol represents the start and close tag?

What is the < and > or less than and greater than sign?

200

What does the inspector tool do?

What is highlighting the part of code that controls what part of the preview you selected?

200

What is the occupation that most computer science majors are in?

What is a software developer?

200

What is a HTML element?

What is a piece of a website that starts with a start tag and ends with a close tag?

300

What are the names of a pair of coding partners at the same computer?

What are the Driver and the Navigator?

300

What is the order for header size from smallest to largest?

What is h6, h5, h4, h3, h2, and h1?

300

What are the four main types of processing?

What is if/then, counting, finding a match, and comparing?

300

What is the degree that you must have before becoming a computer science teacher?

What is a Bachelor's degree?

300

What are the 4 steps of the Problem Solving Process?

What is Define-Prepare-Try-Reflect?

400

What does Null in coding mean?

What is no value?

400

What are the 3 tags for bullets, numbered lines, and lists?

What are <ul></ul>, <ol></ol>, <li></li>?

400

What coding language does code.org use?

What is JavaScript?

400

How long does it take to obtain a Master's degree in computer science?

What is 4-5 years?

400

What are the 4 main types of computing?

What is input, output, storage, and processing?

500

What is the DNS?

What is the service that translates URLs into IP addresses?

500

What is the code for a linked style sheet?

What is <link rel="stylesheet" href="style.css" type="text/css" />?

500

How many school districts have partnered with code.org?

What is 70 public school districts?

500

What is the average salary of a computer science occupation?

What is $82,000?

500

What are the main components of a HTML?

What is DOCTYPE, html, head, title, body, heading, and paragraph?