Modular Programming & Algorithmic Strategies

Modular Programming & Algorithmic Strategies

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Scoping

Python Scoping

12th Grade

10 Qs

AccessControl

AccessControl

12th Grade

7 Qs

PBO KELAS 12

PBO KELAS 12

12th Grade

14 Qs

AQA - Unit 7 - OOP

AQA - Unit 7 - OOP

11th - 12th Grade

10 Qs

Unity Scripting Beginner (EN)

Unity Scripting Beginner (EN)

12th Grade - Professional Development

10 Qs

XII Samacheer Computer Science

XII Samacheer Computer Science

12th Grade - University

10 Qs

Inheritance Quiz

Inheritance Quiz

2nd Grade - University

10 Qs

Java Class vocabulary

Java Class vocabulary

9th Grade - University

12 Qs

Modular Programming & Algorithmic Strategies

Modular Programming & Algorithmic Strategies

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Usha Kanmani

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A software program can be divided into ----

segments

modules

array

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which one is the desirable feature of Module?

module cannot be used by another module

module depends on other program

modules can be seperately compiled

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Access control to class members is implemented through private, protected and public keywords in ----

Java

C

Python

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

----- members are accessible outside the class

private

protected

public

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

---- members of a class are denied access form outside the classs

private

public

protected

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

--------- members of a class are accessible from within the classs and are also available to its sub-class

private

protected

public

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

variables prefixed with double underscore(__) indicates ----- access specifier in python

private

protected

public

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?