Topic 3.1

Topic 3.1

1st - 10th Grade

15 Qs

quiz-placeholder

Similar activities

COMPUTER 4 - QUIZ REVIEW

COMPUTER 4 - QUIZ REVIEW

4th Grade

15 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

Activity 1: How well do you know Java?

Activity 1: How well do you know Java?

9th Grade

10 Qs

NOIR Data

NOIR Data

8th Grade

15 Qs

8 Общие сведения о языке программирования Python

8 Общие сведения о языке программирования Python

8th Grade

15 Qs

Asesmen Unit One dan Unit Two MIT APP INVENTOR

Asesmen Unit One dan Unit Two MIT APP INVENTOR

8th Grade

10 Qs

Google

Google

7th - 12th Grade

20 Qs

ÔN TẬP TIN 8 GIỮA KÌ 2

ÔN TẬP TIN 8 GIỮA KÌ 2

8th Grade

13 Qs

Topic 3.1

Topic 3.1

Assessment

Quiz

Computers

1st - 10th Grade

Practice Problem

Medium

Created by

Norhasliza Nor

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Choose the correct statement about class

A group of objects which have common properties

Template or blueprint from which objects are created.

Logical entity(real world object within the system)

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Select the answer for x


public class Stud_Section ----->x

{

String stud_name; --------->y

String reg_num;

String section;

void displaySection() ------->z

{

System.out.println("Student Name:"+stud_name);

System.out.println("Reg. Number: "+reg_num);

System.out.println("Section: "+section);

}

}

class declaration

member variable

member function

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Select the answer for y


public class Stud_Section ----->x

{

String stud_name; --------->y

String reg_num;

String section;


void displaySection() ------->z

{

System.out.println("Student Name:"+stud_name);

System.out.println("Reg. Number: "+reg_num);

System.out.println("Section: "+section);

}

}

class declaration

member variable

member function

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Select the answer for z


public class Stud_Section ----->x

{

String stud_name; --------->y

String reg_num;

String section;


void displaySection() ------->z

{

System.out.println("Student Name:"+stud_name);

System.out.println("Reg. Number: "+reg_num);

System.out.println("Section: "+section);

}

}

class declaration

member variable

member function

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which keyword use to declare a variables that belong to a class rather to any object of the class

static

default

public

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Choose the second row in the class diagram

className

Attributes

Operations

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Choose the correct notation for public

-

+

#

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?