ICT3_FT_W3-4_SW2_Class_and_Modifiers

ICT3_FT_W3-4_SW2_Class_and_Modifiers

11th Grade

10 Qs

quiz-placeholder

Similar activities

Exploring Programming Paradigms and Languages

Exploring Programming Paradigms and Languages

11th Grade

11 Qs

Grade11_COMPROG2_Q4_Quiz#2

Grade11_COMPROG2_Q4_Quiz#2

11th Grade

15 Qs

JavaScript Basics Quiz

JavaScript Basics Quiz

9th - 12th Grade

9 Qs

Bootstrap basics quiz

Bootstrap basics quiz

11th Grade

10 Qs

Mail Merge

Mail Merge

10th Grade - University

11 Qs

Operating System(2)

Operating System(2)

10th Grade - University

10 Qs

PPMSG BIM2 PART 1

PPMSG BIM2 PART 1

9th - 12th Grade

11 Qs

Network Administration Quiz

Network Administration Quiz

11th Grade

10 Qs

ICT3_FT_W3-4_SW2_Class_and_Modifiers

ICT3_FT_W3-4_SW2_Class_and_Modifiers

Assessment

Quiz

Information Technology (IT)

11th Grade

Medium

Created by

JB Presa

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following method names follows proper camel case naming conventions?

add_numbers()

AddNumbers()

addNumbers()

ADD_NUMBERS()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to call a method with parameters?

MethodName();

MethodName(10, 20);

MethodName[];

Call.MethodName();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a return statement in a method?

It specifies the data type of the method

It stops the execution of the program

It passes a value back to the caller

It makes a method static

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about static variables?

They belong to the class itself

They belong to an instance of a class

They are initialized every time a new object is created

They can be declared inside methods

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a static method?

It belongs to an instance of a class

It cannot be called

It requires parameters

It belongs to the class itself

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you try to instantiate a static class?

It will throw an error

It will compile successfully

It will create an instance of the class

It will create multiple objects

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a method is declared as internal, where can it be accessed?

Only inside the class

Only inside the namespace

Anywhere in the project

Only in derived classes

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?