PRG1 - Day 9 Starter (PY)

PRG1 - Day 9 Starter (PY)

University

5 Qs

quiz-placeholder

Similar activities

Java Quiz1

Java Quiz1

University

10 Qs

Java Quiz 1

Java Quiz 1

University

10 Qs

Talent Next Java MCQ-1

Talent Next Java MCQ-1

University

10 Qs

Java quiz based on inheritance

Java quiz based on inheritance

University

10 Qs

Python Control Statements

Python Control Statements

University

10 Qs

QUIZ KELAS JAVA

QUIZ KELAS JAVA

University

10 Qs

C++ Assessment

C++ Assessment

University

10 Qs

StaticObjects&Classes

StaticObjects&Classes

University

7 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

Bundling of data and methods that operate on that data

Inheritance

Hiding complex implementation details and showing only the essential features

Encapsulation

Ability to present the same interface for different underlying forms

Class

A blueprint for creating objects

Abstraction

Mechanism to create a new class based on an existing class

Polymorphism

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