Programming Quizzes, Questions & Answers
Recent Quizzes
Parallel Processing Quiz 2 assesses knowledge on CUDA programming for parallel processing tasks. It covers shared memory usage, DRAM bursts, thread indexing, and kernel execution, focusing on optimizing data handling and...
Questions: 10 | Attempts: 796 | Last updated: Mar 22, 2023
-
Sample QuestionAssume that a kernel is launched with 1000 thread blocks each of which has 512 threads. If a variable is declared as a shared memory variable, how many versions of the variable will be created through the lifetime of the execution of the kernel?
Programming Design & Logic Quiz #2 assesses understanding of fundamental programming concepts like binary searches, loops, and data sorting. It is essential for learners aiming to enhance their coding logic and efficiency in...
Questions: 20 | Attempts: 366 | Last updated: Mar 22, 2023
Test your CS knowledge with questions on C++, Java, and more. Assess key programming skills and enhance your understanding of development tools and syntax.
Questions: 10 | Attempts: 682 | Last updated: Mar 22, 2023
-
Sample QuestionWhat does C++ stand for ?
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 ____
Test your memory of the stages of the fetch execute cycle.
Questions: 8 | Attempts: 1113 | Last updated: Mar 21, 2023
.Hi,Seeing you guys so enthusiastic about the preparation for the club recruitment. I have prepared a small quiz as to how you'll be asked during the club about the tech stuff like - C aptitude and logical reasoning and Simple...
Questions: 10 | Attempts: 551 | Last updated: Mar 21, 2023
-
Sample QuestionWhat is output?# include <stdio.h> void print(int arr[]){ int n = sizeof(arr)/sizeof(arr[0]); int i; for (i = 0; i < n; i++) printf("%d ", arr[i]);} int main(){ int arr[] = {1, 2, 3, 4, 5, 6, 7, 8}; print(arr); return 0;}
Please take the quiz. Once you have completed the quiz and receive the marks at the end of the quiz please notify your teacher.
Questions: 17 | Attempts: 1643 | Last updated: May 3, 2024
-
Sample QuestionWhat type of Software is Flowol?
Coding is taking over, and people are embracing it and making a career out of it. At the coding dojo, kids are empowered with skills that help them improve and harness their coding skills. The assessment quiz below is designed to...
Questions: 9 | Attempts: 286 | Last updated: Mar 21, 2023
-
Sample QuestionSelect the right sequence that will draw on the blacked out squares.
Computer Programming 1 Quiz No. 1 assesses fundamental string manipulation skills in programming. Questions cover cloning, removing characters, replacing substrings, string length, case conversion, and prefix checks. Essential...
Questions: 10 | Attempts: 127 | Last updated: Mar 24, 2023
This microprocessor computer programming quiz assesses knowledge on core computing concepts including microprocessors, storage, and hardware. It is designed to test practical understanding and fundamental skills relevant to...
Questions: 25 | Attempts: 439 | Last updated: Mar 22, 2023
-
Sample QuestionCPU this is the microprocessor
Advertisement