ICS Part 2 Computer Science Chapter 11 Online Test MCQ's

image
image
image

12th Class ICS Computer Science Chapter 11 Online MCQ Test for (Decision Constructs)

ICS Part 2 Computer Science Chapter 11 Online Test

Try the ICS Part 2 Computer Science Chapter 11 Online Test.

  • Total Questions15

  • Time Allowed20

Start Test

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 Ics Part 2 Chapter 13 Online Test 33 Download PDF MCQ Answers Launch Test
0 Computer Science Ics Part 2 Chapter 14 Online Test 11 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Online Test 616 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 1 Online Test 58 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 2 Online Test 55 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 3 Online Test 56 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 4 Online Test 48 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 5 Online Test 49 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 6 Online Test 56 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 7 Online Test 39 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 8 Online Test 55 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 9 Online Test 55 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 10 Online Test 49 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 11 Online Test 47 Download PDF MCQ Answers Launch Test
0 ICS Part 2 Computer Science Chapter 12 Online Test 49 Download PDF MCQ Answers Launch Test

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

ICS Part 2 Computer Science Chapter 11 Online Test (MCQs With Answers)

Sr. # Questions Answers Choice
1 Which of the following is NOT part of an if statement? A condition that evaluates as a Boolean A condition that evaluates as true or false A true block All of are part of an IF statement
2 Database integrity refers to the Correctness of data Consistency of data Both a and b None of these
3 Which of the following is used for making two way decision: if-else If Nested if Switch
4 When we make any modification in a relation it is called Insertion anomaly Deletion anomaly Modification anomaly Both a and b
5 An expression that uses a relational operator is known as: Operational Sequential Serial Relational
6 ____________ is used to specify two different choices with "if" statement. Switch Else If If-else
7 Switch statement is an alternative of: if if-else Nested if Nested if-else
8 The conditional portion of the If statement can contain: Any valid constant Any expression that can be evaluated to a Boolean value Any valid variable Any valid constant or vairable
9 If x=10 and y=5,, what will the output of the following expression?<div>x&gt;y? x*y: x+y</div> 5 10 15 50
10 Which operator in C is called a ternary operator? if ++ ? ( )