FYCS Python II quiz

FYCS Python II quiz

University

30 Qs

quiz-placeholder

Similar activities

Django and Python Quiz no 2

Django and Python Quiz no 2

University

25 Qs

Collections

Collections

University - Professional Development

30 Qs

Latihan Lab 1 - Pemrograman Python

Latihan Lab 1 - Pemrograman Python

University

30 Qs

Python and Django Quiz

Python and Django Quiz

University

30 Qs

python basic

python basic

University

27 Qs

Java Programming Quiz

Java Programming Quiz

University

26 Qs

Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

University

26 Qs

ข้อสอบปลายภาค วิชาการเขียนโปรแกรม

ข้อสอบปลายภาค วิชาการเขียนโปรแกรม

University

30 Qs

FYCS Python II quiz

FYCS Python II quiz

Assessment

Quiz

Computers

University

Hard

Created by

shubhangi wankhede

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function is used to open a file in Python?

openfile()

open()

fileopen()

readfile()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which file mode is used to append data to an existing file?

w

r

a

x

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which method is used to read a file line by line?

readline()

readlines()

readall()

readfile()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an exception in Python?

A syntax error in the code

A type of function call

An event that disrupts the normal flow of a program

A keyword in Python

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which keyword is used to handle exceptions in Python?

catch

try

handle

trap

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will happen if an exception is not handled in Python?

The program will continue execution

The program will terminate with an error message

The program will restart automatically

The program will ignore the exception

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which keyword is used to catch an exception in Python?

try

catch

except

handle

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?