Difference between revisions of "§10.711"

From Coder Merlin
Line 3: Line 3:
|knowledgeAndSkillsLevel=10
|knowledgeAndSkillsLevel=10
|primaryTopicArea=topic-area-data-structures
|primaryTopicArea=topic-area-data-structures
|topicAreas=Basic types
|topicAreas=Primitive types
|knowledgeAndSkillsIncludes=Booleans;
|knowledgeAndSkillsIncludes=Booleans;
Integers (signed and unsigned);
Integers (signed and unsigned);

Revision as of 03:02, 25 June 2021

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


Knowledge and Skills Goal[edit]

Knowledge and Skills Description Demonstrate proficiency in representing basic discrete data types as they are represented within the computer
Knowledge and Skills Level 10
Primary Topic Area topic-area-data-structures
Topic areas • Primitive types
Knowledge and skills includes • Booleans
• Integers (signed and unsigned)
• Characters
• Strings
• Finite limits

Relevant Experiences[edit]

 Experience IDClassroom timeStudy timeAcquired knowledgeAcquired skill
ConversionsW103920 minutes30 minutesunderstanding type casting and type conversions with regard to primitive typesability to identify the appropriate target type for a conversion
ability to perform conversions to an appropriate type