Try the ICS Part 2 Computer Science Chapter 12 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 | A _____ contains an object that stores VBA code | Macro Module Forms Reports |
2 | When does the code block following while (x<100) execute? | When x is less then one hundred When x is greater then one hundred When x is equal to one hundred None |
3 | A ________ is used to perform the same sequence of steps or automating tasks repeatedly | Macro Module Forms Reports |
4 | In a for statement, this expression is executed only once: | Test Validation Initialization All |
5 | The loop structure in which condition comes after the body of the loop is | While Do-while For All |
6 | The loop structure that executes at least ones is | While Do-while For All |
7 | A counter can be defined as: | The final value of a loop A variable that counts loop iterations The initial value of a loop The step value of a loop |
8 | In which loop the condition comes after the body of the loop? | While loop Do-while loop For loop B and C |
9 | The keyword 'break' cannot be used within: | Do-while If-else For While |
10 | Redundancy means | Duplication No-duplication Standards Microsoft office integration |