Programming Objects

Programming Objects

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Database Concepts Quiz

Database Concepts Quiz

12th Grade

10 Qs

3TDS - Programação Backend - Aula 88

3TDS - Programação Backend - Aula 88

12th Grade

10 Qs

қате түрлері

қате түрлері

11th Grade

14 Qs

Funções e DOM em JavaScript

Funções e DOM em JavaScript

12th Grade

10 Qs

Databases - 1.4 Designing Relationships

Databases - 1.4 Designing Relationships

11th Grade

5 Qs

Quiz Informatika Integrasi Aplikasi Perkantoran Fase E

Quiz Informatika Integrasi Aplikasi Perkantoran Fase E

10th Grade

10 Qs

kls 9 IT

kls 9 IT

9th Grade

10 Qs

Working With Text

Working With Text

10th Grade

14 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