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

Syntax of if statement:

2 / 23

The if-else statement executes:

3 / 23

What defines the structure of the code?

4 / 23

The else keyword is used to display:

5 / 23

Decision making allows programmer to choose different action based on:

6 / 23

How many conditions can be represented using nested conditions?

7 / 23

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

8 / 23

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

9 / 23

The result of 10 < 5 in Python:

10 / 23

Which statement is used when a condition is false?

11 / 23

Output of if temp > 30 is:

12 / 23

What happens if indentation is incorrect in Python?

13 / 23

What is the purpose of decision making in programming?

14 / 23

Inner if block runs only when:

15 / 23

if statement within an if statement is called:

16 / 23

In Python, int() is a:

17 / 23

What is nesting in Python?

18 / 23

Block written in inner else is executed only when:

19 / 23

How many types of conditional statement?

20 / 23

Repetition structure is also called:

21 / 23

If incorrect indentation exists, it may cause:

22 / 23

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

23 / 23

Control Structure is essential because:

Your score is

The average score is 15%

0%

Chapter 4 Control Structure in Python
[Tech ICT and Simple Computer Science Group]

4.1 Decision Making

4.2 Looping Constructs

4.3 Libraries in Python

4.4 List in Python

4.5 Testing and Debugging in Python

Exercise MCQs Solution 

First Half Chapter Solved MCQs

Full Chapter Solved MCQs

 

Select other Chapter from Class 10 Computer Science & Entrepreneurship 2026 

Related Articles

Leave a Reply

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

Back to top button
error: Content is protected !!