Exploring Computer Science

Exploring Computer Science

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

APCSA Exam Review 2

APCSA Exam Review 2

11th Grade

16 Qs

X and Y Intercepts

X and Y Intercepts

8th - 12th Grade

15 Qs

Proving that 2 Lines are Parallel

Proving that 2 Lines are Parallel

8th - 12th Grade

13 Qs

LT 2.2 Proving Lines are Parallel

LT 2.2 Proving Lines are Parallel

8th - 10th Grade

18 Qs

Find Slope and X and Y Intercepts

Find Slope and X and Y Intercepts

9th Grade - University

14 Qs

Area entre curvas

Area entre curvas

12th Grade

15 Qs

Finding Intercepts Standard Form

Finding Intercepts Standard Form

9th Grade - University

15 Qs

Python Basics

Python Basics

8th - 12th Grade

12 Qs

Exploring Computer Science

Exploring Computer Science

Assessment

Quiz

Mathematics

9th - 12th Grade

Hard

CCSS
HSF.IF.A.1, 6.NS.C.7, 6.EE.A.2

+3

Standards-aligned

Created by

Charles Martinez

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which line of code would set x = to a number between 50 and 100?

int x = (int) (Math.random()*50)+50;

int x = (int) (Math.random()*50)-50;

int x = (int) (Math.random()*50)+51;

int x = (int) (Math.random()*50)+49;

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What is printed when the code is run?

Frankvelt

ranklivelt

Franko

lino

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What will print when this code is run?

7

9.0

5.66

5.0

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What will s equal? int s = Math.abs(13-21);

8

-8

8.0

-8.0

Tags

CCSS.6.NS.C.7

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Which would be a valid call to this code?

PT(21.0, 8);

PT(7,"4");

PT(2,4);

PT(1.0,1.0);

Tags

CCSS.HSF.IF.A.1

CCSS.HSF.IF.A.2

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What will l = after the code is run?

5

6

7

8

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What will p = after the code is run? String p = "cat " + 9;

cat

Nothing will print

The code will not compile

cat 9

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?