题目
题目

COMM_V 205 101 102 103 2025W1 In-class Exercise (ICE) 7

简答题

In an old workbook, Analyst Alex finds a mysterious cell—A1—whose content is redacted. Alex runs a few tests: =FIND("*", A1) returns 1 =SEARCH("~?*~?", A1) returns 2 =SEARCH("~?*~?", A1, SEARCH("~?*~?", A1) + 1) returns 4 =SEARCH("~*", A1, FIND("*", A1) + 1) returns 3 =LEN(A1) returns 5 what is the text in cell A1? (Do not use double quotations, just type all the characters in the text) 

查看解析

查看解析

标准答案
Please login to view
思路分析
We start by clearly restating what information we have from the tests and what is being asked: determine the exact 5-character text in A1 that satisfies all given formula results, and we are told not to include quotes in the final answer. - The first test says FIND("*", A1) returns 1. This means the first (leftmost) occurrence of the literal asterisk character * is at position 1 in A1. Therefore, the character in A1 at position 1 must be *. - The second test, SEARCH("~?*~?", A1) returns 2. The pattern ~? is used to escape a question mark so that it is treated as a literal ?; * is a wildcard, and ~? again stands for a literal ?. The overall pattern parses as: literal ?, then any sequenc......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!