G12 Advanced Theory

G12 Advanced Theory

12th Grade

15 Qs

quiz-placeholder

Similar activities

Topic 3.1 Introduction to Java

Topic 3.1 Introduction to Java

11th - 12th Grade

15 Qs

Object Orientated Programming 3

Object Orientated Programming 3

11th - 12th Grade

14 Qs

CSA 1.1.1 Why Programming? Why Java?

CSA 1.1.1 Why Programming? Why Java?

10th - 12th Grade

14 Qs

Intro to Software

Intro to Software

12th Grade

15 Qs

Perseritje OOP

Perseritje OOP

1st - 12th Grade

17 Qs

Quarter 4 - LQ1 (Oracle Prog)

Quarter 4 - LQ1 (Oracle Prog)

12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

11 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

18 Qs

G12 Advanced Theory

G12 Advanced Theory

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Kiers McFarlane

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is OOP considered more structured and reusable compared to procedural programming?

Because it forces all functions to be global

Because it organizes data and behavior into objects that interact in a modular way

Because it removes the need for defining variables

Because it prevents code from being executed more than once

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the __init__ method contribute to encapsulation?

It prevents attributes from being modified after instantiation

It initializes attributes and ensures they are assigned values when an object is created

It encrypts attributes so they cannot be accessed

It restricts the creation of objects to specific classes

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is self required in class methods?

It allows each method to modify class-level attributes

It ensures that methods can only be called from within the class

It allows access to instance attributes and methods within the object itself

It automatically generates unique attribute names for every instance

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What advantage does inheritance provide in large-scale software development?

It prevents classes from being modified after creation

It reduces code duplication by allowing shared functionality across multiple classes

It makes all attributes private by default

It forces all classes to follow the same method structure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the super() function help maintain modular and extensible code?

It enforces strict typing rules for all attributes

It ensures that attributes from the parent class are inherited without redefining them

It prevents attributes from being accessed outside the class

It forces method names to be unique in child classes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key principle of polymorphism that makes code more flexible?

It allows the same method name to have different implementations in different classes

It requires all methods in a class to have unique names

It prevents child classes from modifying inherited methods

It forces all attributes to be public

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does method overriding support polymorphism?

It allows a child class to define a method with the same name but different behavior from the parent class

It forces all child classes to use methods exactly as defined in the parent class

It prevents methods from being inherited by child classes

It ensures all methods return the same data type

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers