Difference between revisions of "§10.711"

From Coder Merlin
(Created page with "== Knowledge and Skills Goal == Category:Knowledge and skills Knowledge and skills description::Demonstrate proficiency in representing basic discrete data types as they...")
 
Line 1: Line 1:
== Knowledge and Skills Goal ==
{{Knowledge and Skills Goal
[[Category:Knowledge and skills]]
|knowledgeAndSkillsDescription=Demonstrate proficiency in representing basic discrete data types as they are represented within the computer
[[Knowledge and skills description::Demonstrate proficiency in representing basic discrete data types as they are represented within the computer]]
|knowledgeAndSkillsLevel=10
(Level [[Knowledge and skills level::10]])
|primaryTopicArea=topic-area-data-structures
 
|topicAreas=Basic types
== Notes ==
|knowledgeAndSkillsIncludes=Booleans;
Includes:
Integers (signed and unsigned);
* Booleans
Characters;
* Integers (signed and unsigned)
Strings;
* Characters
Finite limits
* Strings
}}
* Finite limits
 
== Available Experiences ==
{{KnowledgeAndSkillData|{{FULLPAGENAME}}}}
 
<!-- Categories and properties -->
[[Category:Basic types]] {{#set:Topic area=Basic types}}
 
{{#set:Primary topic area=topic-area-data-structures}}

Revision as of 13:39, 24 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 • Basic types"Basic types" is not in the list (Algorithms, Data structures, Linear structures, Arrays, Strings, Linked lists, Queues, Stacks, Primitive types, Booleans, ...) of allowed values for the "Topic area" property.
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