AP computer science unit 2

AP computer science unit 2

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Python KS3

Python KS3

6th - 9th Grade

17 Qs

Python Conditionals

Python Conditionals

9th - 11th Grade

17 Qs

Unit 6 Coding

Unit 6 Coding

9th - 12th Grade

10 Qs

Intro to Java Loops

Intro to Java Loops

9th - 12th Grade

15 Qs

Variables and Data Types Knowledge Check

Variables and Data Types Knowledge Check

9th - 12th Grade

16 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

AP computer science unit 2

AP computer science unit 2

Assessment

Quiz

9th - 12th Grade

Medium

Created by

Sherry Dieterich

Used 786+ 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

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);

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?