ICT3_FT_W3-4_SW2_Class_and_Modifiers

ICT3_FT_W3-4_SW2_Class_and_Modifiers

11th Grade

10 Qs

quiz-placeholder

Similar activities

Phishing Awareness Quiz

Phishing Awareness Quiz

9th - 12th Grade

10 Qs

Quiz on TEL and LMS

Quiz on TEL and LMS

11th Grade

9 Qs

Web Development Essentials

Web Development Essentials

11th Grade

10 Qs

Pemograman Teks, Desain Grafis dan Multimedia

Pemograman Teks, Desain Grafis dan Multimedia

11th Grade

13 Qs

Asesmen Sistem Komputer

Asesmen Sistem Komputer

10th Grade - University

15 Qs

Konsep Berpikir Komputasional

Konsep Berpikir Komputasional

11th Grade - University

10 Qs

Exploring Computer Network Models

Exploring Computer Network Models

10th Grade - University

13 Qs

Introduction to Database Access

Introduction to Database Access

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?