PRG1 - Day 10 Starter (PY)

PRG1 - Day 10 Starter (PY)

University

5 Qs

quiz-placeholder

Similar activities

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

University

10 Qs

Java Quiz1

Java Quiz1

University

10 Qs

PRG1 Day 2 Tuesday Code Comprehension Questions

PRG1 Day 2 Tuesday Code Comprehension Questions

University

10 Qs

Python Quiz Infytq

Python Quiz Infytq

University

10 Qs

Java Juggling

Java Juggling

University

10 Qs

JAVA Abbreviation Quiz

JAVA Abbreviation Quiz

University

10 Qs

exception

exception

University

10 Qs

Dr. S. Uma's Object Oriented Programming Quiz Event 1

Dr. S. Uma's Object Oriented Programming Quiz Event 1

University

10 Qs

PRG1 - Day 10 Starter (PY)

PRG1 - Day 10 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

Class

Ability to present the same interface for different underlying forms

Inheritance

Mechanism to create a new class based on an existing class

Abstraction

A blueprint for creating objects

Encapsulation

Hiding complex implementation details and showing only the essential features

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