Unit 9.1 - Textual Programming

Unit 9.1 - Textual Programming

8th Grade

35 Qs

quiz-placeholder

Similar activities

Visual Basic 6.0

Visual Basic 6.0

10th Grade

35 Qs

Basic Programming Concepts Quiz New

Basic Programming Concepts Quiz New

6th Grade - University

30 Qs

A Review of Visual Basic

A Review of Visual Basic

10th Grade

30 Qs

UNIT 2.3 ROBUST PROGRAMS

UNIT 2.3 ROBUST PROGRAMS

10th Grade

40 Qs

OCR J277 2.5 Programming Languages and IDEs

OCR J277 2.5 Programming Languages and IDEs

11th Grade

34 Qs

Python L1 Concepts

Python L1 Concepts

1st - 12th Grade

40 Qs

2122 Small Basic

2122 Small Basic

7th - 9th Grade

35 Qs

Unit 9.1 - Textual Programming

Unit 9.1 - Textual Programming

Assessment

Quiz

Computers

8th Grade

Hard

Created by

David Atton

Used 14+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Small Basic?

Instructions on a computer to complete a program

A programming language used to create programs on a computer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program is ...

A type of computer hardware.
A set of instructions for a computer.
A collection of data files.
A programming language.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would the screen display when you run this code?


TextWindow.Writeline("Hello Everyone")

Hello
Everyone

"Hello" "Everyone"

"Hello Everyone"

Hello Everyone

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would the screen display when you run this code?


TextWindow.Writeline("This is some text"

This is some text

"This is some text"

Error - Missing a bracket

TextWindow.Writeline("This is some text")

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill in the missing part of the code

__________.Writeline( "Hello World" )

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code would change the background colour to green

TextWindow.Background = "Green"

TextWindow.BackgroundColor = Green

TextWindow.BackgroundColor(Green)

TextWindow.BackgroundColor = "Green"

7.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

Select all types of errors found programming from the choices below

Typing error

Syntax error

Pattern error

Logic error

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?