AP CSA 1.2 Variables and Data Types

AP CSA 1.2 Variables and Data Types

11th - 12th Grade

19 Qs

quiz-placeholder

Similar activities

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Data Type

Data Type

7th - 12th Grade

20 Qs

STATIC KEYWORD IN JAVA

STATIC KEYWORD IN JAVA

9th - 12th Grade

18 Qs

Java Level 1 - D

Java Level 1 - D

12th Grade

15 Qs

Mengenal Algoritma dan Pemrograman C++

Mengenal Algoritma dan Pemrograman C++

10th Grade - University

15 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

1) Python Data Types

1) Python Data Types

8th - 11th Grade

23 Qs

Code.org: AP CSA U3, Lessons 1-6 Review

Code.org: AP CSA U3, Lessons 1-6 Review

11th - 12th Grade

20 Qs

AP CSA 1.2 Variables and Data Types

AP CSA 1.2 Variables and Data Types

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

Paula Drumm

Used 27+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the data type of 6

boolean

int

double

String

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the data type of 5.2

int

boolean

String

double

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the data type of true

int

boolean

String

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the data type of "Computer"

String

double

int

char

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the data type of 'b'

double

String

char

boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the error

b=6.2;

no error

A letter cannot hold a numerical data type

Data type is missing

int data type cannot hold a double

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the error

string name = 'computer';

missing data type

missing semi colon on the statment

string data type does not exist

String data type should be listed in a print statement

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?