
Python_Quiz1
Quiz by MrsAdams
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
48 questions
Show answers
- Q1The symbols used to tell the computers what specific operation to perform on the numbers that surround them.Operators30s
- Q2In computer programming, this is a character that represents an action.Operators30s
- Q3The Various Math Operators+ - * /30s
- Q4Operator for Addition+30s
- Q5Operator for Subtraction-30s
- Q6Operator for Multiplication*30s
- Q7Operator for Division/30s
- Q8(In Python) Whole numbers like 4, 0, 99Integers30s
- Q9Numbers with fractions or decimal Points like 3.5, 42.1, & 5.0 (In Python)Floating Point Numbers30s
- Q10In a programming language is a combination of explicit values, constants, variables, operators, and functions that are interpreted according to the particular rules of precedence and of association for a particular programming language, which computes and then produces another valueExpression30s
- Q11Made up of values connected by operators.Expressions30s
- Q12You may put these amount of space in between the integers and the operators.Any Amount of Space30s
- Q132 + 2Expression30s
- Q14Type of valueNumbers30s
- Q15Type of NumberIntegers30s