Comp Sci Jobs
Coding Lingo
Python Basics
Input and output
Debugging and Errors
100

This computer science professional writes code to create applications, games, and software.

What is a software developer?

100

This term refers to a mistake in a program that causes unexpected results.

What is a bug?

100

This programming language is known for readable syntax and uses indentation to organize code.

What is Python?

100

This function allows users to type information into a program.

What is input()?

100

Mistakes in code are commonly called these.

What are errors or bugs?

200

This technology career focuses on building and maintaining websites.

What is a web developer?

200

This slang term means fixing problems in code.

What is debugging?

200

This symbol is commonly used in Python to add comments to code.

What is the hashtag or pound sign (#)?

200

Converting user input into a number often requires using this function for integers.

What is int()?

200

This type of error occurs when Python cannot understand the code structure.

What is a syntax error?

300

This field focuses on protecting systems and networks from hackers and attacks.

What is cybersecurity?

300

This word describes instructions written in a programming language.

What is code?

300

This function displays information to the screen.

What is print()?

300

this feature in Python lets you mix words and values together in a message you print.

What is formatting a string?

300

This debugging tool allows programmers to step through code line by line.

What is the Python debugger?

400

This professional analyzes large sets of information to identify trends and insights.

What is a data analyst?

400

This term refers to repeating a set of instructions multiple times.

What is a loop?

400

The process of translating Python code into instructions the computer can run is called this.

What is interpreting?

400

This tells Python to move to the next line when printing text.

What is a new line?

400

An infinite loop is usually caused by this type of programming mistake.

What is faulty loop logic or a logic error?

500

This computer science job designs and manages databases used by organizations.

What is a database administrator?

500

This phrase describes code that is easy to read, organized, and understandable.

What is clean code?

500

This file extension is commonly used for Python programs.

What is .py?

500

This function lets the program pause and wait for the user to type something.

What is input()?

500

This type of error happens while the program is running.

What is a runtime error?

M
e
n
u