Intro to Computing - How Data is RepresentedA text file saved in UTF-8 shows question marks when opened in a program expecting ASCII. What is the problem?AThe file is emptyBThe program cannot decode UTF-8 characters properlyCThe file is corruptedDThe program is running too slowlyCheck Answer
Step-by-Step SolutionSolution:Step 1: Recognize UTF-8 vs ASCII decodingUTF-8 can encode many characters; ASCII expects only 7-bit codes, so decoding fails.Step 2: Exclude unrelated causesFile corruption or emptiness would cause different symptoms; speed does not affect decoding.Final Answer:The program cannot decode UTF-8 characters properly -> Option BQuick Check:UTF-8 needs proper decoding, else shows question marks [OK]Quick Trick: UTF-8 needs compatible decoder, else shows ? [OK]Common Mistakes:MISTAKESAssuming file corruptionIgnoring encoding differencesBlaming program speed
Master "How Data is Represented" in Intro to Computing9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepFlowTryChallengeDrawRecallReal
More Intro to Computing Quizzes How Data is Represented - File formats and extensions - Quiz 8hard How Data is Represented - How images are stored (pixels, resolution) - Quiz 15hard How Files and Folders Organize Data - Search and find operations - Quiz 13medium How Hardware Works - RAM and temporary memory - Quiz 2easy How Software Works - Software licensing basics - Quiz 2easy How Software Works - Why software gives hardware purpose - Quiz 1easy How Software Works - Software licensing basics - Quiz 9hard How the Internet Works - Search engines and how they find information - Quiz 5medium How the Internet Works - Cloud computing basics - Quiz 15hard What is Computing - What a computer does (input, process, output, store) - Quiz 9hard