Programming Basics Basics

Programming Basics Basics

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th Grade - University

10 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

Lesson 9 - The internet

Lesson 9 - The internet

8th Grade

12 Qs

Java Script Quiz

Java Script Quiz

9th - 12th Grade

15 Qs

PYTHON

PYTHON

9th Grade

14 Qs

python basics

python basics

11th Grade - University

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