The physical machine is called a what?
Hardware
What operator uses the ** symbol?
Exponent
A collection of command given a name are called ____.
Function
A structure used to determine if a condition is true or false is called a(n) _______.
If statement
Finish the lyrics: He got 99 problems _______.
and the biggest one is me
The two basic categories of variable data types are
Integer and String
What is the order of operations?
PEMDAS
The fabs(x) function finds the ________.
absolute value
What relational operator uses the != symbol?
Not Equal
What time was Usher cruising the streets?
What digits consist of binary numbers?
0 and 1
What symbol and task describes the modular division?
% and remainder
What is a collection of code and functions that perform similar tasks?
Module
If I want to set two values equal to each other, what operator would I use?
==
Who holds the record for the most Grammys won?
Beyonce
There are three types of software: Operating system, compiler, ________.
Application
What is the output of following code?
print(13 % 2)
1
The randint(x,y) function finds a ________.
A random integer between and including x and y.
Which logical operator requires both conditions to be true for the overall condition to be true.
AND
What was the most popular TikTok trend of 2020?
Renegade dance challenge
This type of memory is short-term; temporary-power off, all information is lost.
Main Memory
Symbol that helps us perform actions on values and variables is called a
Operator
When using a built-in function, what is the first thing we write on line 1?
import module
If the grade equals 102, what is the following code true or false:
if grade >= 0 and grade <= 100:
False
What is the highest grossing movie of all time?
Avatar