Search Header Logo

AP Computer Science A - Quiz 1 Variables and Data Types

Authored by Christopher Dunn

Computers

12th Grade

Used 1+ times

AP Computer Science A - Quiz 1 Variables and Data Types
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a string variable in Java?

string var = "This is a string";

string var = 'This is a string';

String var = 'This is a string';

String var = "This is a string";

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct declaration of an integer variable?

int num1 = 10.5;

int num1 = 10;

boolean num1 = 10;

double num1 = 10;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a double variable with a value of 11?

double num1 = 11;

double num1 = 11.0;

int num1 = 11.0;

boolean num1 = 11.0;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'final' keyword do when declaring a variable?

It allows the variable to be changed later.

It makes the variable accessible only within the class.

It makes the variable a global variable.

It prevents the variable from being reassigned.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid boolean declaration?

boolean isTrue = 'true';

boolean isTrue = TRUE;

boolean isTrue = True;

boolean isTrue = true;

Access all questions and much more by creating a free account

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?