What are the references for three basic data types?
AP CSA | U2_L1 Variables

Quiz
•
Computers
•
12th Grade
•
Medium
Cyber Professor - Mr. B
Used 2+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 2 pts
string
int
flt
str
float
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What data type should we use to hold if you have a pet?
int
double
boolean
String
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What type of data is the following?: X = "195.67"
Float
String
Boolean
integer
4.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
True or false:
This is a correct initialization of a variable.
boolean happy = true;
true
false
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
True or false:
This is a correct initialization of a variable.
String favoriteDay = "Saturday";
true
false
6.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
What are the final values of x and y in the following code segment?
int x = 3;
int y = ++x * 5 / 2;
x = 3, y = 10
x = 4, y =7
x = 4, y = 10
x = 3, y = 7
This code segment will not compile.
7.
MULTIPLE CHOICE QUESTION
3 mins • 3 pts
What does the following Python program print?
X = "Hello World!"
Y = "I can code "
Z = " In Python"
print( X + Y + Z)
Hello World! I can code In Python
Hello World!I can code In Python
Hello World! I can codeIn Python
Hello World!I can code In Python
Answer explanation
There is a space after the word "code" and before the word "In".
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Python variables, expressions, and data types

Quiz
•
9th - 12th Grade
20 questions
Grade 7 Python Programming Quiz

Quiz
•
7th Grade - University
20 questions
Python básico

Quiz
•
9th - 12th Grade
20 questions
Basic Python

Quiz
•
10th - 12th Grade
20 questions
Python Basics Review (TSK)

Quiz
•
9th - 12th Grade
20 questions
Unit 3 Python TEST

Quiz
•
11th - 12th Grade
20 questions
Python Basics (CodeHS)

Quiz
•
7th - 12th Grade
20 questions
Python Basic 1

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University