Try the ICS Part 2 Computer Science Chapter 10 Online Test.
Total Questions15
Time Allowed20
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 |
Sr. # | Questions | Answers Choice |
---|---|---|
1 | Which escape sequence can move the cursor at the beginning of current line in C? | \a \b \m \r |
2 | The number of variables that can be used in printf ( ) function are | One Many Three Zero |
3 | getch() stands for: | Go character Get character Give character All |
4 | Print() function can show | Text Value of variable Constants All |
5 | The function getche( ) is defined in | stdio.h string.h math.h conio.h |
6 | The function used to input data in C program is | Print () Scanf () Sqrt () Main () |
7 | How many variables can be used in one printf function? | One Two Many Ten |
8 | Which escape sequence can be used to insert a tab in c: | \a \b \t \n |
9 | Which of the following is a possible value of flag? | - + Space All |
10 | The function that is used to display output on screen is called: | printf scanf pow Display |