Unit Terms 2.3 -2.10

Unit Terms 2.3 -2.10

12th Grade

10 Qs

quiz-placeholder

Similar activities

NISD CS AP Exam Prep

NISD CS AP Exam Prep

10th - 12th Grade

12 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Windows 10-Disk Managment

Windows 10-Disk Managment

9th Grade - University

11 Qs

Week 8

Week 8

12th Grade

13 Qs

Project STEM AP CS A Unit 1 Quiz Review

Project STEM AP CS A Unit 1 Quiz Review

9th - 12th Grade

11 Qs

Methods in Java

Methods in Java

10th - 12th Grade

11 Qs

Java Fundamentals

Java Fundamentals

12th Grade

15 Qs

3.2 Limitations of Parameters

3.2 Limitations of Parameters

9th - 12th Grade

7 Qs

Unit Terms 2.3 -2.10

Unit Terms 2.3 -2.10

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Angel Ligon

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is null in java?

A keyword that indicates a reference object doesn’t point to any object data.

A keyword used to define a variable with no value

A value that represents an number object

A reference to a value in an object

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Overloading in Java.

Ability to define multiple methods with the same name and same parameters.
Ability to define multiple methods with the same name but different parameters.
Ability to define multiple methods with the same name but different return types.
Ability to define multiple methods with different names but the same parameters.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a method in Java?

A method in Java is a loop that repeats a block of code.

A procedure in Java that controls and define how a block of code that performs a specific task.

A method in Java is a keyword used to declare a class.
A method in Java is a variable that stores data.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Determines who has access to using the method when writing classes and objects.

Encapsulation
Inheritance
Access modifiers
Polymorphism

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicates what type value is being returned from the method

Calling a method

Return Type

Procedural Abstraction

Method overloading

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is a call to a method in Java?

objectName.method

objectName.method[]

objectName.method{}

objectName.method()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ability to use methods and programs that we do not fully understand, or are unable to write.

procedural abstraction

encapsulation
inheritance
polymorphism

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?