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

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

Pemrograman C++ (Dasar)

Pemrograman C++ (Dasar)

11th Grade

18 Qs

Java Basics

Java Basics

12th Grade

17 Qs

AP CSA U1L01-03

AP CSA U1L01-03

11th - 12th Grade

18 Qs

Variables and Loops Review

Variables and Loops Review

9th - 12th Grade

20 Qs

GCSE Computer Science Data types

GCSE Computer Science Data types

10th - 12th Grade

18 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

JAVA string

JAVA string

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?