Advertisement
Advertisement
10th Grade Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 15 | Attempts: 641 | Last updated: Mar 21, 2025
-
Sample QuestionAutomation is the use of machinery, which are controlled by computers, to replace human workers.
Questions: 114 | Attempts: 20837 | Last updated: Apr 2, 2025
-
Sample QuestionThe number of rows in an Excel 2007 worksheet is:
Questions: 50 | Attempts: 9597 | Last updated: Aug 22, 2025
-
Sample Question_______ tab, in the Editing group, click Find & Select, and then click Go To.
Questions: 20 | Attempts: 15319 | Last updated: Jan 22, 2025
-
Sample QuestionWhat is wrong with this formula? =IF(D3=<90,"A-",0)
Questions: 54 | Attempts: 109 | Last updated: Mar 20, 2025
-
Sample Question__________ occurs when IT specialists within the company develop new system.
Questions: 5 | Attempts: 1110 | Last updated: Mar 21, 2025
-
Sample QuestionOn average, how long are you on a computer daily? (Not while working)
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: 86 | Attempts: 2539 | 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 ________
Advertisement