Advertisement
Advertisement
11th Grade Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 12 | Attempts: 5335 | Last updated: Mar 18, 2025
-
Sample QuestionSmartphones have passed PC's as the Search device of choice.
Questions: 14 | Attempts: 993 | Last updated: Mar 22, 2025
-
Sample QuestionA customer needs to register their website domain in their own name and provide the logins to the fulfillment team at the time of Kick Off Call.
Questions: 10 | Attempts: 560 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is output?# include <stdio.h> void print(int arr[]){ int n = sizeof(arr)/sizeof(arr[0]); int i; for (i = 0; i < n; i++) printf("%d ", arr[i]);} int main(){ int arr[] = {1, 2, 3, 4, 5, 6, 7, 8}; print(arr); return 0;}
Questions: 26 | Attempts: 354 | Last updated: Mar 21, 2025
-
Sample QuestionWhat storage solution involves a third-party company that provides off-site hosting of data?
Questions: 50 | Attempts: 198 | Last updated: Mar 22, 2025
-
Sample QuestionFrom what location are the 1st computer instructions available on boot up?
Questions: 20 | Attempts: 75 | Last updated: Mar 19, 2025
-
Sample QuestionName an example of high level language
Questions: 21 | Attempts: 432 | Last updated: Mar 21, 2025
-
Sample QuestionThe organization must adapt to the new changes successfully by adapting all aspects (technology, people, organization) because it is critical for the success of new system.
Questions: 14 | Attempts: 249 | Last updated: Mar 19, 2025
-
Sample QuestionIs estimating the mark of a person with 6 siblings interpolation or extrapolation?
Questions: 16 | Attempts: 255 | Last updated: Mar 20, 2025
-
Sample QuestionWhich color model is used by computer monitors?
Questions: 6 | Attempts: 67 | Last updated: Mar 18, 2025
-
Sample QuestionFrom the following list, select the term used to refer to the items inserted into a merge document to display data from associated data source fields.
Advertisement