Programming | HTML | SHPE | Miscellaneous |
---|---|---|---|
What is Binary?
Alternatives: Machine Code, Beep Boop, 1's & 0's
What language does a computer understand
|
What is HyperText Markup Language?
What does HTML stand for?
|
What is 1994?
What year was TAMU SHPE founded?
|
What is Jeff Bezos?
Who is the richest person with a Comp Sci degree (aside from Jonathan)?
|
What is Java, C++, C#, Rust, Go, ... ?
Name a compiled Programming Language.
|
What is Larger?
Does h3 generate smaller or larger headings than h5?
|
What is Charlotte, North Carolina?
Where will National Convention be held next year?
|
What is Linux?
What Operating System do the Zachary Labs use?
|
What is Python?
Which language doesn't use curly braces?
|
What is div ?
Which HTML tag is used to group elements together?
|
What is Anthony Caballero
Who is member of the week?
|
What is Facebook, Apple, Amazon, Netflix, & Google?
Name the FAANG companies?
|
What is:
10 9 8 7 6 5 4 3 2 1
What is the output of this code?
for i in range (10): print(10-i, end=" ") |
What is HyperText Transfer Protocol Secure?
What does the "S" mean when differentiating between HTTP and HTTPS?
|
What is RevVil?
What is the name of the team that won SHPEathon?
|
What is Machine Learning / Artificial Intelligence?
What technology does Facial Recognition utilize?
|
What is:
[1, 2, 3, 4]
What is the output of this code?
myList = [1,2,3,4,5] copy = myList copy.pop() print(myList) |
What is iframe
What HTML tag is used to embed websites, videos, and files?
|
What is Myra Gonzales, Noemi Mendoza
Name one SHPE advisor?
|
What is:
BFS, DFS, Dijkstra, Binary Search, Merge Sort, Topological Sort ... Arrays/Lists, Strings, Hash Maps, Trees, Graphs, ...
Name one programming algorithm and data structure?
|