Practice CBSE Class 10 Computer Science Decision Structure MCQs provided below. The MCQ Questions for Class 10 Decision Structure Computers with answers and follow the latest CBSE/ NCERT and KVS patterns. Refer to more Chapter-wise MCQs for CBSE Class 10 Computers and also download more latest study material for all subjects
MCQ for Class 10 Computers Decision Structure
Class 10 Computers students should review the 50 questions and answers to strengthen understanding of core concepts in Decision Structure
Decision Structure MCQ Questions Class 10 Computers with Answers
(1) C language provides facilities through special kind of statements that can change the flow of a sequence instructions in the program are called…… .
(A) loop structure statements (B) special structure statements -qa1Q1(C) flow structure statements (D) decision structure statements
(2) ..........is the statements help us to jump from one part of the program to another part of program based on result of some conditions.
(A) Sequential structure (B) Decision structure (C) Random structure (D) Optional structure
(3) Sometimes decision structure statements are also known as ...........
(A) selective structure statements (B) branching statements (C) decision making statements (D) all of these
(4) Statements which are controlling the flow of execution, they are also known as ...........
(A) controversial statements (B) control statement (C) input statements (D) output statements
(5) C language provides .......... basic types of decision structure statements.
(A) 2 (B) 3 (C) 4 (D) 5
(6) ..........is the type of decision structure.
(A) if (B) switch (C) Both (A) and (B) (D) while
(7) The.......... statement is one of the powerful decision making statement which can be used I to transfer control of instruction execution.
(A) switch (B) if (C) while (D) untiI
(8) What can be the solution of if condition ?
(A) Yes (B) No (C) (A) OR (B) (D) None of these
(9) How many ways can if statement be used ?
(A) 2 (B) 3 (C) 4 (D) 5
(10) What is the way to use if statement ?
(A) Simple if statement (B) Nested if statement (C) if...else statement and else-if ladder statement (D) All of these
(11) ..........is the simplest way of decision structure.
(A) simple if statement (B) nested if statement (C) if ... else statement (D) else-if ladder statement
(12) Which statement is used to change the flow of execution of program and take decisions ?
(A) if statement (B) switch statement (C) while statement (D) until statement
(13) If the condition is true in if ... else statement .......... part is executed.
(A) if (B) else (C) both (A) and (B) (D) none of these
(14) If the condition is false in if...else statement ..........part is executed.
(A) if (B) else (C) both (A) and (B) (D) none of these
(15) .......... can be used to find out the biggest of given three values.
(A) nested if statement (B) else-if ladder statement (C) simple if statement (D) switch statement
(16) ..........structure is available to evaluate more than one condition.
(A) nested if (B) else-if ladder (C) if (D) if...else
(17) In else-if ladder the test-expression is evaluate from ...........
(A) top to bottom (B) bottom to top (C) left to right (D) right to left
(18) if test_expression is true in else-if ladder the ..........is executed.
(A) block above it (B) block below it (C) block connected to it (D) block of all the statements
(19) If test expression is false in else-if ladder then control is taken to ...........
(A) default-statement-block of first else (B) default-statement-block of last else
(C) statement-block of first else (D) statement-block last else
(20) Which is the statement for inbuilt multi layer decision statement ?
(A) switch (B) if ... else (C) else-if (D) nested if
(21) If one option is to be selected from multiple choices,..........is useful.
(A) simple if statement (B) else-if ladder statement (C) switch statement (D) if...else statement
(22) switch statement requires.......... arguments.
(A) zero (B) one (C) more than one (D) many
(23) Each constant or constant expression in case option of switch statement is known as...........
(A) case statement (B) case label(C) case argument (D) case function
(24) Each case label ends with ...........
(A) : (B) ; (C) . (D) ,
(25) All case labels should be .......... in switch statement.
(A) same (B) unique (C) extra ordinary (D) special
(26) .......... shows the end of case part in switch statement.
(A) Break(B) Default (C) Stop (D) End
(27) If the given value does not match with any expression in switch,.......... is executed.
(A) case (B) break(C) default (D) none of these
(28) How many times default statement can be used in switch statement ?
(A) One(B) Two (C) More than one (D) Limited times
(29) Default statement can be given in which part of switch ?
(A) Upper part of the program (B) Middle part of the program
(C) Bottom part of the program (D) In any part of program Generally default
(30) generally default statement is given in which part of switch ?
(A) Top (B) Middle (C) Bottom (D) Any of these
(31) ..........is the arithmetic operator.
(A) +, - (B) *, / (C) Both (A) and (B) (D) &, %
(32) Use of compound relational test will help us to reduce number of.......... in our program,
(A) logical AND (B) logical OR (C) logical IF (D) (A) OR (B)
(33) logical AND operator is written as ..........
(A) & (B) && (C) | (D) ||
(34) logical OR operator is written as ...........
(A) & (B) && (C) | (D) ||
| CBSE Class 10 Computer Science Charts in Calc MCQs |
| CBSE Class 10 Information Technology Communication Skills II MCQs |
| CBSE Class 10 Computer Science Computer Hardware MCQs |
| CBSE Class 10 Computer Science Computer Network MCQs |
| CBSE Class 10 Computer Vision MCQs |
| CBSE Class 10 Computer Science Data Editing and Formatting in Calc MCQs |
| CBSE Class 10 Data Science Artificial Intelligence MCQs |
| CBSE Class 10 Computer Science Data Types Operators And Expressions In C Language MCQs |
| CBSE Class 10 Computer Science Database Management System MCQs |
| CBSE Class 10 Information Technology Database Management System MCQs |
| CBSE Class 10 Computer Science Decision Structure MCQs |
| CBSE Class 10 Computer Science Digital Documentation Advanced MCQs |
| CBSE Class 10 Information Technology Digital Documentation Advanced MCQs |
| CBSE Class 10 Information Technology Electronic Spreadsheets Advanced MCQs |
| CBSE Class 10 Information Technology Entrepreneurial Skills II MCQs |
| CBSE Class 10 Computer Science Function in Calc MCQs |
| CBSE Class 10 Computer Science Fundamentals of Computer MCQs |
| CBSE Class 10 Information Technology Green Skills II MCQs |
| CBSE Class 10 Computer Science handling images in html MCQs |
| CBSE Class 10 Computer Science head and body sections MCQs |
| CBSE Class 10 Information Technology Information and Communication Technology Skills II MCQs |
| CBSE Class 10 Computer Science Internet Basics MCQs |
| CBSE Class 10 Computer Science Internet Services and Mobile Technologies MCQs |
| CBSE Class 10 Introduction to Artificial Intelligence MCQs |
| CBSE Class 10 Computer Science Introduction to C Language MCQs |
| CBSE Class 10 Computer Science Introduction to Calc MCQs |
| CBSE Class 10 Computer Science Links and CSS in HTML MCQs |
| CBSE Class 10 Computer Science List and Table Handling in HTML MCQs |
| CBSE Class 10 Computer Science loop control structure MCQs |
| CBSE Class 10 Natural Language Processing Artificial Intelligence MCQs |
| CBSE Class 10 Computer Science Problem and Problem Solving MCQs |
| CBSE Class 10 Information Technology Self-Management Skills II MCQs |
| CBSE Class 10 Computer Science Using I/O operations MCQs |
| CBSE Class 10 Computer Science Web Applications and Security MCQs |
| CBSE Class 10 Computer Science Working with Tables in HTML MCQs |
Important Practice Resources for Class 10 Computers
MCQs for Decision Structure Computers Class 10
Students can use these MCQs for Decision Structure to quickly test their knowledge of the chapter. These multiple-choice questions have been designed as per the latest syllabus for Class 10 Computers released by CBSE. Our expert teachers suggest that you should practice daily and solving these objective questions of Decision Structure to understand the important concepts and better marks in your school tests.
Decision Structure NCERT Based Objective Questions
Our expert teachers have designed these Computers MCQs based on the official NCERT book for Class 10. We have identified all questions from the most important topics that are always asked in exams. After solving these, please compare your choices with our provided answers. For better understanding of Decision Structure, you should also refer to our NCERT solutions for Class 10 Computers created by our team.
Online Practice and Revision for Decision Structure Computers
To prepare for your exams you should also take the Class 10 Computers MCQ Test for this chapter on our website. This will help you improve your speed and accuracy and its also free for you. Regular revision of these Computers topics will make you an expert in all important chapters of your course.
You can get most exhaustive CBSE Class 10 Computer Science Decision Structure MCQs for free on StudiesToday.com. These MCQs for Class 10 Computers are updated for the 2025-26 academic session as per CBSE examination standards.
Yes, our CBSE Class 10 Computer Science Decision Structure MCQs include the latest type of questions, such as Assertion-Reasoning and Case-based MCQs. 50% of the CBSE paper is now competency-based.
By solving our CBSE Class 10 Computer Science Decision Structure MCQs, Class 10 students can improve their accuracy and speed which is important as objective questions provide a chance to secure 100% marks in the Computers.
Yes, Computers MCQs for Class 10 have answer key and brief explanations to help students understand logic behind the correct option as its important for 2026 competency-focused CBSE exams.
Yes, you can also access online interactive tests for CBSE Class 10 Computer Science Decision Structure MCQs on StudiesToday.com as they provide instant answers and score to help you track your progress in Computers.