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 |
