Mastodon logo Join the Digital Sovereignty Movement on Mastodon!

Question Database

Browse and filter questions, then generate a quiz with your selected parameters.

Searching...
02 Models Admin Interface
01 First Contribution
02 C Programming
03 Structured Program Development
01 Introduction
Creating A Project Base
Searching...
pseudocode
variables
foundational
programming-basics
models
operators
cli
top-down-design
design-patterns

Selected Filters

No filters selected. Click tutorial or tag pills above to add them to your selection.

Select Difficulty Levels:

Foundational
Easy
Medium
Hard
Impossible
Loading...

What is a 'Commit' in Git?

Tutorial: 01-first-contribution
Difficulty:
Easy
Tags: git commit
Choose an answer:
Checking answer...

ID: easy-git-basics-commit-definition


What is the primary purpose of adding comments (lines starting with `//`) to a C program?

Tutorial: 02-c-programming
Difficulty:
Foundational
Tags: c-programming programming-basics introduction
Choose an answer:
Checking answer...

ID: foundational-comments-purpose


While the tutorial explains what `printf` does, it doesn't mention its return value. In C, what does the `printf` function return upon successful execution?

Tutorial: 02-c-programming
Difficulty:
Impossible
Tags: c-programming stdio functions
Choose an answer:
Checking answer...

ID: impossible-printf-return-value


What is the primary purpose of using pseudocode in program development?

Tutorial: 03-structured-program-development
Difficulty:
Foundational
Tags: structured-programming pseudocode algorithms
Choose an answer:
Checking answer...

ID: foundational-pseudocode-purpose


Based on the described request-response cycle, which sequence correctly orders the core components Django uses to process a user's request?

Tutorial: creating-a-project-base
Difficulty:
Hard
Tags: django web-development architecture
Choose an answer:
Checking answer...

ID: hard-django-request-cycle-order