CodeHS - Unit 2: Lessons 1 - 3

CodeHS - Unit 2: Lessons 1 - 3

11th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

CodeHS Unit 2

CodeHS Unit 2

11th - 12th Grade

13 Qs

String pada Java

String pada Java

12th Grade

15 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Introduction to Computer Science

Introduction to Computer Science

12th Grade

8 Qs

Jenis Data

Jenis Data

7th - 12th Grade

10 Qs

CodeHS - Unit 2: Lessons 1 - 3

CodeHS - Unit 2: Lessons 1 - 3

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Courtney Yatteau

Used 35+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to declare an integer variable?

int x = 3;

integer x = 3;

integer x is 3;

int x is 3;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct numeric java type to use for decimals?

Integer

Double

Char

Boolean

String

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which variable declaration below is correct?

int a = 4.5;

char grade = 95;

int a = 3/4;

char grade = 'A';

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which option correctly declares a string variable?

String name = Chris;

string name = "Chris";

string name = 'Chris';

String name = "Chris";

String name = 'Chris';

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which variable name is invalid?

eightName

_8name

8name

$eightname

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to obtain user input for a string?

readLine()

readInt()

readDouble()

readBoolean()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You must use quotations around a prompt in a readLine().


Example:

readLine("What's your name?");

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?