ch
Feedback
Programming Quiz Channel

Programming Quiz Channel

前往频道在 Telegram

Programming quizzes and knowledge tests Short quizzes on programming, logic and computer science. Test and improve your coding knowledge. Join 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatascientist

显示更多
737
订阅者
无数据24 小时
+77
+2730
帖子存档
Which SQL command modifies existing table rows?
Anonymous voting

JavaScript's const keyword guarantees what?
Anonymous voting

Which operator accesses members through a pointer in C++?
Anonymous voting

Which HTTP status code means "Not Found" ?
Anonymous voting

Which sorting algorithm has the worst case O(n^2)?
Anonymous voting

Which keyword creates an object in Java?
Anonymous voting

Which Automata has a stack memory?
Anonymous voting

Starvation in operating system means:
Anonymous voting

Which SQL clause sorts results?
Anonymous voting

Which data structure uses LIFO behavior ?
Anonymous voting

In Java, what is the default value for uninitialized int variable inside a class?
Anonymous voting

Which HTTP status implies retry later?
Anonymous voting

Which OS algorithm may cause starvation?
Anonymous voting

In Python, what is the result of len("abc" * 3)?
Anonymous voting

Which SQL keyword removes duplicate rows?
Anonymous voting

What is the time complexity of binary search on a sorted array?
Anonymous voting

What will this code output? Spot the bug. Difficulty: Hard😤
for (var i = 0; i < 5; i++) {
    setTimeout(function() {
        console.log(i);
    }, 1000);
}

Which CSS property controls the text size?
Anonymous voting

#memes
#memes

3 rounding methods in JavaScript
3 rounding methods in JavaScript