Objects basic v1

Objects basic v1

1st - 5th Grade

7 Qs

quiz-placeholder

Similar activities

Object-Oriented Programming

Object-Oriented Programming

1st - 3rd Grade

10 Qs

Review vocabulary Unit 11

Review vocabulary Unit 11

1st - 3rd Grade

7 Qs

Spelling Words 9-7

Spelling Words 9-7

2nd - 12th Grade

10 Qs

Post - Method Era

Post - Method Era

3rd Grade

10 Qs

Questions about TBT

Questions about TBT

1st - 3rd Grade

7 Qs

Amplify Unit 4- 3rd grade

Amplify Unit 4- 3rd grade

3rd Grade

10 Qs

The Language Portfolio method

The Language Portfolio method

5th Grade

10 Qs

3-4 Vocabulary Root -ject/-sect

3-4 Vocabulary Root -ject/-sect

5th Grade

11 Qs

Objects basic v1

Objects basic v1

Assessment

Quiz

English

1st - 5th Grade

Easy

Created by

katarzyna mrawczynska

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

OOPs

Object Oriented Programs

Object Oriented Programming

Object Opened Programming

Objective Opened Programming

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are classes?

Prototypes that defines structure of objects (atributes, methods)

Dictionary of attributes and methods

A set of attributes and methods

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are Objects

Instances of a Class

Calling of a class

Identity of a class

Usables of a class

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are Attributes

Functions of a class

Variables of a class

Instance of a class

Variables of a code

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what is self?

Self represents the instance of the class in the class

Binds the Attr and methods

A default thing in classes with no use

None of the Above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to call a method?

Obj.method

Obj.method()

Method(object)

Method.object

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Choose private attribute:

self.__attr

self._attr

self.attr

__attr