Feb 20, 2025 AP CompSci - 1st Period

Feb 20, 2025 AP CompSci - 1st Period

12th Grade

25 Qs

quiz-placeholder

Similar activities

CodeHS AP CSP Unit 3 Review

CodeHS AP CSP Unit 3 Review

11th - 12th Grade

22 Qs

Python basics recap

Python basics recap

9th - 12th Grade

20 Qs

SKT4 : Bab 1 : f) Tatasusunan & Subaturcara

SKT4 : Bab 1 : f) Tatasusunan & Subaturcara

10th - 12th Grade

24 Qs

SK T4 1.3 Pemboleh Ubah, Pemalar dan Jenis Data

SK T4 1.3 Pemboleh Ubah, Pemalar dan Jenis Data

9th - 12th Grade

20 Qs

python quiz

python quiz

12th Grade

20 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

CSA 1.1.3 - 1.1.4 Expressions, Assignments, and Compound Op

CSA 1.1.3 - 1.1.4 Expressions, Assignments, and Compound Op

10th - 12th Grade

20 Qs

String in C Programming

String in C Programming

University

26 Qs

Feb 20, 2025 AP CompSci - 1st Period

Feb 20, 2025 AP CompSci - 1st Period

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Scotty Johnson

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these should be declared as a final?

double pi = 3.14159;

double radius = 1.5;

double area = radius * radius * pi ;

pi

radius

area

all three

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output?

int a = 5;

int b = 8;

int c = 3;

System.out.println(a + b / c * 2);

2

8

9

12

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would be the one's digit if num were a two-digit number?

int A = num / 10;

int B = num % 10;

int C = num % 100;

int D = num % 100;

A

B

C

D

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would be the ten's digit if num were a two-digit number?

int A = num / 10;

int B = num % 10;

int C = num % 100;

int D = num % 100;

A

B

C

D

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of A?

int A = 9 + 10 % 12;

1

7

11

19

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of A?

int A = (9 + 10) % 12;

1

7

11

19

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of A?

int A = 9 – 2 % 12;

1

7

11

19

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?