两位数除三位数自学练习
2019-10-26 15:33
本GeoGebra范例是一个用于自学练习的算术互动课件,主要演示两位数除三位数的除法运算。通过随机生成被除数和除数,学生可以在输入框中填写商和余数,并点击按钮验证答案是否正确。该课件结合了随机数生成、文本显示和用户输入交互功能,适合小学生进行除法计算训练与自我检测。
所属专题
四年级除法
GeoGebra 画板及绘图内容加载中,请稍等……
<?xml version="1.0" encoding="utf-8"?>
<geogebra format="5.0" version="5.0.562.0" app="classic" platform="w" id="95ce970b-c718-4547-a7f3-1d2790ad5548" xsi:noNamespaceSchemaLocation="http://www.geogebra.org/ggb.xsd" xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<gui>
<window width="971" height="558" />
<perspectives>
<perspective id="tmp">
<panes>
<pane location="" divider="0.9979402677651905" orientation="1" />
</panes>
<views>
<view id="512" toolbar="0 | 1 501 5 19 , 67 | 2 15 45 18 , 7 37 | 514 3 9 , 13 44 , 47 | 16 51 | 551 550 11 , 20 22 21 23 , 55 56 57 , 12 | 69 | 510 511 , 512 513 | 533 531 , 534 532 , 522 523 , 537 536 , 535 | 521 520 | 36 , 38 49 560 | 571 30 29 570 31 33 | 17 | 540 40 41 42 , 27 28 35 , 6 , 502" visible="false" inframe="false" stylebar="false" location="1,1,1" size="500" window="100,100,600,400" />
<view id="4" toolbar="0 || 2020 , 2021 , 2022 , 66 || 2001 , 2003 , 2002 , 2004 , 2005 || 2040 , 2041 , 2042 , 2044 , 2043" visible="false" inframe="false" stylebar="false" location="1,1" size="300" window="100,100,600,400" />
<view id="8" toolbar="1001 | 1002 | 1003 || 1005 | 1004 || 1006 | 1007 | 1010 || 1008 1009 || 66 68 || 6" visible="false" inframe="false" stylebar="false" location="1,3" size="300" window="100,100,600,400" />
<view id="1" visible="true" inframe="false" stylebar="true" location="3" size="969" window="100,100,600,400" />
<view id="2" visible="false" inframe="false" stylebar="true" location="3" size="250" window="100,100,600,400" />
<view id="16" visible="false" inframe="false" stylebar="false" location="1" size="150" window="50,50,500,500" />
<view id="32" visible="false" inframe="false" stylebar="true" location="1" size="150" window="50,50,500,500" />
<view id="64" toolbar="0" visible="false" inframe="false" stylebar="false" location="1" size="150" window="50,50,500,500" />
<view id="128" visible="false" inframe="false" stylebar="false" location="1" size="480" window="50,50,500,500" />
<view id="4097" visible="false" inframe="false" stylebar="true" location="1" size="365" window="100,100,700,550" />
<view id="70" toolbar="0 || 2020 || 2021 || 2022" visible="false" inframe="false" stylebar="true" location="1" size="150" window="50,50,500,500" />
<view id="43" visible="false" inframe="false" stylebar="false" location="1" size="450" window="50,50,500,500" />
</views>
<toolbar show="false" items="0 39 73 62 | 1 501 67 , 5 19 , 72 75 76 | 2 15 45 , 18 65 , 7 37 | 4 3 8 9 , 13 44 , 58 , 47 | 16 51 64 , 70 | 10 34 53 11 , 24 20 22 , 21 23 | 55 56 57 , 12 | 36 46 , 38 49 50 , 71 14 68 | 30 29 54 32 31 33 | 25 17 26 60 52 61 | 40 41 42 , 27 28 35 , 6" position="1" help="false" />
<input show="false" cmd="true" top="algebra" />
<dockBar show="false" east="false" />
</perspective>
</perspectives>
<labelingStyle val="0"/>
<font size="16"/>
</gui>
<euclidianView>
<viewNumber viewNo="1"/>
<size width="968" height="554"/>
<coordSystem xZero="336.13555909090866" yZero="331.79684999999995" scale="29.4175" yscale="29.4175"/>
<evSettings axes="false" grid="false" gridIsBold="false" pointCapturing="3" rightAngleStyle="1" checkboxSize="26" gridType="3"/>
<bgColor r="255" g="255" b="255"/>
<axesColor r="0" g="0" b="0"/>
<gridColor r="192" g="192" b="192"/>
<lineStyle axes="1" grid="0"/>
<axis id="0" show="false" label="" unitLabel="" tickStyle="1" showNumbers="true"/>
<axis id="1" show="false" label="" unitLabel="" tickStyle="1" showNumbers="true"/>
</euclidianView>
<kernel>
<uses3D val="true"/>
<continuous val="false"/>
<usePathAndRegionParameters val="true"/>
<decimals val="2"/>
<angleUnit val="degree"/>
<algebraStyle val="0" spreadsheet="0"/>
<coordStyle val="0"/>
</kernel>
<tableview min="-2" max="2" step="1"/>
<scripting blocked="false" disabled="false"/>
<construction title="" author="" date="">
<element type="button" label="button1">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelOffset x="161" y="251"/>
<labelMode val="0"/>
<fixed val="true"/>
<auxiliary val="true"/>
<ggbscript val="Q = Random(5,37)
Divisor = Random(11,27)
remainder = Random(0,Divisor-1)"/>
<font serif="false" sizeM="2" size="16" style="0"/>
<caption val="隨機出題"/>
</element>
<command name="Random">
<input a0="11" a1="27"/>
<output a0="Divisor"/>
</command>
<element type="numeric" label="Divisor">
<value val="27"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
</element>
<command name="Random">
<input a0="10" a1="37"/>
<output a0="Q"/>
</command>
<element type="numeric" label="Q">
<value val="23"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
</element>
<command name="Random">
<input a0="0" a1="Divisor - 1"/>
<output a0="remainder"/>
</command>
<element type="numeric" label="remainder">
<value val="6"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
</element>
<expression label="Dividend" exp="(Divisor * Q) + remainder" />
<element type="numeric" label="Dividend">
<value val="627"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
</element>
<expression label="text1" exp=""" + Dividend + " ÷ " + Divisor + " ="" />
<element type="text" label="text1">
<show object="true" label="true" ev="40"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<fixed val="true"/>
<font serif="false" sizeM="4" size="48" style="0"/>
<startPoint x="-5.9011529933481235" y="3.7866518847006656" z="1"/>
</element>
<element type="numeric" label="a">
<value val="0"/>
<show object="false" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
<layer val="0"/>
<labelMode val="1"/>
<slider min="0" max="99" width="4" x="12.06079822616408" y="8.579201773835921" fixed="false" horizontal="true" showAlgebra="true"/>
<lineStyle thickness="10" type="0" typeHidden="1"/>
<animation step="1" speed="1" type="0" playing="false"/>
</element>
<element type="numeric" label="b">
<value val="0"/>
<show object="false" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
<layer val="0"/>
<labelMode val="1"/>
<slider min="0" max="99" absoluteScreenLocation="true" width="200" x="694" y="97" fixed="false" horizontal="true" showAlgebra="true"/>
<lineStyle thickness="10" type="0" typeHidden="1"/>
<animation step="1" speed="1" type="0" playing="false"/>
</element>
<command name="Textfield">
<input a0="a"/>
<output a0="InputBox1"/>
</command>
<element type="textfield" label="InputBox1">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelOffset x="485" y="134"/>
<labelMode val="0"/>
<auxiliary val="true"/>
<startPoint number="0" x="5.009800443458985" y="5.984966740576496" z="1"/>
<font serif="false" sizeM="4" size="48" style="0"/>
<startPoint x="5.009800443458985" y="5.984966740576496" z="1"/> <length val="2"/>
</element>
<command name="Text">
<input a0=""...""/>
<output a0="text2"/>
</command>
<element type="text" label="text2">
<symbolic val="true" />
<show object="true" label="true" ev="8"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<fixed val="true"/>
<font serif="false" sizeM="4" size="48" style="0"/>
<startPoint x="8.713968957871392" y="3.791574279379158" z="1"/>
</element>
<command name="Textfield">
<input a0="b"/>
<output a0="InputBox2"/>
</command>
<element type="textfield" label="InputBox2">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelOffset x="665" y="132"/>
<labelMode val="0"/>
<fixed val="true"/>
<auxiliary val="true"/>
<startPoint number="0" x="11.063015521064305" y="6.018226164079822" z="1"/>
<font serif="false" sizeM="4" size="48" style="0"/>
<startPoint x="11.063015521064305" y="6.018226164079822" z="1"/> <length val="2"/>
</element>
<command name="Text">
<input a0=""答案正確! 做得好!""/>
<output a0="text3"/>
</command>
<element type="text" label="text3">
<show object="true" label="true" ev="8"/>
<condition showObject="answer ≟ Dividend"/>
<objColor r="255" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<fixed val="true"/>
<font serif="false" sizeM="2" size="16" style="1"/>
<startPoint x="5.480221729490018" y="-0.047050997782704496" z="1"/>
</element>
<expression label="answer" exp="(Divisor * a) + b" />
<element type="numeric" label="answer">
<value val="0"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
</element>
<element type="button" label="button2">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelOffset x="161" y="310"/>
<labelMode val="0"/>
<fixed val="true"/>
<auxiliary val="true"/>
<ggbscript val="SetValue( a,0)
SetValue(b,0)
"/>
<font serif="false" sizeM="2" size="16" style="0"/>
<caption val="重設答案"/>
</element>
<command name="Text">
<input a0=""自學練習""/>
<output a0="text4"/>
</command>
<element type="text" label="text4">
<symbolic val="true" />
<show object="true" label="false" ev="8"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<fixed val="true"/>
<font serif="false" sizeM="2" size="16" style="1"/>
<startPoint x="-6.118806832667628" y="8.056428996345712" z="1"/>
</element>
<expression label="l1" exp="((Divisor * Div[Q, 10]) * 10)" />
<element type="numeric" label="l1">
<value val="540"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
</element>
<expression label="l2" exp="Dividend - l1" />
<element type="numeric" label="l2">
<value val="87"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
</element>
<expression label="l3" exp="(Divisor * Mod[Q, 10])" />
<element type="numeric" label="l3">
<value val="81"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
</element>
<expression label="l4" exp="l2 - l3" />
<element type="numeric" label="l4">
<value val="6"/>
<objColor r="0" g="0" b="0" alpha="0.10000000149011612"/>
</element>
<element type="point" label="A">
<show object="false" label="true" ev="4"/>
<objColor r="77" g="77" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="12" y="0" z="1"/>
<pointSize val="5"/>
<pointStyle val="0"/>
</element>
<element type="point" label="B">
<show object="false" label="true"/>
<objColor r="77" g="77" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="14" y="0" z="1"/>
<pointSize val="5"/>
<pointStyle val="0"/>
</element>
<element type="point" label="C">
<show object="false" label="true"/>
<objColor r="77" g="77" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="11.689111614144343" y="-1.4346273476672065" z="1"/>
<pointSize val="5"/>
<pointStyle val="0"/>
</element>
<element type="point" label="D">
<show object="false" label="true" ev="4"/>
<objColor r="77" g="77" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="12.029045327070321" y="-2.794362199371124" z="1"/>
<pointSize val="5"/>
<pointStyle val="0"/>
</element>
<element type="point" label="E">
<show object="false" label="true"/>
<objColor r="77" g="77" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="13.966667490748403" y="-2.794362199371124" z="1"/>
<pointSize val="5"/>
<pointStyle val="0"/>
</element>
<element type="point" label="F">
<show object="false" label="true" ev="4"/>
<objColor r="77" g="77" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="12.029045327070321" y="-5.615812016656753" z="1"/>
<pointSize val="5"/>
<pointStyle val="0"/>
</element>
<element type="point" label="G">
<show object="false" label="true"/>
<objColor r="77" g="77" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="14.000660862041002" y="-5.615812016656753" z="1"/>
<pointSize val="5"/>
<pointStyle val="0"/>
</element>
</construction>
</geogebra>