Programming Basics Basics

Programming Basics Basics

8th Grade

10 Qs

quiz-placeholder

Similar activities

GCSE Python Inputs, Outputs, Variables

GCSE Python Inputs, Outputs, Variables

9th Grade

15 Qs

Class VIII_Basic Python Programming Quiz

Class VIII_Basic Python Programming Quiz

8th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

10 Qs

Python Basics

Python Basics

KG - University

15 Qs

Grade 12-Python selection&iteration

Grade 12-Python selection&iteration

11th - 12th Grade

15 Qs

Python for kids and teenagers  - Level 1

Python for kids and teenagers - Level 1

10th Grade

15 Qs

GRADE 9 PART B UNIT 5 INTRODUCTION TO PYTHON

GRADE 9 PART B UNIT 5 INTRODUCTION TO PYTHON

9th Grade

10 Qs

Python - Y8 lesson 1

Python - Y8 lesson 1

8th Grade

12 Qs

Programming Basics Basics

Programming Basics Basics

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Izaak Xavier

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want to print something, I use this command:

print: "Hello World!"

printout(Hello World!)

print("Hello World!")

print(Hello World!)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want to save user input, I do this:

variable = input("Type something!")

input("Type something!")

variable =("Type something!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"22" is probably a(n)...

Float

Integer

String

Boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Hi!" is probably a(n)...

Float

Integer

String

Boolean

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"TRUE" or "1" are probably a(n)...

Float

Integer

String

Boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"3.14159" is probably a(n)...

Float

Integer

String

Boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code:

var = "Name"
print("Hello " + var + ", how are you?")

HelloNamehowareyou?

Hello var, how are you?

var

Hello Name, how are you?

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?