11th Grade Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
This technical test for Synoriq's campus recruitment includes C programming challenges, focusing on syntax errors, array manipulations, memory sizes, and algorithm efficiency.
Questions: 15 | Attempts: 434 | Last updated: Mar 21, 2025
-
Sample QuestionFind the error: f(int a, int b) { int a, a=20; return a; }
Explore the intricacies of C programming with the Ultimate quiz on C Programming Test. This quiz assesses understanding of complex C syntax and behaviors, enhancing skills crucial for developers and students in computer science...
Questions: 15 | Attempts: 218 | Last updated: Mar 21, 2025
-
Sample Question#include <stdio.h> int main() { int x = 10; int y = 20; x += y += 10; printf (" %d %d", x, y); return 0; }
Dive into the fundamentals of C and C++ with this trivia quiz! Test your knowledge on general programming concepts, syntax specifics, and code execution outcomes. Perfect for learners looking to assess and enhance their...
Questions: 10 | Attempts: 115 | Last updated: Mar 21, 2025
-
Sample QuestionC is a:
This Computer Exam SI99, crafted by the chemical engineering committee, assesses knowledge on data storage media. It covers various aspects such as nonvolatile storage, diskettes, and Zip disks, focusing on key technical...
Questions: 40 | Attempts: 323 | Last updated: Jan 17, 2025
-
Sample QuestionSecondary storage is __________, which means it keeps its data after the power is turned off.
Nimble also known as Nimble storage is a flash storage or predictive flash storage technology created by a company by the same name. The company produces hardware and software products for the purpose of data storage. So, what do...
Questions: 10 | Attempts: 160 | Last updated: Mar 21, 2025
-
Sample QuestionWhen was Nimble founded?
Pipedrive CRM Quiz: Trivia! tests your knowledge on web applications, CRM basics, and facts about Pipedrive's history and operations. It assesses understanding of IT and CRM systems, enhancing skills relevant to managing customer...
Questions: 10 | Attempts: 154 | Last updated: Apr 22, 2025
-
Sample QuestionWhat's a web application?
Research Data Alliance is a non-governmental organization formed in 2013. It is committed to building social and technical bridges to ease the spread of information around the world. How well do you know about Research Data...
Questions: 10 | Attempts: 124 | Last updated: Mar 20, 2025
-
Sample QuestionResearch Data Alliance was founded in what year?
.Dear Learner,
This Assessment consists of questions to test your understanding on - C Programming
You may attempt the same and clarify doubts in WP Group ./ With your Faculty Member
Regards,
Team...
Questions: 20 | Attempts: 122 | Last updated: Feb 17, 2025
-
Sample QuestionPoint out the error, if any in the for loop #include int main() { int i=1; for(;;) { printf("%d\n", i++); if(i>10) break; } return 0; }
.Dear Learner,
This Assessment consists of questions to test your understanding on - C Programming Basics
You may attempt the same and clarify doubts in WP Group ./ With your Faculty...
Questions: 20 | Attempts: 331 | Last updated: Feb 17, 2025
-
Sample QuestionWhat will be output if you will compile and execute the following c code? void main() { float a=5.2; if(a==5.2) printf("Equal"); else if(a
In his 1982 article ''Epigrams on Programming'', computer scientist and professor Alan Perlis coined the phrase turing tarpit. A turing tarpit is any programming language. Take this quiz to discover what you know...
Questions: 10 | Attempts: 148 | Last updated: Mar 18, 2025
-
Sample QuestionWhat is not a feature of a turing tarpit?
Advertisement