Advertisement
Advertisement
Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 30 | Attempts: 396 | Last updated: Mar 21, 2025
-
Sample QuestionA Macintosh computer uses the Windows Operating System.
Questions: 40 | Attempts: 164 | Last updated: Mar 21, 2025
-
Sample Questionmain(){ int const *p=5; printf(“%d”,++(*p));}
Questions: 6 | Attempts: 260 | Last updated: Mar 19, 2025
-
Sample Question
Questions: 12 | Attempts: 458 | Last updated: Feb 14, 2025
-
Sample QuestionThe actual data that can be transmitted in a unit of time is called:
Questions: 27 | Attempts: 135 | Last updated: Mar 21, 2025
-
Sample Question
Questions: 12 | Attempts: 689 | Last updated: Jan 22, 2025
-
Sample QuestionWhat is the Ribbon?
Questions: 15 | Attempts: 777 | Last updated: Mar 21, 2025
-
Sample Question1. Service Set Idenifier merupakan kepanjangan dari........
Questions: 11 | Attempts: 589 | Last updated: Mar 18, 2025
-
Sample QuestionWhat is Ezio Auditore da Firenze's younger brother called?
Questions: 27 | Attempts: 110 | Last updated: Apr 18, 2025
-
Sample QuestionThe first electronic computers were introduced in the mid 1800s.
Questions: 10 | Attempts: 249 | Last updated: Oct 21, 2025
-
Sample Questionmain() { char *ptr1 = “abcdef”; ptr1 = ptr1 + (strlen(ptr1)-1); printf(“%c”,--*ptr1--); printf(“%c”,--*--ptr1); printf(“%c”,--*(ptr1--)); printf(“%c”,--*(--ptr1)); printf(“%c”,*ptr1); }
Advertisement