1.4 First Program Do Now

1.4 First Program Do Now

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Working with function Part 2

Working with function Part 2

12th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Python Revision Tour

Python Revision Tour

12th Grade

10 Qs

Quiz - print() function

Quiz - print() function

9th Grade

10 Qs

Python Basics Quiz for KS3

Python Basics Quiz for KS3

11th Grade - University

9 Qs

Introduction to Python Quiz

Introduction to Python Quiz

8th Grade - University

10 Qs

ICT Java programming workshop

ICT Java programming workshop

9th Grade

10 Qs

1.4 First Program Do Now

1.4 First Program Do Now

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Matthew Fowler

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is output if you use PRINT instead of print?

they both work the same

nothing, you will get an error message

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is output if you type: print("Hello" + "World")

Hello World

HelloWorld

nothing, there is an error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is output if you type: print("Hello " + "World")

Hello World

HelloWorld

nothing, there is an error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is output if you type: print("Hello + "World")

Hello World

HelloWorld

nothing, there is an error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the type of language we speak in:

formal language

natural language