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

How many types of conditional statement?

2 / 23

Output of if temp > 30 is:

3 / 23

What happens if indentation is incorrect in Python?

4 / 23

The else keyword is used to display:

5 / 23

The result of 10 < 5 in Python:

6 / 23

Block written in inner else is executed only when:

7 / 23

How many conditions can be represented using nested conditions?

8 / 23

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

9 / 23

What is the purpose of decision making in programming?

10 / 23

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

11 / 23

The if-else statement executes:

12 / 23

If incorrect indentation exists, it may cause:

13 / 23

Control Structure is essential because:

14 / 23

What defines the structure of the code?

15 / 23

if statement within an if statement is called:

16 / 23

Inner if block runs only when:

17 / 23

Syntax of if statement:

18 / 23

In Python, int() is a:

19 / 23

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

20 / 23

Decision making allows programmer to choose different action based on:

21 / 23

Which statement is used when a condition is false?

22 / 23

What is nesting in Python?

23 / 23

Repetition structure is also called:

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 !!