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};
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
Takeshi's Castle Rapid Fire

Quiz
•
University
40 questions
Quiz Informatika Kelas XI

Quiz
•
11th Grade - University
38 questions
Python Fundamentals Concept Checkup

Quiz
•
9th Grade - University
35 questions
term 2 practice grade 7

Quiz
•
7th 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
42 questions
Final Coverage_Quiz 1

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade