M3 R5 Chapter 6

M3 R5 Chapter 6

12th Grade

105 Qs

quiz-placeholder

Similar activities

Python MCQs: Sequence Data Types chapter 5

Python MCQs: Sequence Data Types chapter 5

12th Grade

103 Qs

M1 R5 Test 12

M1 R5 Test 12

12th Grade

101 Qs

chapter 2 100mcq

chapter 2 100mcq

12th Grade

103 Qs

O Level M1 R5 mix 100 question set 3

O Level M1 R5 mix 100 question set 3

12th Grade

107 Qs

M3 R5 Chapter 8

M3 R5 Chapter 8

12th Grade - University

100 Qs

M4 R5 chapter 3  part 2 100mcq

M4 R5 chapter 3 part 2 100mcq

12th Grade

107 Qs

O Level M1 R5 Mix 100 MCQ Set 1

O Level M1 R5 Mix 100 MCQ Set 1

12th Grade

105 Qs

O Level M1 R5 mix 100 question set 2

O Level M1 R5 mix 100 question set 2

12th Grade

108 Qs

M3 R5 Chapter 6

M3 R5 Chapter 6

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Alexa Institute

Used 2+ times

FREE Resource

105 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में function को define करने के लिए कौन सा keyword उपयोग किया जाता है?

def

func

define

lambda

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function का उपयोग क्यों किया जाता है?

To organize code into reusable blocks

To reduce performance

To increase memory usage

To handle exceptions

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Top-down approach किस पर आधारित है?

Breaking problems into smaller, manageable components

Combining multiple small problems into one

Ignoring the details of a problem

Testing all solutions simultaneously

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Top-down approach का मुख्य लाभ क्या है?

Simplifies debugging and implementation

Reduces code readability

Removes modularity

Decreases team collaboration

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Modular programming का मुख्य उद्देश्य क्या है?

To create independent, reusable code modules

To increase dependency between modules

To execute programs faster

To avoid using functions

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Modular programming का एक उदाहरण क्या है?

Dividing code into separate functions or classes

Writing everything in a single file

Using global variables only

Ignoring code reusability

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में variable को declare करने के लिए कौन सा syntax सही है?

x = 10

int x = 10

var x = 10

declare x = 10

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?