Programming Basics Basics

Programming Basics Basics

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 8th Grade

12 Qs

python basics

python basics

11th Grade - University

15 Qs

Python Data Types

Python Data Types

8th Grade

10 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Python Basisc

Python Basisc

University

12 Qs

Quiz Week 6

Quiz Week 6

10th Grade

10 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Variables and data types

Variables and data types

4th - 12th 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?