Exploring Computer Science

Exploring Computer Science

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

C++ Coding Problems

C++ Coding Problems

4th Grade - Professional Development

10 Qs

C Programming Unit 2 Review

C Programming Unit 2 Review

12th Grade

15 Qs

Standard Form Ax + By = C

Standard Form Ax + By = C

9th - 10th Grade

18 Qs

IDT S1 Final Review Part 2

IDT S1 Final Review Part 2

8th - 12th Grade

10 Qs

Java Operators

Java Operators

9th - 12th Grade

10 Qs

Python Unit 3 QUIZ - Graded

Python Unit 3 QUIZ - Graded

10th - 12th Grade

10 Qs

PYTHON - SKILL#1.1 - JR

PYTHON - SKILL#1.1 - JR

11th Grade

13 Qs

Chapter 1 Review

Chapter 1 Review

9th - 12th Grade

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