quiz - 7(exceptions and file handling)

quiz - 7(exceptions and file handling)

12th Grade - University

9 Qs

quiz-placeholder

Similar activities

All About Me - Tina Pan

All About Me - Tina Pan

KG - Professional Development

13 Qs

Komputer Akuntansi

Komputer Akuntansi

University

10 Qs

TE COMP C#

TE COMP C#

University

9 Qs

Kpop Music

Kpop Music

6th Grade - Professional Development

10 Qs

Quizizz

Quizizz

6th - 12th Grade

13 Qs

kpop fandom names

kpop fandom names

KG - Professional Development

10 Qs

DFC 10042 PROBLEM SOLVING AND PROGRAM DESIGN

DFC 10042 PROBLEM SOLVING AND PROGRAM DESIGN

University

10 Qs

3 Earliest Classical Trade Theories

3 Earliest Classical Trade Theories

University

9 Qs

quiz - 7(exceptions and file handling)

quiz - 7(exceptions and file handling)

Assessment

Quiz

Other

12th Grade - University

Medium

Created by

sasika roledenez

Used 20+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

output?

hi

bye

hi

An exception occurred

hi

bye

An exception occurred

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

output?

Something went wrong

Finally print this

Something went wrong

Nothing went wrong

Finally print this

Finally print this

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

output?

50

0

error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

output?

50

numbers can not divide by 0

error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

output?

error

numbers can not divide by 0

numbers can not divide by 0

no errors

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

output?

hi

hi

bye

hi

bye

bye

bye

hi

bye

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

we want to write something in test.txt file. what is the correct syntax?

f = open("test.txt", "w")

f = open("test.txt")

f = open("test.txt", "r")

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

how to import python math modules?

form import math

import math

import from math

from math

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

output?

Lorum Ipsum

demofile.txt

Something went wrong when writing to the file.