Programming Quizzes, Questions & Answers
Recent Quizzes
Questions: 20 | Attempts: 92 | Last updated: Apr 20, 2023
-
Sample Question#include int main() { float f1 = 0.1; if (f1 == 0.1) printf("equal\n"); else printf("not equal\n"); }
Working with LOOPS
Questions: 30 | Attempts: 797 | Last updated: Mar 22, 2023
-
Sample QuestionWhat will be output of following c code? #includeextern int x;int main(){ do{ do{ printf("%o",x); } while(!-2); } while(0); return 0;}int x=8;
Questions: 31 | Attempts: 101 | Last updated: Feb 13, 2024
-
Sample QuestionA Computer is ____
In computer programming, we have the techies use different components and materials to build programs. However, there are harmful materials. Hazardous material program test assess your knowledge on this subject. All the best...
Questions: 20 | Attempts: 953 | Last updated: Mar 21, 2023
-
Sample QuestionYou should use an SDS whenever you need additional information about a hazardous material that is not included on the product label.
Below are data structures and algorithms practice tests! Data structures are sets of data that are prepared in a certain way so as to make it easier for them to be processed. The quiz below is designed to test out just how much...
Questions: 32 | Attempts: 830 | Last updated: Apr 8, 2024
-
Sample QuestionCheck all statements that are true. (Some are false.)
How much do you know about Unit Testing Standards? Think you can pass a quiz on the same? Do you know the various verification procedures of testing? What are the excepted outcomes of various testing? What is a V-model? Answer...
Questions: 25 | Attempts: 441 | Last updated: May 7, 2024
-
Sample QuestionFor the program below, how many test cases are needed to achieve 100% statement coverage(SC) and 100% branch coverage(BC)? SWITCH PC ON START 'OUTLOOK' IF OUTLOOK OPEN SEND MAIL CLOSE OUTLOOK
Developed in 1995, Ruby is an object-oriented programming language that is dynamic, reflective and general-purpose. What do you know about the ins and outs of the language? Let’s take a look in this programming-themed quiz!
Questions: 26 | Attempts: 648 | Last updated: Mar 18, 2023
-
Sample QuestionIn Ruby, the difference between using double quotes and single quotes to make a string, is
.
Questions: 10 | Attempts: 682 | Last updated: Jun 14, 2023
-
Sample QuestionWe want to use each thread to calculate two (adjacent) elements of vector addition. Assume that a variable I should be the index for the first element to be processed by a thread. What would be the expression for mapping the thread/block indices to the data index?
Soal terdiri dari 20 nomor pilihan ganda, dikerjakan selama 15 menit dengan kesempatan 2 kali...Jika sudah selesai maka secara otomatis muncul nilai anda, kemudian silahkan download sertifikat anda dan cetak dengan mengklik...
Questions: 20 | Attempts: 755 | Last updated: Mar 21, 2023
-
Sample QuestionBerikut ini yang tidak termasuk elemen penting pada tampilan awal Visual Foxpro adalah ...
Strings, Strings Pointers
Questions: 10 | Attempts: 57 | Last updated: May 29, 2023
-
Sample QuestionChar str[10] = "A quick brown fox jumped over a lazy dog";puts(str);what will print?
Advertisement