Variables and Data Types

Variables and Data Types

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Final Review - Unit 1

Final Review - Unit 1

9th - 12th Grade

15 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

Variabel dan Tipe Data

Variabel dan Tipe Data

10th Grade

10 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

CodeHS 2.2 Variables and Types

CodeHS 2.2 Variables and Types

9th - 12th Grade

8 Qs

CSA 1.1.2 Variables & Data Types

CSA 1.1.2 Variables & Data Types

11th - 12th Grade

13 Qs

Java - arrays and String methods

Java - arrays and String methods

9th - 12th Grade

12 Qs

Programming Basics

Programming Basics

11th - 12th Grade

10 Qs

Variables and Data Types

Variables and Data Types

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Jennifer Hoagland

Used 209+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a primitive data type?

int

double

boolean

String

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type should we use to hold a student's average in a class?

int

double

boolean

String

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type should we use to hold how many student's are in a class?

int

double

boolean

String

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type should we use to hold the name of your favorite color?

int

double

boolean

String

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type should we use to hold if you have a pet?

int

double

boolean

String

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false:

This is a correct initialization of a variable.


int numBooks = 6;

true

false

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false:

This is a correct initialization of a variable.


int myTemperature = 98.2;

true

false

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?