Advertisement
Advertisement
Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 26 | Attempts: 258 | Last updated: Mar 21, 2025
-
Sample QuestionRAM Stands for
Questions: 25 | Attempts: 264 | Last updated: Mar 21, 2025
-
Sample QuestionHow many bits are equal to 1 Byte?
Questions: 10 | Attempts: 128 | Last updated: Jan 18, 2025
-
Sample QuestionIMSM Commercial Accounts are divided into 2 types.
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: 31 | Attempts: 109 | Last updated: Feb 13, 2025
-
Sample QuestionA Computer is ____
Questions: 80 | Attempts: 3914 | Last updated: Oct 6, 2025
-
Sample QuestionWhich of the following software is used to view web pages?
Questions: 50 | Attempts: 1114 | Last updated: Mar 21, 2025
-
Sample QuestionWhich of these is not a character in FF7?
Questions: 18 | Attempts: 9600 | Last updated: May 23, 2025
-
Sample QuestionHow do you open a program such as Microsoft Word when there are no icons on the desktop?
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;}
Advertisement