Programming Language Quizzes, Questions & Answers
Recent Quizzes
Emphasized on functional programming, Clojure is a programming language that treats code as data. If you're starting to develop an interest, beginning to learn, or just want to know how it works, take this basic programming...
Questions: 10 | Attempts: 827 | Last updated: Feb 19, 2024
-
Sample QuestionClojure is based on which programming language?
As a .NET software framework, ASP.Net 4.5 Framework is one of the most recent release which can be used to write Windows apps with the F#, C#, or Visual Basic language. Take this intelligent quiz to assess your knowledge of...
Questions: 10 | Attempts: 598 | Last updated: Mar 21, 2023
-
Sample QuestionThe released of .NET framework was announced in...
Welcome Juniors to using Proprofs on-line assessment. This is the first of many on-line assessments that will be done this semester. This is a timed quiz so work efficiently.
Questions: 5 | Attempts: 1410 | Last updated: Mar 21, 2023
-
Sample QuestionThe programming language of C++ was written by Bjarne Stroustrup.
4 Jan # Quiz # Shift 2
Questions: 17 | Attempts: 375 | Last updated: Mar 18, 2023
-
Sample QuestionWhat command do you have to use to go to the previous directory?
.
Questions: 40 | Attempts: 1869 | Last updated: Oct 23, 2024
-
Sample QuestionWhat is the function used to read CSV files into R?
Program Overview Quiz
Questions: 40 | Attempts: 264 | Last updated: Mar 21, 2023
-
Sample QuestionFee-For-Service is also known as:
Questions: 10 | Attempts: 570 | Last updated: Mar 21, 2023
-
Sample QuestionFor a tiled 1D convolution, if the output tile width is 250 elements and mask width is 7 elements, what is the input tile width loaded in to shared memory?
Do you like coding of  C and C++ and you want to learn more about it?  Let's start this quiz and learn!
Questions: 30 | Attempts: 216 | Last updated: Mar 22, 2023
-
Sample QuestionWhich is more memory efficient ?
Questions: 44 | Attempts: 1774 | Last updated: Mar 22, 2023
-
Sample QuestionInstruction for the computer. Many of these puts together make up algorithms and computer programs.
.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: 538 | 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;}
Advertisement