"A good programmer is someone who always looks both ways before crossing a one-way street"
Do you have a wide vision on programming?
Do you have control on several languages?
Let's check !Techtix, KGEC in association with Coding Ninjas presents Code Buzz, the competition to test your technical knowledge in Java, C & Python. Code Buzz this year has got total prizes worth Rs. 4,500. Take this challenge and register for Code Buzz this year.
Test of B called test of C called test of A called
Test of C called test of B called
Test of B called test of C called
Error, all the three classes from which D derives has same method test()
Rate this question:
[88, 2, 3, [4, 5]] [88, 2, 3, [4, 5]]
[2, 3, [4, 5]] [88, 2, 3, [4, 5]]
[88, 2, 3, [4, 5]] [2, 3, [4, 5]]
[2, 3, [4, 5]] [2, 3, [4, 5]]
Rate this question:
Num*fact(num-1)
(num-1)*(num-2)
Num*(num-1)
Fact(num)*fact(num-1)
Rate this question:
13
7
Infinite Loop
17
Rate this question:
False
True
1
An exception is thrown
Rate this question:
3 0
3 1
0 1
An exception in thrown
Rate this question:
Multi-level inheritance
Multiple inheritance
Hierarchical inheritance
Single-level inheritance
Rate this question:
Program gets into an infinite loop
Program runs once
Program runs n number of times where n is the argument given to the function
An exception is thrown
Rate this question:
[10, 20, 30, [40]] [10, 20, 30, 90]
Error
[10, 20, 30 [90]] [10, 20, 30, [40]]
[10, 20, 30, [40]] [10, 20, 30, [90]]
Rate this question:
[2, 4, 6, 8], shallow copy
[2, 4, 6, 8], deep copy
[1, 2, 3], shallow copy
[1, 2, 3], deep copy
Rate this question:
2
1
0
Error
Rate this question:
True
False
Wrong syntax for isinstance() method
Invalid method for classes
Rate this question:
__div__()
__ceildiv__()
__floordiv__()
__truediv__()
Rate this question:
011
110
3
Infinite Loop
Rate this question:
Error, invalid syntax for object declaration
Nothing is printed
5
Error, private class member can’t be accessed in a subclass
Rate this question:
615
6100
12312345
None of these
Rate this question:
Error
4
Junk Value
1
Rate this question:
2 7
1 5
1 7
2 5
Rate this question:
True, False
False, True
True, True
False, False
Rate this question:
Both a() and b() aren’t tail recursive
Both a() and b() are tail recursive
B() is tail recursive but a() isn’t
A() is tail recursive but b() isn’t
Rate this question:
Test of B called test of C called
Test of C called test of B called
Test of B called
Error, both the classes from which D derives has same method test()
Rate this question:
1
0
Error, invalid syntax for object declaration
Error, private class member can’t be accessed in a subclass
Rate this question:
Class foo: def __init__(self, x): self.x = x def __lt__(self, other): if self.x < other.x: return False else: return True
Class foo: def __init__(self, x): self.x = x def __less__(self, other): if self.x > other.x: return False else: return True
Class foo: def __init__(self, x): self.x = x def __lt__(self, other): if self.x < other.x: return True else: return False
Class foo: def __init__(self, x): self.x = x def __less__(self, other): if self.x < other.x: return False else: return True
Rate this question:
Shallow copy
Deep copy
Memberwise
All of the mentioned
Rate this question:
10
25
Junk Value
Error
Rate this question:
50
100
74
Infinite Loop
Rate this question:
5
Error, class member x has two values
3
Error, protected class member can’t be accessed in a subclass
Rate this question:
[1, 2, 3, (4)] [1, 2, 3, 4]
[1, 2, 3, 4] [1, 2, 3, (4)]
[1, 2, 3, 4] [1, 2, 3, 4]
[1, 2, 3, (4)] [1, 2, 3, (4)]
Rate this question:
1 2 3 4 5
[5,4,3,2,1]
[]
Error, lambda functions can’t be called recursively
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Code Buzz (Language : C)
"A good programmer is someone who always looks both ways before crossing a one-way street"
Do you have a wide vision on programming?
Do you have control on several...
Questions:
30 |
Attempts:
81 |
Last updated:
Mar 15, 2023
|
General Computer Programming Quiz
There different types of programming languages in use today and we have been able to cover each of the major ones in depth. Do you feel like you understood them all, when and how...
Questions:
10 |
Attempts:
9613 |
Last updated:
Apr 01, 2024
|
Test Your Knowledge About Computers And Programming Language!
Programming languages are used in computer programming to create programs that implement specific algorithms. Every tech wiz needs to know at least one language and how to use it...
Questions:
5 |
Attempts:
16772 |
Last updated:
Mar 22, 2023
|
EXPERTS IT QUIZ-3 [Programming Languages/programmers/programs]
Computer programming has changed over the years since its introduction, and we now have some languages that enable us to produce programs that could not be imagined by the first...
Questions:
10 |
Attempts:
262 |
Last updated:
Mar 20, 2023
|
Components Of Computer Language Instruction?
There are five elements you need to be well informed with so that you can understand the different programming languages. The programming languages ad discussed in class include...
Questions:
10 |
Attempts:
384 |
Last updated:
Mar 22, 2023
|
Computer Programming Languages For Beginners Quiz
You can easily cheat with the internet, so your score is only as honest as you are. Let's play this quiz and learn more about it!
Questions:
10 |
Attempts:
532 |
Last updated:
Sep 18, 2024
|
Wait!
Here's an interesting quiz for you.