PRG1 - Day 9 Starter (PY)

PRG1 - Day 9 Starter (PY)

University

5 Qs

quiz-placeholder

Similar activities

BINARY BRAINS

BINARY BRAINS

University

10 Qs

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

StaticObjects&Classes

StaticObjects&Classes

University

7 Qs

OOP intro quizz

OOP intro quizz

University

10 Qs

Talent Next Java MCQ-1

Talent Next Java MCQ-1

University

10 Qs

Python Basics

Python Basics

12th Grade - University

10 Qs

0xDebug - Python

0xDebug - Python

University

10 Qs

INTRODUCTION TO OOPS

INTRODUCTION TO OOPS

University

10 Qs

PRG1 - Day 9 Starter (PY)

PRG1 - Day 9 Starter (PY)

Assessment

Quiz

Computers

University

Hard

Created by

Steve Rich

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a class (in relation to OOP)?

A class is a method used to manipulate data.
A class is a function that executes code.
A class is a blueprint for creating objects that defines attributes and methods.
A class is a type of variable that stores data.

2.

MATCH QUESTION

1 min • 1 pt

Match the following OOP concepts with their definition

Ability to present the same interface for different underlying forms

Encapsulation

A blueprint for creating objects

Polymorphism

Mechanism to create a new class based on an existing class

Abstraction

Hiding complex implementation details and showing only the essential features

Inheritance

Bundling of data and methods that operate on that data

Class

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output from the code snippet?

Generic animal sound

Woof!

Runtime Error

Syntax Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output from this code snippet?

1000

500

1500

Runtime Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is Bob's age?

18

30

Null

None