Regular Course 2021 Full Stack_M1 L1

Regular Course 2021 Full Stack_M1 L1

7th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

8th Grade

10 Qs

MSHS thing 1

MSHS thing 1

9th Grade

7 Qs

Lesson 2 - Math in Python

Lesson 2 - Math in Python

5th - 8th Grade

10 Qs

Python Coding

Python Coding

6th - 8th Grade

12 Qs

Python

Python

9th - 12th Grade

10 Qs

C  Class 3 Quiz

C Class 3 Quiz

5th - 8th Grade

7 Qs

Minecraft Coding Agent Quiz

Minecraft Coding Agent Quiz

6th - 8th Grade

13 Qs

python quiz

python quiz

1st - 12th Grade

10 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’