FYCS Python II quiz

FYCS Python II quiz

University

30 Qs

quiz-placeholder

Similar activities

I parcial de Programacion I

I parcial de Programacion I

University

34 Qs

Java Programming Quiz

Java Programming Quiz

University

26 Qs

Python MCQ for II Sem

Python MCQ for II Sem

University

30 Qs

Revisão-Programação para dispositivos móveis

Revisão-Programação para dispositivos móveis

University

34 Qs

Collections

Collections

University - Professional Development

30 Qs

MAD Test3 Android Studio

MAD Test3 Android Studio

University

25 Qs

Code Twisters Round One Batch -1

Code Twisters Round One Batch -1

University

30 Qs

Reckon your Techie Quiz - Day 2 - Python (23.08.22)

Reckon your Techie Quiz - Day 2 - Python (23.08.22)

University

25 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?