学年

教科

質問の種類

TOEIC・英語 大学生・専門学校生・社会人

下線部(1)の文構造が分かりません。特に2行目の文構造が分かりません。強調のdoであることは分かりますが、その後のthat以降が関係詞?かすらも分からないので、誰か教えて下さい!

次の英文は1991年に出版された本からのもので、 研究分野としての「人工知 能」 (Artificial Intelligence) について述べています。 下線部(1)~(3)を日本語に訳 しなさい。 What is Artificial Intelligence (AI)? Just about the only characterization of Al that would meet with universal acceptance is that it involves trying to make machines do tasks which are normally seen as requiring intelligence. There are countless refinements of this characterization: what sort of machines we want to consider; how we decide what tasks require intelligence and so on. One of the most important questions concerns the reasons why we want to make machines do such tasks. AI has always been split between people who want to make machines do tasks that require intelligence because they want more useful machines, and people who want to do it because they see it as a way of exploring how humans do such tasks. We will call the two approaches the engineering approach and the cognitive-science respectively. (2) (1) approach The techniques required for the two approaches are not always very different. For many of the tasks that engineering AI wants solutions to, the only systems we know about that can perform them are humans), so that, at least initially, the obvious way to design solutions is to try to mimic what we know about humans. For many of the tasks that cognitive-science Al wants solutions to, the evidence on how humans do them is too hard to interpret to enable us to construct computational models, so the only approach is to try to design solutions from scratch" and then see how well they fit what we know about humans. The main visible difference between the two approaches is in (3) their criteria for success; an engineer would be delighted to have create something that outperformed a person; a cognitive scientist would regard it as a failure. -1- M7 (492-61

未解決 回答数: 1
情報 大学生・専門学校生・社会人

Oracle certified Java Programmer Gold SE11 IT系ベンダー資格のOracle certified Java Programmer Gold SE11の資格勉強をしているのですが、もし、Javaに詳しい人がいるのでしたら、 第6章... 続きを読む

8. 次のコードをコンパイル、 実行したときの結果として、正しいものを びなさい。 (1つ選択) } var sql = "select * from item where id = ?": try (var ps = con.prepareStatement (sql)){ ResultSet rs = ps.executeQuery(); // do something 0件の検索結果が戻される 11. 次のコードをコンパイル、実行したときの結果として、正しいものを選 びなさい。(1つ選択) var sql = "select * from emp"; try (PreparedStatement ps = con.prepareStatement(sql){ ResultSet rsps.executeQuery(); System.out.println(rs.getString(2)); なお、 検索する対象となるempテーブルは、以下のレコードが登録さ れているものとする。 DEPARTMENT A. B. 全件の検索結果が戻される C. コンパイルエラーが発生する D. 実行時に例外がスローされる ID NAME 1 ALLEN R&D A. B. executeQueryメソッド C. executeメソッド D. executeBatch メソッド メソッドとして、最も適切なものを選びなさい。 (1つ選択) executeUpdate メソッド 19. JDBCを使ったデータベースプログラミングをしている。 UPDATE文を 実行した結果、 何件更新されたかを調べたい。 PreparedStatementの P314 2 SCOTT SALES 3 BILL ACCOUNTING A. 「1」 と表示される Marit B. 「2」 と表示される C. 「ALLEN」 と表示される D. 「SCOTT」 と表示される E. コンパイルエラーが発生する F. 実行時に例外がスローされる 第6章 JDBCによるデータベース連携 (問題) <->P316 P314 10. 次のコードをコンパイル、 実行したときの結果として、正しいものを選 びなさい。 (1つ選択) var sql = "delete from item where id = ?"; try (var ps = con.prepareStatement(sql))( ps.setInt(1, 1); ps.executeUpdate("update item set name="test' where id = ?'); 12. 次のコードをコンパイル、 実行したときの結果として、正しいものを選 びなさい。 (1つ選択) var sql = "select count(*) from item"; try (PreparedStatement ps = con.prepareStatement(sql)){ System.out.println(ps.execute()); なお、検索する対象となるitemテーブルは、以下のレコードが登録さ れているものとする。 A. DELETE文が実行される id name 1 B. UPDATE文が実行される banana 2 C. コンパイルエラーが発生する apple 3 D. 実行時に例外がスローされる P316 orange 298 ※次ページに続く 299

回答募集中 回答数: 0
数学 大学生・専門学校生・社会人

多様体を構成するために、位相空間に完全アトラスを導入するところで質問です。 完全アトラスを導入するメリットとして、この文章の下線部を「異なる座標系を用いたのに同じ計算ができてしまうという問題が解消される」解釈したのですが、そこがよくわかりません。座標系を変えて計算する... 続きを読む

1 Two n-dimensional coordinate systems & and ŋ in S overlap smoothly provided the functions on¯¹ and ŋo §¯¹ are both smooth. Explicitly, if : U → R" and ŋ: R", then ŋ 1 is defined on the open set ε (ur) → ° (UV) V and carries it to n(u)—while its inverse function § 4-1 runs in the opposite direction (see Figure 1). These functions are then required to be smooth in the usual Euclidean sense defined above. This condition is con- sidered to hold trivially if u and do not meet. Č (UV) R" Ĕ(U) n(UV) R" S n(v) Figure 1. 1. Definition. An atlas A of dimension n on a space S is a collection of n-dimensional coordinate systems in S such that (A1) each point of S is contained in the domain of some coordinate system in, and (A2) any two coordinate systems in ✅ overlap smoothly. An atlas on S makes it possible to do calculus consistently on all of S. But different atlases may produce the same calculus, a technical difficulty eliminated as follows. Call an atlas Con S complete if C contains each co- ordinate system in S that overlaps smoothly with every coordinate system in C. 2. Lemma. Each atlas ✅ on S is contained in a unique complete atlas. Proof. If has dimension n, let A' be the set of all n-dimensional coordinate systems in S that overlap smoothly with every one contained in A. (a) A' is an atlas (of the same dimension as ✅).

未解決 回答数: 0
数学 大学生・専門学校生・社会人

数Iの三角形の面積についての質問です。 なぜ∠BACはsinだと分かるのですか? 分かる方いたら教えて欲しいです🙇‍♀️

c=2RsinC=24sin120° =2.4.3 =4√3 basin 15 (√6-√2).2.2 531 2 正弦定理から a b sin A sin B 2R よって a b=sin B.. sin A SU =sin 60°.. 2 (2)CD=AB=2であるから,三角形 CDB の面積Sは S=1125sin120°= 5/3 √√2 √√2 =√3-1 2 sin 45° よって,平行四辺形ABCD の面積は ST- √3 2 8- 2 1 √√2 =√3-√2=√6 1 a 1 2 R= 2 sin A 2 sin 45° =√2 41(1) 余弦定理から a2=62+c2-2bccos A 2S=5√3 別解 Aから辺BCに垂線 AH を下ろすと、 B=180°-120°=60°から AH=ABsin60°=2√3 よって,平行四辺形において, 底辺 BC に対する高さが AH であるから, 求め る面積は BCXAH=5√√3 =32+(√2)2-2・3・√2 cos 45° ar S44 (1) (15+21+13+19+20)= 88 =9+2-6√ √ =5 5 =17.6 a0 であるから a=√ =√5 (2) 余弦定理から cos B= c2+α²-b2_82+52-72 2ca 40 1 2.8.5 よって B=60° 答 (2)(45+38+52+54+73+27+25+42) 356 =44.5 8 2.8.5 (3) {2+9+6+(-9)+1 +(-5)+6+1 +2 + (− 42 (1) 2=25, 62+c2=25 から a2=b2+c2 ゆえに A=90° よって, ∠Aは直角である。 (2) a2=64,62+c2=61 から a²>b²+c² - 10 -=1 45 (1) データを小さい順に並べると 8, 14, 22, 48, 97 データの大きさは5であるから, 中央 3番目の値である。 ゆえに A > 90° よって, 中央値は 22 よって、 ∠Aは鈍角である。 43(1) A=180°-(B+C) =180°-(30°+105° から? =45° (2) データを小さい順に並べると 11, 20, 20, 38, 39, 50, データの大きさは7であるから, 4番目の値である。 よって、 三角形ABC の面積は よって、 中央値は 38

未解決 回答数: 1
情報 大学生・専門学校生・社会人

パソコン得意な方、至急お願い致します。 Q3が分からないです。 I17セルに出席番号が偶数で女子に該当したらそのまま国語の点数を反映するよう入力したつもりなのですが、全て0になってしまいます。とこが間違ってますか? ※画像荒くてすみません

遊ゴシック 11 AA 折り返して全体を表示する 標準 EB [貼り付け] BIU- 2 クリップボード フォント セルを結合して中央揃え 配置 +%⁹ 2 数値 117 A A fx =IF(AND((MOD (ROW(B17),2)=0),E17="女"),$F17,0) B C D F G H 0 1 2 3 10 11 12345678911 12 13 条件付きテーブルとしてセルの 書式設定スタイル 下の表の成績表データから、次の Q1 ~Q3の集計を行い、 結果の数値もしくは結果を計算する数式を G8:G10 に記入せよ。 以下のどちらの方法でもよい。 ・表の1列目より右側を使い、 集計用の列を適宜作った上で、最終的な結果を別途求める ・G8からG10セルにSUMPRODUCT 関数を用いた数式を入力し、元のデータから一気に求める。 Q1:A班 の男子の人数は? Q2: 数学か英語で50点未満の点数を取っている人数は? Q3: 出席番号が偶数の女子の国語の平均点 スタイル B H 挿入 削除 書式 セル WE A 2 並べ フィル J K L M N 出席番号 氏名 班 性別 国語 数学 H 英語 3 H Q3 17 4 海老原梢 C 19 6 宮本 茉莉 A 123 10 高原 C 25 12 笹森 歩美 C 27 14 山崎 凛子 A 29 16 深井 心美 B (31) 18 大井 B 33 20 谷口 絢子 B 35 22 竹本 紗季 B 37 24 長谷川 五月 C 39 26 内田 紗綾子 B 43 30 堀井 美奈 C 女女女女女女女女女女女女 63 48 63 64 18 32 55 38 65 10 64 18 30 0 59 77 40 195 44 27 77 46 35 80 41 51 70 85 17 55 71 62 68 62 26 57 32 61 000000001 44 45

回答募集中 回答数: 0