This online test contains MCQs about following topics:
Try the Computer Science 10th Class English Medium Chapter 3 Online Test.
Total Questions12
Time Allowed15
- Unconditional transfer of control - Conditional transfer of control
Ch. # | Test Name | MCQs Available | PDF File | Answers Mode | Launch Test |
---|---|---|---|---|---|
0 | Computer Science 10th Class English Medium Chapter 5 Online Test | 35 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 4 Online Test | 32 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 3 Online Test | 37 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 2 Online Test | 64 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 1 Online Test | 103 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Online Test | 271 | Download PDF | MCQ Answers | Launch Test |
0 | Computer General Science Test Easy Mode | 271 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 6 Online Test | 35 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 7 Online Test | 35 | Download PDF | MCQ Answers | Launch Test |
- Selection Structure - Loops Download English Medium Computer Science Chapter 3 PDF with Answers
Sr. # | Questions | Answers Choice |
---|---|---|
1 | A ____ could be any valid expression including arithmetic expressions, relational expressions, logical expressions: | if while compound condition |
2 | How many types of control statements are available in C language ? | 3 1 2 4 |
3 | Which statement is used to execute one set of instructions if a particular condition is true and another set of instructions if the condition is false ? | if if else else loop |
4 | A set of multiple instructions enclosed in braces is called a block or: | if compound while if else |
5 | Conditional logic helps in, _________: | decision iterations traversing all |
6 | Which of the following is not a type of control statements in C language. | Sequential Control Statements Selection control statements Repetitio contorl statements Error Control Statements |
7 | Which Statements is used ot execute not set of instructions, if a particular condition is true and another set of instructions if the condition is false. | if else if else loop |
8 | A ____ could be any vilid expresion including arithmetic expression relational expression,s logical expressions. | If condition while compound |
9 | _________ statement executes the set of statements under if statement if the condition is true and executes the set of statements under else otherwise: | if else condition while compound |
10 | In which control all the statements are executed in the given sequence: |