This online test contains MCQs about following topics:
Try the Computer Science 10th Class English Medium Chapter 2 Online Test.
Total Questions12
Time Allowed15
This online test contains MCQs about following topics: - Modes of operation
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
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 ? | == = * ( ) |