MCQ

Class 10 computer science chapter 4 mcqs online test with answers | Decision Making

Class 10 computer science chapter 4 mcqs online test with answers is a useful resource for students preparing for the Computer Science and Entrepreneurship examination under the New Syllabus 2026 for Punjab Boards. Chapter 4 covers important concepts of Control Structure in Python, including 4.1 Decision Making and the use of conditional statements such as if, if-else, and if-elif-else. This online test provides solved MCQs with answers to help Class 10 students check their understanding, improve Python programming concepts, and prepare effectively for Punjab Board examinations. Students can attempt the MCQs online and use the answers to evaluate their preparation.

10CSE Chapter 4 1-Decision Making

10CSE Chapter 4 1-Decision Making

1 / 23

The else keyword is used to display:

2 / 23

Decision making allows programmer to choose different action based on:

3 / 23

The if-else statement executes:

4 / 23

If incorrect indentation exists, it may cause:

5 / 23

The result of 10 < 5 in Python:

6 / 23

Control Structure is essential because:

7 / 23

How many conditions can be represented using nested conditions?

8 / 23

Output of if temp > 30 is:

9 / 23

What defines the structure of the code?

10 / 23

What is the purpose of decision making in programming?

11 / 23

Repetition structure is also called:

12 / 23

What happens if indentation is incorrect in Python?

13 / 23

How many types of conditional statement?

14 / 23

Inner if block runs only when:

15 / 23

What is nesting in Python?

16 / 23

Which statement is used when a condition is false?

17 / 23

if statement within an if statement is called:

18 / 23

In Python, int() is a:

19 / 23

Block written in inner else is executed only when:

20 / 23

Syntax of if statement:

21 / 23

In Python, ____ define structure or block of your code:

22 / 23

Output of if (5 > 7): using if statement structure is:

23 / 23

Which statement is used to execute code when a condition is true?

Your score is

The average score is 0%

0%

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button
error: Content is protected !!