Grade 11 Quizzes, Questions & Answers
Recent Grade 11 Quizzes
Questions: 25 | Attempts: 693 | Last updated: Mar 21, 2025
-
Sample QuestionAnne _______ the class when her friend ______ absent.
Questions: 35 | Attempts: 841 | Last updated: Jan 23, 2025
-
Sample QuestionAll of the following are considered macromolecules except:
Questions: 10 | Attempts: 932 | Last updated: Mar 20, 2025
-
Sample QuestionThis is one of the celebrated epics in Thailand which entails the same story of India's Ramayana.
Questions: 20 | Attempts: 258 | Last updated: Mar 21, 2025
-
Sample QuestionWhich of the following shows the correct hierarchy of arithmetic operations in C?
Questions: 10 | Attempts: 424 | Last updated: Mar 22, 2025
-
Sample QuestionWhat is the output of the code given below? #include void main() { int arr[] = {10, 20, 30, 40, 50, 60}; int *ptr1 = arr; int *ptr2 = arr + 6; printf("Number of Elements : %d", (ptr2 - ptr1)); printf("Number of Bytes : %d", (char*)ptr2 - (char*) ptr1); }
Questions: 10 | Attempts: 296 | Last updated: Mar 20, 2025
-
Sample QuestionWhich of the following is the correct decimal power that corresponds to the prefix nano ?
Questions: 20 | Attempts: 693 | Last updated: Aug 22, 2025
-
Sample QuestionHow can a developer use a to limit the number of records returned by a SOQL query?
Questions: 95 | Attempts: 292 | Last updated: Jul 11, 2025
-
Sample QuestionThe root of a plant growing down, then this phenomenon is a...
Questions: 10 | Attempts: 271 | Last updated: Mar 21, 2025
-
Sample QuestionWhen was the book of poetry written?
Questions: 38 | Attempts: 416 | Last updated: Mar 21, 2025
-
Sample QuestionChoose the best definition for a Class.
Advertisement