Exploring Computer Science

Exploring Computer Science

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Integral Tentu

Integral Tentu

12th Grade

15 Qs

Posttes Integral tak tentu pertemuan 1

Posttes Integral tak tentu pertemuan 1

11th Grade

10 Qs

Definite integrals and its properties

Definite integrals and its properties

11th - 12th Grade

11 Qs

Unit 6 Assignment 6-4

Unit 6 Assignment 6-4

9th - 11th Grade

13 Qs

Graphing Linear Equations

Graphing Linear Equations

9th - 10th Grade

17 Qs

Day 2 Summer School 2024 Slope

Day 2 Summer School 2024 Slope

9th - 12th Grade

15 Qs

Lập trình C (2)

Lập trình C (2)

12th Grade

15 Qs

X Intercepts from a Standard Form Equation

X Intercepts from a Standard Form Equation

9th - 10th Grade

16 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?