LEVEL ZERO CONTINUATION B003 EXAMS RERUN

LEVEL ZERO CONTINUATION B003 EXAMS RERUN

4th Grade

20 Qs

quiz-placeholder

Similar activities

Python Programming

Python Programming

3rd - 4th Grade

15 Qs

Grok Learning Python

Grok Learning Python

3rd - 4th Grade

15 Qs

Scratch

Scratch

2nd - 6th Grade

15 Qs

Python Quiz 1

Python Quiz 1

1st - 12th Grade

18 Qs

CĐ5 Các lệnh của Logo

CĐ5 Các lệnh của Logo

4th Grade

18 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Python - Основы

Python - Основы

1st - 4th Grade

18 Qs

Python Free Code Camp

Python Free Code Camp

3rd - 4th Grade

15 Qs

LEVEL ZERO CONTINUATION B003 EXAMS RERUN

LEVEL ZERO CONTINUATION B003 EXAMS RERUN

Assessment

Quiz

Computers

4th Grade

Medium

Created by

WAAS Project

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a comment

This is a comment

$This is a comment

‘’’Tis thou a comment’’’

!This is a comment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I print

Hello

Hi

print(“Hello,Hi”)

print(“Hello\nHi”)

print(Hello)

print(“Hi”)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a legal variable identifier:

Var-name

VarName

var_Name

v3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with numeric value 8

x=int(8)

x=8

Both are correct

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct Python file extension

.pt

.python

.py

.pyth

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with a floating point value of 2.94

z=2.94

y=float(2.94)

Both answers are correct

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you have a code

X = 10

How do you know what datatype is X

type(X)

typeof(X)

datatype(X)

X.type()

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?