Clue: The map of the United States contains this number of states.
Answer: 50
Clue: The American flag was officially adopted by the Continental Congress in this year.
Answer: 1777
Clue: This Seattle landmark represents optimism about science, technology, and space exploration.
Answer: Space Needle
This material is melted and used by many 3D printers to make objects.
Answer: Filament
Clue: This HTML tag is used to create a paragraph.
Answer: <p>
Clue: Alaska and Hawaii are the only two U.S. states that are not connected to this group of adjoining states.
Answer: The contiguous United States
Clue: The bald eagle was selected for the Great Seal of the United States in this year.
Answer: 1782
Clue: This New York landmark demonstrates the use of skyscraper engineering and Art Deco design.
Empire State Building
Clue: This part of an SQL statement identifies the table from which data is retrieved.
Answer: FROM
Clue: This keyword is commonly used to declare a variable whose value can be changed in javascript.
Answer: LET
Clue: The Golden Gate Bridge is located in this western U.S. state.
Answer: California
Clue: Construction of Mount Rushmore took place mainly between 1927 and this year.
Answer: 1941
Clue: This California landmark demonstrates how engineers overcame strong winds, deep water, and difficult geography.
Answer: Golden Gate Bridge
Clue: This robot part detects light, distance, movement or touch.
Answer: Sensor
Clue: This HTML element creates a clickable link to another webpage.
Answer: <a>
Clue: Mount Rushmore is located in this state.
Answer: South Dakota
Clue: The cornerstone of the United States Capitol was laid in this year.
Answer: 1793
Clue: The Space Needle was created during this period of growing interest in rockets, satellites, and space exploration.
Answer: The Space Age
Clue: Engineers use 3D printing to quickly create and test an early version of a product.
Answer : Prototype
Clue: This array method creates a new array by applying a function to every item in the original array.
Answer: map()
Clue: The map of America helps explain regional differences in climate, culture, trade, and this system that divides power between national and state governments.
Answer: Federalism
500 Points
Clue: The Lincoln Memorial was dedicated in 1922, more than fifty years after this president’s death.
Answer: Abraham Lincoln
Clue: The Empire State Building, Golden Gate Bridge, and Space Needle all demonstrate this American quality of creating new solutions through design and technology.
Answer: Innovation
Clue: This device acts as the “brain” of a robot by processing instructions and controlling sensors and motors.
Answer: Microcontroller
Clue: This selector targets a paragraph that is a direct child of an element with the class container in CSS.
Answer: .container > p