AP CSA | U2_L1 Variables

AP CSA | U2_L1 Variables

12th Grade

25 Qs

quiz-placeholder

Similar activities

GAD Review - Game Industry

GAD Review - Game Industry

9th - 12th Grade

22 Qs

KELAS 7 1

KELAS 7 1

9th - 12th Grade

20 Qs

Network topologies

Network topologies

8th Grade - University

20 Qs

Introducción a las bases de datos

Introducción a las bases de datos

12th Grade

20 Qs

Programming: Which Loop?

Programming: Which Loop?

9th - 12th Grade

20 Qs

SQL Revision for Year 12

SQL Revision for Year 12

11th - 12th Grade

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

2324tx6

2324tx6

9th - 12th Grade

20 Qs

AP CSA | U2_L1 Variables

AP CSA | U2_L1 Variables

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Cyber Professor - Mr. B

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 2 pts

What are the references for three basic data types?

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?