Programming Objects

Programming Objects

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Multi file website HTML-CSS

Multi file website HTML-CSS

9th Grade

10 Qs

Javascript DOM

Javascript DOM

11th Grade

10 Qs

NAT-Q

NAT-Q

9th Grade - University

11 Qs

Asesmen Awal Informatika

Asesmen Awal Informatika

11th Grade

10 Qs

3TDS - Programação Backend - Aula 20

3TDS - Programação Backend - Aula 20

12th Grade

10 Qs

CLASES Y OBJETIVOS

CLASES Y OBJETIVOS

11th Grade

5 Qs

1NF Database Normalisation

1NF Database Normalisation

12th Grade

10 Qs

Relational Model Quiz

Relational Model Quiz

12th 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