Programming Objects

Programming Objects

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Quiz in ICT 9

Quiz in ICT 9

9th - 12th Grade

10 Qs

Inheritance and Interfaces Quiz

Inheritance and Interfaces Quiz

12th Grade

11 Qs

Dictionary Methods Quiz

Dictionary Methods Quiz

9th Grade

10 Qs

Python Kode String dan List

Python Kode String dan List

12th Grade

10 Qs

Web Design Standard 5: CSS Styling Techniques Quiz

Web Design Standard 5: CSS Styling Techniques Quiz

11th Grade

10 Qs

Word Lesson 1 Quiz

Word Lesson 1 Quiz

10th Grade

12 Qs

Are you ready ?!

Are you ready ?!

10th Grade - University

8 Qs

Understanding HTML Forms

Understanding HTML Forms

10th Grade

10 Qs

Programming Objects

Programming Objects

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Easy

Created by

Derek DeMers

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does OOP stand for?

Object-oriented programming

Original object presentation

Organic object prevention

Object obfuscation program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) ______ is a collection of information related to a single entity which consists of attributes, properties, and methods.

Array

Object

Series

Dictionary

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ are characteristics that comprise the identity of an object.

Arrays

Attributes

Dictionaries

Libraries

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What controls how variables are accessed?

Attributes

Properties

Privileges

Control

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a property of an attribute?

Public

Private

Protected

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ______ attribute means that the value stored by that variable can be read and altered by any function outside the object.

Privileged

Public

Private

Progressed

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ______ attribute means that the value stored by that variable can only be read and altered by any function inside the object.

Public

Private

Protected

Progressed

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a function within an object which carries out actions for that object?

Method

Attribute

Property

Variable

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Some languages refer to all functions as methods.

True

False