Programming

Programming

9th - 12th Grade

42 Qs

quiz-placeholder

Similar activities

Lab Safety Review

Lab Safety Review

7th - 12th Grade

44 Qs

UH 1 PEMROGRAMAN BERORIENTASI OBJEK

UH 1 PEMROGRAMAN BERORIENTASI OBJEK

12th Grade

40 Qs

Asesmen Sumatif Akhir DDK-PPLG Tahun Ajaran 2024-2025

Asesmen Sumatif Akhir DDK-PPLG Tahun Ajaran 2024-2025

10th Grade

40 Qs

Abstractions

Abstractions

11th - 12th Grade

42 Qs

Alice3 Quiz

Alice3 Quiz

12th Grade

40 Qs

Work, Power, and Energy

Work, Power, and Energy

9th - 11th Grade

47 Qs

Simple Machine Test Review

Simple Machine Test Review

8th - 9th Grade

47 Qs

AP Psychology Unit 3 Review Assessment

AP Psychology Unit 3 Review Assessment

11th Grade

40 Qs

Programming

Programming

Assessment

Quiz

Other

9th - 12th Grade

Easy

Created by

Caleb Papuga

Used 5+ times

FREE Resource

42 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

these are the number and types of variables or objects sent to a method

parameters

arguments

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ____ method executes first in an application, regardless of where you physically place it within its class.

execute()

main()

start()

run()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many objects can be made from a class?

None, you make classes from objects

one

As many as you want

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the statement int x; What is int ?

a variable

a data type

a class

an object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the statement

Bank tom = new Bank(5000.0);

Which is the object?

Bank

tom

new

5000.0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the statement int x; What is x ?

a variable

a data type

a class

an object

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) ____ causes a value to be sent from a called method back to the calling method.

return statement

method statement

instantiation

inheritance relationship

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?