Merlin Coders

From Coder Merlin
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Introduction[edit]

 Merlin Coders™  is a special program of  Coder Merlin™  to bring recognition to dedicated and motivated students. Progress in the program requires demonstration of mastery in a topic which consists of one or more experiences.

As students demonstrate mastery of a topic they're awarded "wands" which are rendered as right-pointing chevrons. When a sufficient number of wands have been earned, students advance to the next level. After a series of levels have been earned students advance in the color of their sash.

Requirements for Demonstrating Mastery[edit]

Demonstration of mastery in each subject will occur through the successful completion of a Merlin Mission with a score of 80% or greater. In the case that the target score is not achieved, students may redo the Merlin Mission after no less than fourteen calendar days have elapsed.

Digital Badges[edit]

A digital badge is a visual symbol of achievement. Students can collect and share digital credentials that validate their skills and accomplishments, and send signals of success to networks that matter to them, such as Discord, Twitter, and Facebook.

For more information:

Sashmojis[edit]

Sashmojis are a concise shortcut for specifying sashes and levels using only two characters.

Sashes[edit]

⬜️🟨🟧🟩🟪🟦🟫🟥⬛️

Levels[edit]

0️⃣1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣

White Sash[edit]

White Sash - Zero Level[edit]

Digital badge: Entry Level Coder Sashmoji: MMM-🧑‍🎓⬜️0️⃣

Description: Expresses a commitment to master the skills of Computer Science


Badge Promotion Requirements for Mastery
CoderMerlin-Badge-White-0.png

Criteria: An earner of this credential has expressed a commitment to invest the required effort necessary to master the skills of Computer Science.

Estimated time to earn credential: 0.0 hours

Tags:

White Sash - First Level[edit]

Digital badge: Basic CLI Software Development Tools Sashmoji: MMM-🧑‍🎓⬜️1️⃣

Description: Demonstrates knowledge and skills of basic software development tools using a command-line interface

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-White-1.png
  •  M1002-10  Bash
  •  M1004-10  Emacs
  •  M1008-10  Merlin Mission Manager

Criteria: An earner of this credential has studied and demonstrated knowledge and skills of basic tools required for software development on Linux. This includes the basic use of the Bash command-line interface, the basic use of the Emacs text editor, and the use of the Merlin Mission Manager to provide feedback on challenges.

Estimated time to earn credential: 8.0 hours

Tags: OOjs UI icon tag-ltr.svg bash  OOjs UI icon tag-ltr.svg emacs  OOjs UI icon tag-ltr.svg merlin mission manager 

White Sash - Second Level[edit]

Digital badge: Number Systems Sashmoji: MMM-🧑‍🎓⬜️2️⃣

Description: Demonstrates knowledge and skills of using number systems in alternative bases

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-White-2.png
  •  M1011-10  Number Systems
  •  M1012-10  Alternative Base Addition

Criteria: An earner of this credential has studied and demonstrated knowledge and skills in using alternative base number systems and alternative base addition.

Estimated time to earn credential: 6.0 hours

Tags: OOjs UI icon tag-ltr.svg number systems  OOjs UI icon tag-ltr.svg alternative base addition 

White Sash - Third Level[edit]

Digital badge: Boolean Algebra Sashmoji: MMM-🧑‍🎓⬜️3️⃣

Description: Demonstrates knowledge and skills of using Boolean algebra

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-White-3.png
  •  M1013-10  Boolean Algebra Basics
  •  M1013-10  Boolean Canonical
  •  M1013-10  Boolean DeMorgan
  •  M1014-10  Logic Gates
  •  M1015-10  Bitwise Operations
  •  M1018-10  SR Latch

Criteria: An earner of this credential has studied and demonstrated knowledge and skills in using Boolean algebra, logic gates, bitwise operations, logic composition, and complex gates such as binary adders and an SR Latch.

Estimated time to earn credential: 12.0 hours

Tags: OOjs UI icon tag-ltr.svg boolean algebra  OOjs UI icon tag-ltr.svg logic gates  OOjs UI icon tag-ltr.svg bitwise operations  OOjs UI icon tag-ltr.svg logic composition  OOjs UI icon tag-ltr.svg binary adders OOjs UI icon tag-ltr.svg SR Latch 

White Sash - Fourth Level[edit]

Digital badge: Computer History and Architecture Sashmoji: MMM-🧑‍🎓⬜️4️⃣

Description: Demonstrates knowledge of computer history and architecture

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-White-4.png
  •  M1021-10  Computer History
  •  M1022-10  Computer Architecture

Criteria: An earner of this credential has studied and demonstrated knowledge of computer history and architecture.

Estimated time to earn credential: 3.0 hours

Tags: OOjs UI icon tag-ltr.svg computer history  OOjs UI icon tag-ltr.svg computer architecture 

White Sash - Fifth Level[edit]

Digital badge: Encoding and Data Types Sashmoji: MMM-🧑‍🎓⬜️5️⃣

Description: Demonstrates knowledge and skills of basic data types and their storage

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-White-5.png
  •  M1032-10  Negative Integers
  •  M1037-10  Basic Expressions
  •  M1039-10  Basic Conversions
  •  M1039-11  Basic Calculations

Criteria: An earner of this credential has studied and demonstrated knowledge and skills in using positive and negative integers, nil values, expressions and operators, and conversion between types.

Estimated time to earn credential: 20.0 hours

Tags: OOjs UI icon tag-ltr.svg positive integers  OOjs UI icon tag-ltr.svg negative integers  OOjs UI icon tag-ltr.svg nil values  OOjs UI icon tag-ltr.svg data conversions 

White Sash - Sixth Level[edit]

Digital badge: Introductory Programming Sashmoji: MMM-🧑‍🎓⬜️6️⃣

Description: Demonstrates basic knowledge and skills of coding

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-White-6.png
  •  M1041-10  Assembly Language
  •  M1089-10  Hello World

Criteria: An earner of this credential has studied and demonstrated knowledge and skills in a very basic understanding of the concept of assembly language and writing "Hello, World!" programs in a variety of programming languages.

Estimated time to earn credential: 22.0 hours

Tags: OOjs UI icon tag-ltr.svg assembly language  OOjs UI icon tag-ltr.svg hello world 

White Sash - Seventh Level[edit]

Digital badge: Non-sequential Coding Sashmoji: MMM-🧑‍🎓⬜️7️⃣

Description: Demonstrates basic knowledge and skills of conditionals and loops

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-White-7.png
  •  M1151-10  Conditionals Level 1
  •  M1152-10  While Loop
  •  M1153-10  Repeat While Loop
  •  M1154-10  For Loop
  •  M1154-20  Loops and Functions

Criteria: An earner of this credential has studied and demonstrated knowledge and skills of non-sequential execution including branching structures such as conditionals and loops.

Estimated time to earn credential: 10.0 hours

Tags: OOjs UI icon tag-ltr.svg non-sequential execution  OOjs UI icon tag-ltr.svg loops  OOjs UI icon tag-ltr.svg conditionals 

White Sash - Eighth Level[edit]

Digital badge: Scope Basics Sashmoji: MMM-🧑‍🎓⬜️8️⃣

Description: Demonstrates basic knowledge and skills of variable, function, and block scope

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-White-8.png
  •  M1201-10  Scope Level 1
  •  M1201-11  Scope Level 2
  •  M1201-12  Scope Level 3
  •  M1201-13  Scope Level 4

Criteria: An earner of this credential has studied and demonstrated knowledge and skills of variable, function, and block scope.

Estimated time to earn credential: 10.0 hours

Tags: OOjs UI icon tag-ltr.svg variable scope  OOjs UI icon tag-ltr.svg function scope  OOjs UI icon tag-ltr.svg block scope 

Yellow Sash[edit]

Yellow Sash - First Level[edit]

Digital badge: Basic Karel Algorithms Sashmoji: MMM-🧑‍🎓🟨1️⃣

Description: Demonstrates basic knowledge and skills of Karel algorithms

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-Yellow-1.png
  •  M1165-10  Karel Basics
  •  M1165-11  Karel Sensors

Criteria: An earner of this credential has studied and demonstrated knowledge and skills, including the ability to independently code algorithms for:

  • orienting Karel appropriate to the task at hand,
  • navigating Karel around obstacles,
  • determining permissible boundaries for Karel movement, and
  • picking up and dropping off beepers.

Estimated time to earn credential: 20.0 hours

Tags: OOjs UI icon tag-ltr.svg karel orientation  OOjs UI icon tag-ltr.svg karel navigation  OOjs UI icon tag-ltr.svg karel tasks 

Yellow Sash - Second Level[edit]

Digital badge: Basic Numeric Algorithms Sashmoji: MMM-🧑‍🎓🟨2️⃣

Description: Demonstrates basic knowledge and skills of common algorithms

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-Yellow-2.png
  •  M1171-10  Largest Number of Three
  •  M1172-10  Greatest Common Divisor
  •  M1173-10  Finding Primes
  •  M1173-20  Primes Return

Criteria: An earner of this credential has studied and demonstrated knowledge and skills, including the ability to independently code algorithms for:

  • finding the largest integer of three,
  • finding the greatest common divisor of two integers,
  • determining whether or not a number is prime, and
  • finding the next prime given an arbitrary integer.

Estimated time to earn credential: 12.0 hours

Tags: OOjs UI icon tag-ltr.svg algorithm largest of three  OOjs UI icon tag-ltr.svg algorithm greatest common divisor  OOjs UI icon tag-ltr.svg algorithm finding primes 

Yellow Sash - Third Level[edit]

Digital badge: Intermediate Numeric Algorithms Sashmoji: MMM-🧑‍🎓🟨3️⃣

Description: Demonstrates intermediate knowledge and skills of common algorithms

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-Yellow-3.png
  •  M1174-10  String To Decimal
  •  M1175-10  Numbers to Words
  •  M1176-10  Making Change

Criteria: An earner of this credential has studied and demonstrated knowledge and skills, including the ability to independently code algorithms for:

  • converting a string of characters, including non-digits, to a decimal integer,
  • converting a series of decimal integers, up to 99,999 to their equivalent English names,
  • determining the optimal denominations to use when making change.

Estimated time to earn credential: 30.0 hours

Tags: OOjs UI icon tag-ltr.svg string to decimal integer  OOjs UI icon tag-ltr.svg decimal integer to English name  OOjs UI icon tag-ltr.svg denominations for making change 

Yellow Sash - Fourth Level[edit]

Digital badge: Using Random Numbers Sashmoji: MMM-🧑‍🎓🟨4️⃣

Description: Demonstrates basic knowledge of using random numbers

Badge Promotion Requirements for Mastery
CoderMerlin-Badge-Yellow-4.png
  •  M1292-28  Useful Randomness

Criteria: An earner of this credential has studied and demonstrated knowledge and skills, including the ability to independently code algorithms for:

  • using random numbers to determine the value of .

Estimated time to earn credential: 6.0 hours

Tags: OOjs UI icon tag-ltr.svg using random numbers 

Orange Sash[edit]

Green Sash[edit]

Purple Sash[edit]

Blue Sash[edit]

Brown Sash[edit]

Red Sash[edit]

Black Sash[edit]

(Restore from vandalism 14-Dec-2021)