Chapter6-5

Chapter6-5

University

8 Qs

quiz-placeholder

Similar activities

BASIC PC COMPONENTS AND TROUBLESHOOTING  - BATCH 1

BASIC PC COMPONENTS AND TROUBLESHOOTING - BATCH 1

University

15 Qs

Introduction to Computer Programming

Introduction to Computer Programming

University

11 Qs

Fundamentals

Fundamentals

7th Grade - University

12 Qs

CLC Lesson 7 Quiz

CLC Lesson 7 Quiz

University

12 Qs

TIK-REKAM MEDIS

TIK-REKAM MEDIS

University

10 Qs

LD siskom SE

LD siskom SE

10th Grade - University

10 Qs

HackHarbor 3.0 : Day 1

HackHarbor 3.0 : Day 1

University

16 Qs

Chapter6-5

Chapter6-5

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

lin zhang

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...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Answer question in image

-1

7.5

"Pat Smith"

9

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Answer question in image

"Jose"

"Jeff"

"o"

"e"

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

____________ means to hide certain details of how data is stored and maintain
<br />Data Isolation<br />
Data Abstraction
Data Integrity
None of the mentioned

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

The list variable myList contains 8 elements. Which of the following is a valid index for this list?

5

10

-2

"three"

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is an algorithm?
A sequence of instructions on how to solve a problem.
The breaking down of a problem into smaller parts.
Focusing on important parts and ignoring the irrelevant details
The recipe for a cake

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a class, member variables are often called its _________, and its member functions are sometimes referred to as its behaviour, or ____________.

data, activities

attributes, activities

attributes, activities

attributes, methods

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the features of Object Oriented Programming.

Encapsulation

Polymorphism

Inheritance

Abstraction

All of the Above

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The process by which objects of one class acquire the properties of objects of another class is known as:

Polymorphism

Inheritance

Data Hiding

None of the above.