本日は、英語でまなぶコンピュータ・サイエンス第2回へご参加頂きありがとうございました!本日の授業で、途中できなかったActivityがいくつかありましたので、復習に活用して頂ければとご案内させて頂きます。
注意点
- Seesawはご自宅でも利用可能です。ブラウザ版かアプリ版(iOS、Android)をご利用ください。
- 下記の4つの宿題はSeesawのActivityから提出できます(PCまたはiPhone、iPadのみ)。
- AndroidスマホにはActivityの提出機能がありませんので、このページを参考に宿題(動画・メモなどを撮影)をしたあとに、「Journal」へ直接投稿してください。
- Seesawのアカウントをお持ちでない方で、本日使用したアカウントも分からない方は、LINEでご相談ください。
- Kids Code Clubからアカウントを発行している場合、利用期限は6/30までとなります。ご自身のメールアドレスへ変更すれば、以降も使えます。詳しくはLINEでご相談ください。
- ポーカーチップが家になくても、見分けがつく二種類の物であれば何でも代わりに使えます(例:ふせん紙、おはじき、など)
ソートの復習宿題①:Finding maximum among 5 cards and two poker chips
ランダムに選んだ同じマークの5枚のトランプの中から、最大の数を持つトランプを見つけるActivityです。トランプを見つける手順を実際に試してみましょう。
※注意※カードの下にチップがないトランプは表にすることができません
「Finding maximum among 5 cards and two poker chips」
What you need:
* playing cards
* two poker chips
1. Watch the video here: https://youtu.be/KWic-KkwM0E
2. put 5 random cards (facedown)
3. put two poker chips under the left-most card
4. Tap the add button.
5. Tap the video tool to capture video
6. start getting maximum in the same way as in video
7. Tap the green check to add to submit
ソートの復習宿題②:Do selection sort using card and two porker chips
宿題①を応用し、最大の数のトランプを並べていくことで、トランプを数の大きい順に並べ直すことができます。これをセレクションソートと言います。下記の手順でセレクションソートをやってみましょう。
※注意※カードの下にチップがないトランプは表にすることができません
「Do selection sort with two poker chips」
What you need:
* playing cards
* two poker chips
1. Watch the video here: https://youtu.be/M9VeC-SvXvE
2. put 5 random cards (facedown)
3. put two poker chips under the left-most card
4. Tap the add button.
5. Tap the video tool to capture video
6. start selection sort
7. Tap the green check to add to submit
サーチの復習宿題①:battleship game review (1)
戦艦ゲーム(リニアサーチ・ランダムサーチ:戦艦が数字順に並んでいないケース、Search Algorithm Game 1)の復習のためのActivityです。それぞれの質問の答えを考えてみましょう。
Is there an order in how the ships are arranged?
What is the minimum number of possible shots to reach the goal?
What is the maximum number of possible shots to reach the goal?
How will these numbers change when we have twice as many ships?
サーチの復習宿題②:battleship game review (2)
戦艦ゲーム(バイナリサーチ:戦艦が数字順に並んでいるケース、Search Algorithm Game 2)の復習のためのActivityです。それぞれの質問の答えを考えてみましょう。
答えがでたら、リニアサーチ・ランダムサーチと結果を比べてみましょう。どちらが効率が良いでしょうか?
Is there an order in how the ships are arranged?
What is the minimum number of possible shots to reach the goal?
What is the maximum number of possible shots to reach the goal?
How will these numbers change when we have twice as many ships?
復習の宿題は、以上4点になります。
分からない点などありましたら、お気軽にLINEにてお問い合わせください。
みなさまの挑戦をお待ちしております!