10th Computer S. English Medium Chapter 2 Test

image
image
image

Matric Part 2/10th Class Computer Science Chapter 2 MCQ Test With Answer for Chapter 2 (Data Types Assignment and Input/Output Statements)

This online test contains MCQs about following topics:

Computer Science 10th Class English Medium Chapter 2 Online Test

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

  • Total Questions12

  • Time Allowed15

Start Test

This online test contains MCQs about following topics: - Modes of operation

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

- Writing program in GW-BASIC - Structure of the BASIC Program - Character Set of BASIC

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 2 Online Test (MCQs With Answers)

Sr. # Questions Answers Choice
1 Which is a combination of backslash (\) and a code character to control printing of data on the screen ? escape sequence format specified character printing
2 Which operator has the highest precedence among the following ? / ! > <
3 Which is a built-in function in C language that takes input from user into the variables ? printf() scanf() input print
4 Which format specifier is used for character data type ? %d %i %c %f
5 Which is a built-in function in C programming language to show output on screen? printf() scanf() input print
6 Which is identifier for compiler to identity the end of a line ? : : " '
7 Which format specifier is used for integer data type ? %d %i both a and b none of these
8 Which of the following is escape sequence ? \n \t \a all of these
9 What is true about C language ? C is not a case sensitive language keywords can be used as variable names All logical operators are binary none of them
10 Which operator assigns the result of expression on right side to the variable on left side ? == = * ( )