Hello world

Hello world

Assessment

Interactive Video

Computers

6th Grade

Medium

Created by

John Streety

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first program usually written in any programming language?

Goodbye World

Welcome to Coding

Hello World

Hello Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What error might you see if you forget a quotation mark in a string?

Indentation Error

Variable not defined

Syntax Error

EOL while scanning string literal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the print statement output if you write print(10 + 10)?

1010

10 + 10

Error

20

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you try to print a variable that hasn't been defined?

It prints 'undefined'

It prints 'null'

It gives an error saying the variable is not defined

It prints an empty string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used for multiplication in Python?

x

*

/

&