The output of this program:
x = 5
print(x + 1)
6
Python is a ______ language.
programming
Any positive, negative, or zero whole number.
int
Something you use to include or exclude certain entries.
Filter
Number of pets is this type of data.
The output of this program:
x = 2
print(x + x - 1 + 5)
8
The place that you print to.
Console
String
What must be typed before any function is called in Google Sheets.
=
A visualization that analyzes trends over time.
Line graph
The output of this program:
x = "tri"
y = "cycle"
print(y + x)
cycletri
print is one, since it's something you call to run specific code.
Function
true and false are stored by this type.
Boolean
An option in "Edit" that lets you substitute any incorrect data.
Find and replace
An unbiased way to select participants in a study.
Random sampling
The output of this program:
x = "December"
y = 10
print(x + y)
December10
prnt("Hello World!") is this kind of error.
Syntax error
4.3 and -7.0 are this data type.
float
You can separate 6'3 into a foot and inch column using this option in "Data."
Split text into columns
Question bias
The output of this program:
x = "Data"
y = "Science"
print("The " + y + " of " + x)
The Science of Data
The 49 in print(49) and the "Hello World!" in print("Hello World!") are examples of this.
Argument
If you use the addition sign + for this data type, it'll glue two things together in order.
String
.csv files have all entries separated by this.
,
This woman could calculate faster than NASA's computers.
Katherine Johnson