資訊內容
幼兒編程的一些英文詞匯
讀者問幼兒學幼兒編程scratchjr時需要知道哪些詞匯?我想就是把scratchjr網站上面的文檔看看會有很多幫助。
1. scratchjr本身編程塊出現的英文單詞當然要知道了。
比如上面編程塊出現時就會跳出它們對應的英文。
這些詞有:move left, move right, move up, move down, turn left, turn right, hop, go home,start on message, start on green flag, start on tap, send message, start on bump, pop, play recorded sound, say, grow, shrink, reset size, hide, show, wait, stop, set speed, repeat, repeat forever, go to page, end.
2.在用到這些編程塊時,我們可以用一些合適的動詞。
首先點擊某個編程塊或者按鈕啥的我們可以用tap這個詞,也可以用click on。比如,tap the Green Flag button。
這里編程塊要到編程區域是需要拖動的,所以用drag這個詞,比如Drag the Turn Right block from the blue blocks palette to the programming area.
當然,我們也可以籠統的用use,choose, select, need, add, delete, touch等詞。
3.編程塊也可以用一些的別的詞描述。
Hop可以用jump。
左右旋轉那個可以添加順時針逆時針的表述。Turn clockwise, turn counterclockwise.比如,You will learn how to use the Turn Right and Turn Left blocks to tilt your cat clockwise or counterclockwise. 旋轉用rotate, go around 之類。
變大變小那個當然可以用big,small這樣的詞。How large can you make the cat? How small can you make it?
出現消失的那個可以用appear,disappear, reappear, visible, invisible之類。
重復幾次可以用run*** times. You can use a Repeat block to make the first pattern run several times.
收到信息啟動那個直接用receive message.
4.scratchjr畫面上一些名字知道一下。
腳本或程序:script, program
小喵咪運動的舞臺:stage
角色: character
切換背景按鈕:change background button
網格按鈕:grid button
勾號:check mark
加號:plus sign
項目:project
5.一些其他動詞
把程序塊拼在一起這個動作:snap,比如,snap them together.Snap it onto the front of your script.
按住滾動條這個動作:scroll,比如,If you scroll down the page, you’ll see the many characters you can choose from.
保存:To save your project and go back to the home screen, tap the Home button in the top-left corner.
6.其他一些基礎詞匯
各種基本顏色,常見小動物名稱。
水平有限,目前就想到那么多啊。
聲明:本文章由網友投稿作為教育分享用途,如有侵權原作者可通過郵件及時和我們聯系刪除

- 上一篇
Scratch編程——畫筆篇
? ? 前面我們討論過用Scratch編程控制角色移動和編程中所用到的數據和變量。今天我們來討論一下Scratch的小功能——畫筆。沒錯,我們可以用Scratch程序來畫畫,讓它根據我們的意圖來繪制美麗的畫面。你想想,要想畫畫需要哪些材料呢?對了,一張圖畫紙,一支畫筆,還有各種顏料。
- 下一篇
Scratch編程——數據篇
今天我們來探究一下Scratch編程的數據存儲問題。記得我當年上學開始學習編程時老師講過一句話:“變量是組成程序的基本元素”,這句話至今記憶猶新。想想看,程序其實就是對數據的處理,不管程序要完成怎樣的任務,其實都是要對相應的數據發出指令,進行計算,更新修改等等。那么在計算機中這些各種各樣