CHOOSE THE LANGUAGE OF GIVEN SWITCH SYNTAX:
switch(expression) {
case x:
// code block
break;
case y:
// code block
break;
default:
// code block};
A4ALGU CLUB EVENT QUIZ
Quiz
•
Computers
•
University
•
Easy
GOVIND SHARMA
Used 1+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
CHOOSE THE LANGUAGE OF GIVEN SWITCH SYNTAX:
switch(expression) {
case x:
// code block
break;
case y:
// code block
break;
default:
// code block};
C
C++
JAVA
ALL OF THESE
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
CHOOSE THE LANGUAGE OF GIVEN FOR LOOP SYNTAX:
for (statement 1; statement 2; statement 3)
{ // code block to be executed}
C
PYTHON
JAVA
BOTH A & C
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following is the correct identifier in C++?
$var_name
varname@
VAR_123
None of the above
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
CHOOSE THE LANGUAGE OF GIVEN SYNTAX OF FOR LOOP:
for (type variableName : arrayName) { // code block to be executed }
C
JAVA
C++
NONE OF ABOVE
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which one of these lists contains only Java programming language keywords?
Class , if , void , long , int , continue.
Goto , instanceof , native , finally , default , throws.
Try , virtual , thrown , final , volatile , transient.
Scriptfp, sondtant, super, implements , do.
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
CHOOSE THE LANGUAGE OF GIVEN SYNTAX OF LAMDA FUNCTION:
x = lambda a :
a + 10print(x(5))
PYTHON
C
JAVA
NONE OF ABOVE
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which will legally declare , construct , and initialize an array in java programming language?
int[] myList = {"1" , "2" ,"3"};
int[] myList = (5 , 8, 2);
int myList [] [] = { 4 , 9, 7, 3};
int myList [] = {4 , 3, 7};
40 questions
Takeshi's Castle Rapid Fire
Quiz
•
University
35 questions
Python Basics till Logical Operators
Quiz
•
University
38 questions
Python Fundamentals Concept Checkup
Quiz
•
9th Grade - University
39 questions
Access Modifiers, Inheritance & Polymorphism
Quiz
•
University
39 questions
Java Midterm
Quiz
•
University
41 questions
Midterm prep 7th
Quiz
•
7th Grade - University
39 questions
Advanced Object Oriented Programming
Quiz
•
University
45 questions
TECHNICAL QUIZ
Quiz
•
University
15 questions
Multiplication Facts
Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz
Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set
Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025
Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)
Quiz
•
9th - 12th Grade
15 questions
June Review Quiz
Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles
Quiz
•
8th Grade
25 questions
Triangle Inequalities
Quiz
•
10th - 12th Grade