ANTWOORDEN diagnostische TOETS modelomgEving

advertisement
ANTWOORDEN DIAGNOSTISCHE TOETS
MODELOMGEVING
Syntaxis =
Syntaxis (van het Oudgriekse συν- syn-, "samen", en τάξις táxis,
"regeling") is binnen de theoretische taalkunde een studie die in
ruime zin alles omvat wat met de opbouw en structuur van
zinnen te maken heeft.
In computer science, the syntax of a programming language is
the set of rules that define the combinations of symbols that are
considered to be correctly structured programs in that
language. The syntax of a language defines its surface form.[1]
Text-based programming languages are based on sequences of
characters, while visual programming languages are based on
the spatial layout and connections between symbols (which may
be textual or graphical).
Declareren variabelen
Aan het begin van een programma aangeven welke variabelen je
gaat gebruiken en wat die variabelen mogen zijn (gehele
getallen, TRUE/FALSE, string (=tekst))
Basisnatuurkunde
a = F/m = 20/0,50 = 40 N
v = a*t = 40* 0,1 = 4, 0 m/s
s = 0,5 a*t^2 = 0,5*40*0,1^2 = 0,20 m
Grafiekvorm
(s, t)-diagram: parabool, horizontaal beginnend.
Doorrekenen
Met de hand/uit het hoofd
v
ds
start
5
0?
na 1 rondje
5,2
0,52
na 2 rondjes
5,4
0,54
na 3 rondjes
5,6
0,56
s
-3
-2,48
-1, 94
-1,38
t
0
0,1
0,2
0,3
a=F/m=2 verandert niet
dv=2*0,1=0,2 verandert niet
Download