Programming Quizzes, Questions & Answers
Recent Quizzes
Questions: 26 | Attempts: 1529 | Last updated: Mar 22, 2023
-
Sample QuestionWhat is a correct syntax to output "Hello World" in Python?
Questions: 13 | Attempts: 65 | Last updated: Jun 16, 2023
-
Sample QuestionQuel est l'attribut obligatoire lorsqu'on désire insérer un lien?
Please read the feedback after each question.
Questions: 10 | Attempts: 46 | Last updated: Mar 17, 2023
-
Sample QuestionHow can anyone change his pin?
Please read the feedback after each question.
Questions: 30 | Attempts: 75 | Last updated: Mar 15, 2023
-
Sample QuestionWhere can customers get the Nukta Member App? (Choose one)
Questions: 10 | Attempts: 276 | Last updated: Mar 21, 2023
-
Sample QuestionWhat command do you use to output data to the screen?
Questions: 60 | Attempts: 137 | Last updated: Mar 15, 2024
-
Sample QuestionAll keywords in Python are in
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
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 "); }
Questions: 19 | Attempts: 785 | 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
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