Regular Course 2021 Full Stack_M1 L1

Regular Course 2021 Full Stack_M1 L1

7th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Revision

Revision

12th Grade

10 Qs

Introductory Quiz

Introductory Quiz

9th - 12th Grade

10 Qs

Python Kids Quiz 3

Python Kids Quiz 3

3rd - 8th Grade

10 Qs

Operators in Python

Operators in Python

11th Grade

10 Qs

Intro to Python Programming Quiz 9C

Intro to Python Programming Quiz 9C

10th Grade - University

12 Qs

National Correct Coding Initiative (NCCI) Procedure to Procedure

National Correct Coding Initiative (NCCI) Procedure to Procedure

12th Grade - Professional Development

10 Qs

Python Lesson 1

Python Lesson 1

5th Grade - University

7 Qs

Coding quiz

Coding quiz

8th Grade

11 Qs

Regular Course 2021 Full Stack_M1 L1

Regular Course 2021 Full Stack_M1 L1

Assessment

Quiz

Other

7th - 12th Grade

Medium

Created by

Coding Teacher

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following code can be used to show some output?

print(hello)

print(hello')

Print('hello')

Print("hello')

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a float?

a number

a variable

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A string always goes in with

parentheses ( )

quotation marks “ ”

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Can we use Python as a calculator?

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What does “input” do?

Remind the programmer to put in information

Ask the user to put in information

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What does “print” do?

print something to the screen

save code for printing

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code?


"Coding" * 2 * 3

‘Coding Coding Coding Coding Coding’

‘Coding Coding Coding Coding Coding Coding’

‘CodingCodingCodingCodingCoding’

‘CodingCodingCodingCodingCodingCoding’

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code?


var = "preface"

print (var[4:])

‘pre’

‘pref’

‘ace’

‘face’