1According to the Dalmation Ltd case study, which component of accounting policy choice involves deciding whether an item like solar panels should be recorded as an asset or an expense?
2Based on the Conceptual Framework (paragraph 4.3), what is the definition of an asset?
3Under the Bonus Plan Hypothesis mentioned in the homework, why would managers prefer to classify the solar panels as an asset?
4In the 'My Wordle' programming assignment, which symbol is used to indicate a letter is in the correct word but in the wrong spot?
5According to the programming assignment specifications, which Python function must be used to randomly select a word from the provided WORD_LIST?
6The programming assignment strictly forbids the use of certain keywords to exit loops. Which of the following is prohibited?
7When handling multiple copies of the same letter (e.g., target 'GLASS' and guess 'SASSY'), how is the third 'S' in the guess 'SASSY' (index 2) displayed if it doesn't have a third matching letter in the target?
8Which of the following is a mandatory user-defined function for the My Wordle project that handles user input validation?
9Which accounting hypothesis explains a manager's preference for policies that increase equity to avoid breaching contract limits (like a 65% total asset restriction)?
10Which data structure is explicitly listed as something students MUST NOT use in their Wordle programming solution?