Understanding Small Basic Programming Concepts

Understanding Small Basic Programming Concepts

10th Grade

30 Qs

quiz-placeholder

Similar activities

Introduction to Word

Introduction to Word

6th Grade - Professional Development

26 Qs

REVIEW: Information Technology Cluster

REVIEW: Information Technology Cluster

8th - 12th Grade

25 Qs

PARCC Review

PARCC Review

KG - University

25 Qs

PowerPoint Chapter 3 - Test

PowerPoint Chapter 3 - Test

9th - 12th Grade

25 Qs

Johnson's Yearbook Quiz

Johnson's Yearbook Quiz

7th - 12th Grade

25 Qs

PRETTYMUCH

PRETTYMUCH

KG - Professional Development

27 Qs

3Q TLE 10 Summative Assessment 2

3Q TLE 10 Summative Assessment 2

10th Grade

30 Qs

SketchUp

SketchUp

9th - 12th Grade

32 Qs

Understanding Small Basic Programming Concepts

Understanding Small Basic Programming Concepts

Assessment

Quiz

Other

10th Grade

Hard

Created by

James Crutchley

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Small Basic?

A fixed value that cannot be changed

A storage location identified by a name that can hold different values

A type of loop

A type of error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to declare a variable in Small Basic?

`var x = 10`

`x = 10`

`Dim x As Integer = 10`

`int x = 10`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an If statement in programming?

To repeat a block of code multiple times

To make decisions based on conditions

To store data

To display output

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write an If statement in Small Basic?

`If (condition) { }`

`If condition Then`

`if condition:`

`If condition EndIf`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the TextWindow in Small Basic?

A tool for creating graphics

A window for displaying text output

A function for mathematical calculations

A type of variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to write output to the TextWindow in Small Basic?

`TextWindow.PrintLine`

`TextWindow.WriteLine`

`Console.WriteLine`

`Output.WriteLine`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data types are available in Small Basic?

Integer, String, Boolean

Integer, Float, Char

Number, String

Number, String, Boolean

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?