EvaluativeQuiz

EvaluativeQuiz

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Coding Fundamentals in Minecraft Education Edition

Coding Fundamentals in Minecraft Education Edition

5th - 8th Grade

10 Qs

Python Quiz - 6

Python Quiz - 6

3rd - 9th Grade

15 Qs

ICT skills

ICT skills

8th - 10th Grade

20 Qs

Python

Python

8th - 9th Grade

10 Qs

introduction to python

introduction to python

6th - 8th Grade

10 Qs

Soal Latihan MS Office Word

Soal Latihan MS Office Word

1st Grade - University

12 Qs

Season 5 #Spaic Python Weekly Quiz

Season 5 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

PHPBASIC121_LuanNP1

PHPBASIC121_LuanNP1

KG - Professional Development

12 Qs

EvaluativeQuiz

EvaluativeQuiz

Assessment

Quiz

Other

6th - 8th Grade

Medium

Created by

Ben Marwen

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you open a file for reading in Python?

open('filename.txt', 'r')

open('filename.txt', 'w')

open('filename.txt', 'a')

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you read the contents of a file in Python?

file.read()

file.write()

file.append()

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

How do you open a file for writing in Python?

open('filename.txt', 'r')

open('filename.txt', 'w')

open('filename.txt', 'a')

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you write to a file in Python?

file.read()

file.write()

file.writeline()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you close a file in Python?

file.close()

file.open()

file.exit()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the command used to show a message on the console in Python?

print()

input()

read()

write()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a data type in Python?

Integer

String

Boolean

Double

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?