Exercises on Section 3 29 января, 2025 Комментарии к записи Exercises on Section 3 отключены Ограничение по времени: 0 Санҷиш Summary 0 of 2 Саволҳо completed Вопросы: Информация You have already completed the санҷиш before. Hence you can not start it again. Санҷиш is loading… You must sign in or sign up to start the санҷиш. Сначала вы должны завершить следующее: Результаты Санҷиш complete. Results are being recorded. Результаты 0 of 2 Саволҳо answered correctly Your time: Время истекло You have reached 0 of 0 point(s), (0) Earned Point(s): 0 of 0, (0) 0 Essay(s) Pending (Possible Point(s): 0) Рубрики Без рубрики 0% 1 2 Current Обзор Отвечено Верно Неверно Савол 1 of 2 1. Вопрос Each of (a)–(c) is a member of one of the sets given in (i)–(iii). Say which item comes from which set. Sets: (i) SetOfSeqOfChar. (ii) SeqOfSetOfChar. (iii) SeqOfSeqOfChar. (a) {“error1”, “error2”, “error3”}. (b) [“error1”, “error2”, “error3”]. (c) [{‘e’,‘1’}, {‘T’}, {‘q’,‘w’,‘e’,‘r’,‘t’,‘y’}]. (a) This is a set, as shown by the outer curly brackets. Each member of this set is a string, that is, a sequence of characters. So (a) is a set of sequences of characters. It is a member of SetOfSeqOfChar. (b) This is a sequence, as shown by the outer square brackets. It is a sequence of strings. So (b) is a sequence of sequences of characters. It comes from SeqOfSeqOfChar. (c) This is again a sequence. Each member of this sequence is a set of characters. So (c) comes from SeqOfSetOfChar. Верно Неверно Савол 2 of 2 2. Вопрос Let Mix be the disjoint union Int Char. What is the length of the following sequence from SeqOfMix? [555, ‘5’, ‘5’, ‘5’, 11, 1]. There are six items in the sequence [555,‘5’,‘5’,‘5’,11,1] (three integers and three characters), so the length of this sequence is 6. Верно Неверно