What is Small Basic mainly used for?, Playing music, Browsing websites, Editing photos, Simple programs, Which Small Basic command shows text on the screen?, Program.Print, TextWindow.WriteLine, Mouse.Write, GraphicsWindow.Show, Guess the output: TextWindow.WriteLine("Hello"), Hello, TextWindow, hello(), Nothing, Guess the output: a = 5 b = 3 TextWindow.WriteLine(a + b), 53, 2, 8, 15, Guess the output: name = "Sam" TextWindow.WriteLine("Hello " + name), Sam Hello, name, Hello Sam, Hello, Which symbol gives a value to a variable in Small Basic?, *, ?, +, =, Guess the output: count = 10 count = count - 4 TextWindow.WriteLine(count), 6, 4, 14, 10, What is a variable in coding?, Drawing tool, Data holder, Screen color, Computer mouse, Guess the output: For i = 1 To 3 TextWindow.WriteLine(i) EndFor, 3 2 1, 1 3, 0 1 2, 1 2 3, Guess the output: If 7 > 4 Then TextWindow.WriteLine("Yes") EndIf, 7 > 4, Yes, No, Nothing

Coding in Small Basic Quiz for Grade 6

Leaderboard

Visual style

Options

AI Enhanced: This activity contains content generated by AI. Learn more.

Switch template

Continue editing: ?