Programming Quizzes, Questions & Answers
Recent Quizzes
The 'Python Application Programming Quiz 1: KLSVDIT' assesses foundational Python knowledge. It covers syntax, data types, and operations, testing comprehension through practical code snippets and theoretical questions. Ideal for...
Questions: 26 | Attempts: 1529 | Last updated: Mar 22, 2023
-
Sample QuestionWhat is a correct syntax to output "Hello World" in Python?
This quiz, titled 'Programmation Web 1 : Cours 05', assesses knowledge on HTML tags and attributes essential for creating web links. It covers practical aspects like inserting links, using relative URLs, and managing link...
Questions: 13 | Attempts: 66 | Last updated: Jun 16, 2023
-
Sample QuestionQuel est l'attribut obligatoire lorsqu'on désire insérer un lien?
This quiz is designed for employees of Nukta partners, covering procedures for handling transactions, customer data, and access to the Nukta dashboard.
Questions: 10 | Attempts: 46 | Last updated: Mar 17, 2023
-
Sample QuestionHow can anyone change his pin?
This quiz tests knowledge about the Nukta Loyalty Program, covering app access, login requirements, point expiration, membership limits, fees, and refund policies.
Questions: 30 | Attempts: 75 | Last updated: Mar 15, 2023
-
Sample QuestionWhere can customers get the Nukta Member App? (Choose one)
Dive into the fundamentals of computer programming with this concise quiz. Test your understanding of basic concepts like data output, error types, data structures, and control loops. Ideal for beginners aiming to solidify their...
Questions: 10 | Attempts: 284 | Last updated: Mar 21, 2023
-
Sample QuestionWhat command do you use to output data to the screen?
Python-o-Pedia is a focused quiz designed to assess knowledge of Python programming. It covers topics such as keywords, operators, data types, and specific language functions, making it ideal for learners seeking to enhance their...
Questions: 60 | Attempts: 137 | Last updated: Mar 15, 2024
-
Sample QuestionAll keywords in Python are in
A fun and engaging quiz designed to test knowledge of C++ programming basics, including syntax, control structures, and output operations.
Questions: 10 | Attempts: 104 | Last updated: Mar 19, 2023
-
Sample QuestionWhat is the output of the following program? int x = 10 int main(){ int y = x; cout << y << endl
CODE CHALLENGE @ 2k19 is a quiz designed to assess knowledge in C programming, covering topics like functions, structures, scope, and operators. It is ideal for learners looking to test their understanding of basic to...
Questions: 59 | Attempts: 168 | Last updated: Mar 16, 2023
-
Sample QuestionWhat will be the output of the following C code? #include <stdio.h> int main() { void foo(); printf("1 "); foo(); } void foo() { printf("2 "); }
This Programming Practice Exam tests essential algorithmic skills, focusing on pseudocode interpretation, sorting algorithms, graph traversal, and computational complexity. It's designed for learners to assess and enhance their...
Questions: 19 | Attempts: 786 | Last updated: Aug 26, 2023
-
Sample QuestionWhat will be the value of s if n=127? Read n i=0,s=0 Function Sample(int n) while(n>0) r=n%l0 p=8^i s=s+p*r i++ n=n/10 End While Return s; End Function
Midterm Quiz 3 explores multicore programming, thread management, and multithreading models, focusing on practical approaches and challenges in concurrent programming.
Questions: 13 | Attempts: 118 | Last updated: Mar 15, 2023
-
Sample QuestionThere are three models of multithreading: one-to-many, one-to-one and many-to-many.
Advertisement