1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What are the three numeric data types in Python?
Integers, Floats, and Complex numbers.
Fill in the blank: An __________ is a whole number in Python.
Integer/int
What type of number is a Float in Python?
Decimal number.
Fill in the blank: A __________ number can be negative or have a letter next to it in Python.
Complex
Define an Algorithm.
A step-by-step procedure or formula for solving problems or completing tasks.
What is pseudocode?
Textual representation of algorithms.
Fill in the blank: __________ are charts that represent algorithms or pseudocode using shapes.
Flowcharts
Define abstraction in programming.
A principle that hides complex reality while exposing only necessary parts.
What is Decomposition?
The process of breaking down a complex problem into smaller, manageable parts.
What is Pattern Recognition in programming?
The ability to identify patterns or trends in data to make predictions or improve efficiency.
Define Debugging.
The process of identifying and removing errors or bugs from a program.
What is a Syntax Error?
An error that occurs when the programmer violates the grammatical rules of the programming language.
Fill in the blank: A __________ Error is an error in meaning, not syntax, and occurs when the code runs but produces incorrect results.
Semantic
What are Program Libraries?
Collections of pre-written code that optimize programming and provide functions for common tasks.
Define Variables in programming.
Symbols that store data values in a program and can hold different types of data.