10th Computer S. English Medium Chapter 3 Test

image
image
image

Matric Part 2/10th Class Computer Science Chapter 3 MCQ Test With Answer for Chapter 3 (Control Structure)

This online test contains MCQs about following topics:

Computer Science 10th Class English Medium Chapter 3 Online Test

Try the Computer Science 10th Class English Medium Chapter 3 Online Test.

  • Total Questions12

  • Time Allowed15

Start Test

- Unconditional transfer of control - Conditional transfer of control

ClassName Chapter Wise Test

Here is List Of ClassName Chapter Wise Tests

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

Top Scorers of Online MCQ Test for Biology Class 10

  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12

Computer Science 10th Class English Medium Chapter 3 Online Test (MCQs 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: