Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeConcepts
Repetition

Repetition

Repetition means multiple occurrences of the same data or multiple executions of the same statements.

Related concepts:  SequenceLoop

Closest Wikipedia entry:  Iteration: Computing

Misconceptions about Repetition
3 documented Misconceptions

Any LanguageJavaJavaScriptPythonScratch
Check Yourself
Misconception
StringRepetitionOperator — Java
The multiplication operator can repeat a String a number of times
Misconception
StringRepetitionOperator — JavaScript
One can repeat a String by multiplying it with a number
Misconception
NoSequenceRepetition — Python
There is no operator that repeats sequences

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors