Vocabulary
CODES
Career Opportunities
Random Questions
Examples
100

What are inputs?

What is the information computers get from users, devices, or other computers?

100

What is the code for a paragraph?

What is <p></p>?

100

What is this career?

  • Code and test programming for software and mobile apps.
  • Develop and deploy computer applications.
  • Execute code builds to test and production environments.
  • Fix bugs in existing code.
  • Collaborate with product, design, and marketing teams

What is Computer programmer?

100

How do I use the Inspector Tool?


What is to turn on the Inspector Tool, click . You will know that the Inspector Tool is on because the button will turn white and say "Inspector: On". Once you turn on the Inspector Tool, you can hover over anything in the preview area and Web Lab will highlight the code that is making that part of the page appear. 

100

What is wrong with this code?

<p>My favorit animals r birds.</p>

What is Are and Favorite are both spelled wrong?

200

What are Outputs?

What is the information computers give to users, devices, or other computers?

200

What is the code for HTML?

What is <html></html>?

200

What career is this?

A person who designs, builds, or maintains engines, machines, or public works.

What is a Engineer?

200

What are examples of Inputs?

What is...?

  • Pin 

  • Joystick

  • Keyboard

  • Scanner

  • Camera

  • webcam

200

What is missing from this code?

<html>

<head>

<meta charset="utf-8">

</head>

</body>

</html>

What is <body>?

300

What content should you put on a website?

What is the text and images?

300

What does the code <head></head> stand for?

What is Head?

300

What is this career?

Use specialized software to store and organize data. The role may include capacity planning, installation, configuration, database design, migration, performance monitoring, security, troubleshooting, as well as backup and data recovery.

What is a Database administrator?

300

What are examples of Outputs?

What is...?

  • Printer

  • Speaker

  • Fax machine 

  • headphones

  • Monitor

  • Plotter

300

What is wrong with this code?

<head>

<title>Title of the document<title>

<head>

What is the HTML close tag is missing from the end <tittle/> and the end <head/>?

400

What is a HTML Tag?

What is The special set of characters that indicates the start and end of an HTML element and that element's type?

400

Where you you put this code -<link rel="stylesheet" href="style.css" type="text/css" />- imbetween? <html></html>? Or <head></head>?

What is <head></head>?

400

What is this career?

Develops, tests, and evaluates software and personal computers by combining their knowledge of engineering, computer science, and math analysis.

What is a computer systems engineer?

400

What can help us to work together and solve problems as a team?

What is...?

 

  • Google Meet/Zoom
  • Face Time

  • Group Texting

  • Google sharing
400

Where would I put the content of the document? Imbetween what codes?

What is <body></body>?

500

What is HTML?

What is Hypertext Markup Language, a language used to create web pages?

500

What does <!DOCTYPE> declare?

What is the version of HTML the page is written in.

500

Whats is this career?

developing and modifying source code.

What is a Software application developer?

500

What are examples of storage?

What is...?

  • Hard Disk Drive (HDD)
  • Solid State Drive.
  • Random Access Memory (RAM)
  • CD, DVD and Blu-Ray Discs.
  • DVD-RAM.
500

What does <h1></h1> mean and where does it go imbetween?

What is <h1>This is a heading</h1> and it goes imbetween <body></body>?