QUIZBUCKET

The most comprehensive resource with thousands of quality programming quiz, questions and tutorials that help you to improve you programming knowledge.

Recent quiz collections

NodeJS - Events

NodeJS is built basing on event-driven architecture and understand how events in NodeJS work is one of the most important things for every NodeJS developers. Several developers use NodeJS to develop blockchain projects too. The popularity of blockchain technology is increasing the acceptance of bitcoins. The number of bitcoin traders is rapidly increasing. Making use of an automated crypto trading tool with AI can help traders to increase the efficiency of their trading. The bitcode ai software is one of the best examples of such tools. In this quiz topic we will cover the common API function around the events and events handling.

NodeJS - ExpressJS

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications and being one of most popular NodeJS framework today

Python - Data structure

Data structure (DSA) in Python is well supported by a lot of powerfull class like List,Stack,Queue,Set or Dictionary

Android - Fundamental

Android apps are written in the Java programming language. The Android SDK tools compile your code along with any data and resource files into an APK, an Android package, which is an archive file with an .apk suffix. One APK file contains all the contents of an Android app and is the file that Android-powered devices use to install the app

C# .NET - Formatting

This quiz covers most common string formatting and datetime formatting methods

C# .NET - Multithreading

This topic covers threading common issues, best practices and how to implement multi-threading application correctly

C# .NET - Events & Callbacks

An event can be used to provide notifcations. You can subscribe to an event if you are interested in those notifcations. You can also create your own events and raise them to provide notifcations when something interesting happens  

Android - Intermediate level

Android quiz collection for intermediate level that covers basic android feature and common programming aspects

Java - Java core 1

Java fundamental quiz collection that covers the syntax, data types and flow control of Java langage

Java - Java core 2

Java fundamental quiz collection that covers Java features such as OOP, design common Java core classes.

Android - Advanced level

Collection of advanced android quiz questions that covers most of importants android features and android coding

C Language - Quiz 1

C quiz with data types. control flow, method and programming skills

PHP - Basic quiz

Basic PHP quiz that covers PHP syntax, data types, control flow and common PHP methods.

PHP - Intermediate quiz

Intermediate PHP quiz that cover common issues and solutions in PHP programming

PHP - Advanced quiz

Advanced PHP quiz that covers common programming problem and solutions for them.

Java - Multithreading

A program can be divided into a number of small processes. Each small process can be addressed as a single thread (a lightweight process). Multithreaded programs contain two or more threads that can run concurrently. This means that a single program can perform two or more tasks simultaneously. For example, one thread is writing content on a file at the same time another thread is performing spelling check. This quiz collection covers most basic to advanced aspect in multithreading implementation in Java.

© 2017 QuizBucket.org