AP CSA 3.3 (If Else Statements)

AP CSA 3.3 (If Else Statements)

10th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Perangkat Lunak Pengolah Angka II

Perangkat Lunak Pengolah Angka II

10th Grade

10 Qs

тест экз 1 группа

тест экз 1 группа

10th Grade

9 Qs

Code.org Unit 7 Test

Code.org Unit 7 Test

9th - 12th Grade

8 Qs

مشروع تقن

مشروع تقن

10th Grade

5 Qs

ArrayList Review

ArrayList Review

9th Grade - University

11 Qs

UH EXCEL TIK

UH EXCEL TIK

10th Grade

10 Qs

Java while loops

Java while loops

10th - 12th Grade

10 Qs

Quiz: Python Conditional Statements

Quiz: Python Conditional Statements

12th Grade

10 Qs

AP CSA 3.3 (If Else Statements)

AP CSA 3.3 (If Else Statements)

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Herman Galioulline

Used 27+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

isLeapYear(1900)

isLeapYear(1984)

isLeapYear(2000)

isLeapYear(2001)

isLeapYear(2010)

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

degrees = 90;

degrees = 94;

degrees = 95;

degrees = 96;

The code will work as intended for all values of degrees.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

I only

II only

I and II only

II and III only

I, II, and III

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

num = 20, min = 30, max = 50

num = 30, min = 20, max = 40

num = 40, min = 10, max = 40

num = 50, min = 50, max = 50

num = 60, min = 40, max = 50

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

a = 1, b = 1, c = 2

a = 1, b = 2, c = 1

a = 1, b = 2, c = 3

a = 2, b = 2, c = 2

a = 3, b = 2, c = 1

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

randomNumber = 0.70;

randomNumber = 0.80;

randomNumber = 0.85;

randomNumber = 0.90;

randomNumber = 1.00;