What does HTML stand for?
Hyper Text Markup Language
What is a loop?
A control structure used to repeat a block of code multiple times
What is encryption?
The process of converting a message into code, which prevents unauthorized access
What is the process of debugging?
The process of debugging involves finding and fixing errors or "bugs" in software code
Who is the founder of Microsoft?
Bill Gates
What does CSS stand for?
Cascading Style Sheets
Which data type represents True/False statements?
Boolean
What is a white-hat hacker?
A person who is an ethical hacker and tests a company's system for security weaknesses with permission
What does LLM stand for?
Large Language Model
Who was considered the first programmer? (Hint: she was a mathematician)
Ada Lovelace
Which HTML tag is used to create a paragraph?
<p>
How do you comment out a single line of code in Python?
# This is a comment
What is the purpose of a firewall in a computer network?
To protect against unauthorized access
What does "syntax error" mean?
The computer can't understand the code due to a mistake in the structure or grammar of code
Which company created the first personal computer?
IBM
What are the three ways to use/include CSS? (what are the three CSS styling methods)
Inline CSS, Internal CSS, and External CSS
What is a conditional statement and what are some common conditional words?
A conditional statement is a programming construct that executes different blocks of code depending on whether a specific condition is true/false. Key words in conditional statements are if, elif, and else.
What encryption technique involves shifting each letter in a message by a certain number of positions down the alphabet? (Hint: this technique is named after a famous Roman general)
Caesar Cipher
What is the smallest unit of data in a computer?
Bit
Which computer scientist invented the first computer compiler?
Grace Hopper
Which CSS property is used to control the spacing between the content of an element and its border?
Padding
Name a common type of back-end testing developers use to check their code
Unit testing, Integration testing, API testing, Database testing, Performance testing, or Security testing
What is social engineering?
A technique used by scammers/hackers in order to manipulate their victims and obtain their victims' information
What is the term for integrating Front-end development and Back-end development?
Full-stack development
Who is known as the father of computer science?