
coding relay MCQ
Flashcard
•
Professional Development
•
•
Hard
Wayground Content
FREE Resource
Student preview

25 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the output of the following C++ code?
#include <iostream>
using namespace std;
int main() {
int x = 5;
cout << x++ * ++x;
return 0;
}
Back
Undefined behaviour
2.
FLASHCARD QUESTION
Front
What is the size of int in C++ (typically on a 64-bit system)?
Back
4 bytes
3.
FLASHCARD QUESTION
Front
What will happen if return 0; is missing in main() function in C++?
Back
Program runs successfully
4.
FLASHCARD QUESTION
Front
What is the default value of a boolean variable in Java?
Back
False
5.
FLASHCARD QUESTION
Front
Which data structure is most efficient for implementing a priority queue? Options: a) Array, b) Linked List, c) Heap, d) Stack
Back
Heap
6.
FLASHCARD QUESTION
Front
What does the following Python code print?
def func(a, b=2):
return a * b
print(func(3))
Back
6
7.
FLASHCARD QUESTION
Front
In the following Java code, what will be the output of the statement System.out.println(s1 == s2);?
class Test {
public static void main(String[] args) {
String s1 = "Java";
String s2 = new String("Java");
System.out.println(s1 == s2);
}
}
Back
False
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
18 questions
French Textbook D'accord2, Unité 4A - Vocabulaire
Flashcard
•
9th - 12th Grade
17 questions
Time Management
Flashcard
•
6th - 8th Grade
17 questions
Pronoun-Antecedent Agreement
Flashcard
•
7th - 10th Grade
20 questions
Prepositions
Flashcard
•
9th Grade
20 questions
order of adjectives
Flashcard
•
10th Grade
20 questions
Flashcard Nº 1 - Derecho Procesal
Flashcard
•
12th Grade - University
19 questions
Dog kennel boarding license
Flashcard
•
12th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade