Unit 9.1 - Textual Programming

Unit 9.1 - Textual Programming

8th Grade

35 Qs

quiz-placeholder

Similar activities

St Michael's  - Year 8 - Advanced Small Basic

St Michael's - Year 8 - Advanced Small Basic

8th Grade

33 Qs

2.3 Robust Programs

2.3 Robust Programs

9th Grade - University

40 Qs

AP CSP Code.org Unit 5 Assessment 1 Review

AP CSP Code.org Unit 5 Assessment 1 Review

9th - 12th Grade

40 Qs

FBLA Exploring Computer Science

FBLA Exploring Computer Science

6th - 12th Grade

40 Qs

CODERZ- SPIKE PRIME QUIZ

CODERZ- SPIKE PRIME QUIZ

6th - 8th Grade

30 Qs

Unit 5 Quiz  AP CSP

Unit 5 Quiz AP CSP

9th - 12th Grade

30 Qs

December 12 classwork CS

December 12 classwork CS

11th Grade

30 Qs

Python Basics

Python Basics

8th - 10th Grade

30 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?