Programming Quizzes, Questions & Answers
Recent Quizzes
This 'Coding and Debugging - Round 1- Set B' quiz assesses key software development skills, focusing on understanding C\/C++ language specifics, such as data types, memory management, and control structures. It challenges...
Questions: 20 | Attempts: 93 | 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"); }
LOOPTRICS is a quiz designed to assess understanding of complex C programming concepts, focusing on loops and conditions. It tests the ability to predict outputs, enhancing problem-solving skills relevant for developers and...
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;
The 'Intro to Programming Final' quiz evaluates fundamental understanding of computers, focusing on their operations, language, and basic concepts like file extensions and memory units. It's designed to assess introductory-level...
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: 833 | 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
The 'Parallel Programming Exam Quiz!' assesses knowledge in parallel computing using CUDA. It covers thread indexing, memory management, and synchronization, targeting skills crucial for optimizing performance on parallel...
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 ...
This quiz assesses knowledge in C programming, focusing on string handling, memory errors, and basic syntax.
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