Regular Course 2021 Full Stack_M1 L1

Regular Course 2021 Full Stack_M1 L1

7th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Robotics I

Robotics I

4th - 12th Grade

11 Qs

ActionScript Review

ActionScript Review

12th Grade

10 Qs

Introduction of Arduino

Introduction of Arduino

6th - 8th Grade

12 Qs

Python Week1 Recap

Python Week1 Recap

9th Grade

12 Qs

bài 17: Biến là lệnh gán

bài 17: Biến là lệnh gán

10th Grade

10 Qs

Dasar Pemrograman C++

Dasar Pemrograman C++

10th Grade

10 Qs

Introduction to Python Programming Quiz 9E

Introduction to Python Programming Quiz 9E

10th Grade - University

13 Qs

Python Lesson 1 - Homework

Python Lesson 1 - Homework

8th - 9th 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’