Advertisement
Advertisement
Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 40 | Attempts: 1907 | Last updated: Jul 10, 2025
-
Sample QuestionInformation on a computer is stored as what?
Questions: 10 | Attempts: 349 | Last updated: Sep 22, 2025
-
Sample QuestionWhat is the final value of x when the code int x; for(x=0; x<10; x++) {} is run?
Questions: 10 | Attempts: 451 | Last updated: Mar 20, 2025
-
Sample QuestionWhat will be output if you will compile and execute the following c code? #include int main(){ int a=sizeof(a); a=modify(a); printf("%d",a); return 0; }What will be output if you will compile and execute the following c code? #include int main(){ int a=sizeof(a); a=modify(a); printf("%d",a); return 0; } int modify(int x){ int y=3; _AX=x+y; return; }
Questions: 45 | Attempts: 210 | Last updated: Mar 21, 2025
-
Sample QuestionWho developed Yahoo?
Questions: 17 | Attempts: 338 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is the name of the flashing symbol on the computer screen that shows where the information you enter will appear?
Questions: 24 | Attempts: 1054 | Last updated: Mar 22, 2025
-
Sample QuestionIf you want to save information from your computer, store it and take it with you, which of the following would be easiest to use?
Questions: 22 | Attempts: 801 | Last updated: Apr 14, 2025
-
Sample QuestionAnother name for computer programs and information.
Questions: 86 | Attempts: 2533 | Last updated: Mar 22, 2025
-
Sample QuestionBivariate Data are the data collected for
Questions: 10 | Attempts: 8378 | Last updated: Mar 22, 2025
-
Sample QuestionTITLE tag must be within ________
Questions: 12 | Attempts: 891 | Last updated: Mar 17, 2025
-
Sample QuestionWhat series of keys do you use to see all of your forumlas in a worksheet at once?
Advertisement