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
نمایش بیشتر782
مشترکین
+224 ساعت
+67 روز
+1930 روز
در حال بارگیری داده...
کانالهای مشابه
هیچ دادهای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
ابر برچسبها
هیچ دادهای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
اشارات ورودی و خروجی
---
---
---
---
---
---
جذب مشترکین
اوت '26
اوت '26
+29
در 2 کانالها
ژوئیه '26
+30
در 2 کانالها
Get PRO
ژوئن '26
+51
در 4 کانالها
Get PRO
مه '26
+38
در 3 کانالها
Get PRO
آوریل '26
+55
در 5 کانالها
Get PRO
مارس '26
+68
در 5 کانالها
Get PRO
فوریه '26
+167
در 5 کانالها
Get PRO
ژانویه '260
در 0 کانالها
Get PRO
دسامبر '250
در 0 کانالها
Get PRO
نوامبر '250
در 0 کانالها
Get PRO
اکتبر '250
در 0 کانالها
Get PRO
سپتامبر '250
در 0 کانالها
Get PRO
اوت '250
در 0 کانالها
Get PRO
ژوئیه '250
در 0 کانالها
Get PRO
ژوئن '250
در 0 کانالها
Get PRO
مه '250
در 0 کانالها
Get PRO
آوریل '250
در 0 کانالها
Get PRO
مارس '250
در 0 کانالها
Get PRO
فوریه '25
+23
در 0 کانالها
Get PRO
ژانویه '25
+53
در 0 کانالها
Get PRO
دسامبر '24
+132
در 0 کانالها
Get PRO
نوامبر '24
+293
در 0 کانالها
| تاریخ | رشد مشترکین | اشارات | کانالها | |
| 26 اوت | 0 | |||
| 25 اوت | +2 | |||
| 24 اوت | +1 | |||
| 23 اوت | +3 | |||
| 22 اوت | +1 | |||
| 21 اوت | 0 | |||
| 20 اوت | +1 | |||
| 19 اوت | +1 | |||
| 18 اوت | +2 | |||
| 17 اوت | +1 | |||
| 16 اوت | 0 | |||
| 15 اوت | 0 | |||
| 14 اوت | +3 | |||
| 13 اوت | +1 | |||
| 12 اوت | +2 | |||
| 11 اوت | 0 | |||
| 10 اوت | 0 | |||
| 09 اوت | 0 | |||
| 08 اوت | +2 | |||
| 07 اوت | 0 | |||
| 06 اوت | +2 | |||
| 05 اوت | +2 | |||
| 04 اوت | +2 | |||
| 03 اوت | 0 | |||
| 02 اوت | 0 | |||
| 01 اوت | +3 |
پستهای کانال
What does the strict equality operator === check that == does not?
| 2 | What is the amortized time complexity of appending to a dynamic array (like Python's list or Java's ArrayList)? | 51 |
| 3 | What is the core idea behind consistent hashing, and why is it useful for distributed caches? | 55 |
| 4 | Which concept allows one algorithm to solve many different problems by changing only the input? | 59 |
| 5 | What is the default value of a boolean instance variable in Java? | 62 |
| 6 | What does the Python slice list[::-1] do? | 261 |
| 7 | What advantage does a doubly linked list have over a singly linked list? | 66 |
| 8 | Which CSS property controls the space between an element's border and its content? | 81 |
| 9 | What is the space complexity of a typical recursive Fibonacci implementation without memoization? | 91 |
| 10 | What does refactoring mean in software development? | 90 |
| 11 | What are the units of transmitted network data called? | 86 |
| 12 | Which JOIN returns only rows with matches in both tables? | 84 |
| 13 | What happens when this code runs? | 89 |
| 14 | Topic: Debugging & Code Output
🔍 Quick look before the question:
def greet(name):
print("Hello " + name)
greet() | 94 |
| 15 | What HTTP status code indicates a resource was not found? | 381 |
| 16 | Which statement best explains why binary numbers are used inside computers? | 97 |
| 17 | What is the purpose of an API rate limiter? | 90 |
| 18 | What exception does Python raise when you divide by zero? | 431 |
| 19 | What does responsive design primarily aim to achieve? | 104 |
| 20 | Which method converts a JSON string into a JavaScript object? | 108 |
