Quizzes, Questions & Answers
Recent Quizzes
LP Quiz Test 1 assesses knowledge in compiler design, including token counting, grammar analysis, and parser types, suitable for students and professionals in computer science.
Questions: 10 | Attempts: 217 | Last updated: Mar 20, 2023
-
Sample QuestionHow many tokens are there in the following code snippet? Consider semicolon as a token.int f(int n){static int i=1;if(n>= 5) printf("Value = %d”, n);n=n+i;i++;return f(n);}
This SAS quiz features real-time questions assessing skills in data handling, debugging, and SQL operations within SAS. It is designed for learners seeking to test and enhance their proficiency in SAS programming, ensuring...
Questions: 20 | Attempts: 486 | Last updated: Mar 20, 2023
-
Sample QuestionThe following SAS program is submitted.%let city=delhi;%let no=9;%let mycity=no;%let country=mycity;%put &&&&&&&country;What is written to the SAS log?
Explore the basics of Visual Basic with this quiz, covering key concepts like programming languages, applications, and machine language.
Questions: 10 | Attempts: 71 | Last updated: Mar 30, 2023
-
Sample QuestionDetailed set of instructions for a computer to execute.
Explore the essentials of VBA (Visual Basic for Applications) through this engaging quiz. Master debugging with keystrokes, understand object types, handle errors, and manage VBA projects effectively. Ideal for learners aiming to...
Questions: 10 | Attempts: 1291 | Last updated: Mar 21, 2023
-
Sample QuestionWhat does VBA mean?
This Scratch Quiz is designed to test your understanding of Scratch, a visual programming language used to create interactive stories, games, and animations. Scratch is widely used in educational settings to introduce the...
Questions: 10 | Attempts: 46729 | Last updated: Dec 3, 2024
-
Sample QuestionWhat is the name of the software that you use to create the game?
This First Quarterly Practice Test in Visual Basic assesses understanding of conditional logic and comparisons in VB programming. It challenges learners with questions on If structures, string comparison, and logical expressions,...
Questions: 14 | Attempts: 84 | Last updated: Mar 19, 2023
-
Sample QuestionAn If statement always needs an Else statement.
The Windows 8 Workshop Quiz assesses knowledge in C# programming, focusing on multidimensional arrays, differences between interface and abstract classes, and the use of XML. Key topics include async\/await in C# 5 and thread...
Questions: 10 | Attempts: 130 | Last updated: May 6, 2024
-
Sample QuestionTo output the value of multidimensional array, Console.WriteLines(___)
This is a quiz to assess comprehension from the Chapter 3 Readings for the Scratch Unit in Mr. Hamlin's Programming class.
Questions: 20 | Attempts: 6477 | Last updated: Mar 22, 2023
-
Sample QuestionCode blocks with a notch at the top or a bump at the bottom are known as:
This Web Programming Practice Test is designed to assess your understanding of JavaScript interactions in web environments, focusing on dialog boxes, form controls, and event handling. It's ideal for learners aiming to enhance...
Questions: 40 | Attempts: 565 | Last updated: Nov 16, 2023
-
Sample QuestionIf the prompt method displays a dialog box, and the user enters some text and clicks on the OK button, what does the prompt method return?
This SAS Chapter 12 quiz focuses on storing macro programs. It tests knowledge on %INCLUDE statements, storing macros in SAS catalogs, using the Stored Compiled Macro Facility, and creating permanently stored compiled macros....
Questions: 10 | Attempts: 330 | Last updated: Mar 15, 2023
-
Sample QuestionThe %INCLUDE statement
Advertisement