CBSE Class 10 Computer Science Decision Structure MCQs

Refer to CBSE Class 10 Computer Science Decision Structure MCQs provided below available for download in Pdf. The MCQ Questions for Class 10 Computers with answers are aligned as per the latest syllabus and exam pattern suggested by CBSE, NCERT and KVS. Multiple Choice Questions for Decision Structure are an important part of exams for Class 10 Computers and if practiced properly can help you to improve your understanding and get higher marks. 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 refer to the following multiple-choice questions with answers for Decision Structure in Class 10.

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

MCQs for Class 10 Computers
CBSE Class 10 Artificial Intelligence Project Cycle MCQs
CBSE Class 10 Computer Science Arrays MCQs
CBSE Class 10 Computer Science Charts in Calc MCQs
CBSE Class 10 Computer Science Computer Hardware MCQs
CBSE Class 10 Computer Science Computer Network MCQs
CBSE Class 10 Computer Science Data Editing and Formatting in Calc 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 Computer Science Decision Structure MCQs
CBSE Class 10 Computer Science Digital Documentation Advanced MCQs
CBSE Class 10 Computer Science Function in Calc MCQs
CBSE Class 10 Computer Science Function MCQs
CBSE Class 10 Computer Science Fundamentals of Computer MCQs
CBSE Class 10 Computer Science handling images in html MCQs
CBSE Class 10 Computer Science head and body sections MCQs
CBSE Class 10 Computer Science Internet Basics MCQs
CBSE Class 10 Computer Science Internet Services and Mobile Technologies 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 Introduction to HTML 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 Computer Science MS Excel MCQs
CBSE Class 10 Computer Science MS Word MCQs
CBSE Class 10 Computer Science Power Point MCQs
CBSE Class 10 Computer Science Problem and Problem Solving 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
CBSE Class 10 Computer Vision MCQs
CBSE Class 10 Data Science Artificial Intelligence MCQs
CBSE Class 10 Introduction to Artificial Intelligence MCQs
CBSE Class 10 Natural Language Processing Artificial Intelligence MCQs

MCQs for Decision Structure Computers Class 10

Expert teachers of studiestoday have referred to NCERT book for Class 10 Computers to develop the Computers Class 10 MCQs. If you download MCQs with answers for the above chapter you will get higher and better marks in Class 10 test and exams in the current year as you will be able to have stronger understanding of all concepts. Daily Multiple Choice Questions practice of Computers will help students to have stronger understanding of all concepts and also make them expert on all critical topics. After solving the questions given in the MCQs which have been developed as per latest books also refer to the NCERT solutions for Class 10 Computers. We have also provided lot of MCQ questions for Class 10 Computers so that you can solve questions relating to all topics given in each chapter. After solving these you should also refer to Class 10 Computers MCQ Test for the same chapter.

Where can I download latest CBSE MCQs for Class 10 Computers Decision Structure

You can download the CBSE MCQs for Class 10 Computers Decision Structure for latest session from StudiesToday.com

Are the Class 10 Computers Decision Structure MCQs available for the latest session

Yes, the MCQs issued by CBSE for Class 10 Computers Decision Structure have been made available here for latest academic session

Where can I find CBSE Class 10 Computers Decision Structure MCQs online?

You can find CBSE Class 10 Computers Decision Structure MCQs on educational websites like studiestoday.com, online tutoring platforms, and in sample question papers provided on this website.

How can I prepare for Decision Structure Class 10 MCQs?

To prepare for Decision Structure MCQs, refer to the concepts links provided by our teachers and download sample papers for free.

Are there any online resources for CBSE Class 10 Computers Decision Structure?

Yes, there are many online resources that we have provided on studiestoday.com available such as practice worksheets, question papers, and online tests for learning MCQs for Class 10 Computers Decision Structure