0% found this document useful (0 votes)
2 views19 pages

Sem2 Intro To Python

The document outlines the structure of an online exam for the course 'Introduction to Python' with a total of 17 multiple choice questions. Each question has specific options and marks assigned, and the exam is mandatory for students. Additionally, it includes instructions for verifying subject registration and confirms the requirement to write the exam.

Uploaded by

cr7917831
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views19 pages

Sem2 Intro To Python

The document outlines the structure of an online exam for the course 'Introduction to Python' with a total of 17 multiple choice questions. Each question has specific options and marks assigned, and the exam is mandatory for students. Additionally, it includes instructions for verifying subject registration and confirms the requirement to write the exam.

Uploaded by

cr7917831
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

6406531926693. Can’t determined.

Sem2 Intro to Python


Section Id : 64065339025

Section Number : 5

Section type : Online

Mandatory or Optional : Mandatory

Number of Questions : 17

Number of Questions to be attempted : 17

Section Marks : 50

Display Number Panel : Yes

Group All Questions : No

Enable Mark as Answered Mark for Review and


Yes
Clear Response :

Maximum Instruction Time : 0

Sub-Section Number : 1

Sub-Section Id : 64065382300

Question Shuffling Allowed : No

Is Section Default? : null

Question Number : 90 Question Id : 640653576884 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 0

Question Label : Multiple Choice Question

THIS IS QUESTION PAPER FOR THE SUBJECT "FOUNDATION LEVEL : SEMESTER 2:


INTRODUCTION TO PYTHON (COMPUTER BASED EXAM)"

ARE YOU SURE YOU HAVE TO WRITE EXAM FOR THIS SUBJECT?
CROSS CHECK YOUR HALL TICKET TO CONFIRM THE SUBJECTS TO BE WRITTEN.

(IF IT IS NOT THE CORRECT SUBJECT, PLS CHECK THE SECTION AT THE TOP FOR THE SUBJECTS
REGISTERED BY YOU)

Options :

6406531926694. YES

6406531926695. NO

Question Number : 91 Question Id : 640653576885 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 0

Question Label : Multiple Choice Question


Options :

6406531926696. Useful Data has been mentioned above.

6406531926697. This data attachment is just for a reference & not for an evaluation.

Sub-Section Number : 2

Sub-Section Id : 64065382301

Question Shuffling Allowed : Yes


Is Section Default? : null

Question Number : 92 Question Id : 640653576886 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

Consider the following code snippet:

For what values as input, after execution, the above code snippet does not produce any output
but runs without any error?

Options :

6406531926698. x = 10 and y = 25

6406531926699. x = 6 and y = 20

6406531926700. x = 12 and y = 15

6406531926701. x = 15 and y = 16

Question Number : 93 Question Id : 640653576887 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

What is the output of the following code?


Options :

6406531926702. 15

6406531926703. 14

6406531926704. 11

6406531926705. 12

Question Number : 94 Question Id : 640653576889 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

Consider the following code snippet:

Options :

6406531926710. Years: 1, Weeks: 10, Days: 2

6406531926711. Years: 2, Weeks: 10, Days: 3

6406531926712. Years: 1, Weeks: 62, Days: 2

6406531926713. Years: 2, Weeks: 22, Days: 2


Question Number : 95 Question Id : 640653576890 Question Type : MCQ Is Question
Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

Consider the following Python code snippet:

What will be the output when you run the above snippet of code?

Options :

6406531926714. 5

6406531926715. 20

6406531926716. 35

6406531926717. 15

Sub-Section Number : 3

Sub-Section Id : 64065382302

Question Shuffling Allowed : Yes

Is Section Default? : null

Question Number : 96 Question Id : 640653576888 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0
Correct Marks : 3

Question Label : Multiple Choice Question

Consider the following code snippet:

Based on the above snippet of code, which of the following options is correct ?

Options :

6406531926706. If c = 5, then the output generated is "D"

6406531926707. If c = 10, then the output generated is "E"

6406531926708. If c >= 8, then the output is always "D"

6406531926709. If c < 7, then the output generated is always "D"

Question Number : 97 Question Id : 640653576892 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 3

Question Label : Multiple Choice Question

What will be the output of the code snippet given below?


Options :

6406531926722.

6406531926723.

6406531926724.

6406531926725.

6406531926726.
Sub-Section Number : 4

Sub-Section Id : 64065382303

Question Shuffling Allowed : Yes

Is Section Default? : null

Question Number : 98 Question Id : 640653576891 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

Options :

6406531926718.

6406531926719.

6406531926720.
6406531926721.

Question Number : 99 Question Id : 640653576893 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

Options :

6406531926727.

6406531926728.
6406531926729.

6406531926730.

Question Number : 100 Question Id : 640653576895 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

Consider the following Python snippet:

Assume that 2345 is passed as input to the code. Which of the following option is the correct
output for the given input?

Options :
6406531926735. 5432

6406531926736. 15432

6406531926737. 2345

6406531926738. 12345

Question Number : 101 Question Id : 640653576896 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

Options :

6406531926739.

6406531926740.
6406531926741.

6406531926742.

Question Number : 102 Question Id : 640653576899 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

What will be the output of the code snippet given below?


Options :

6406531926748.

6406531926749.

6406531926750.

6406531926751.

Sub-Section Number : 5

Sub-Section Id : 64065382304

Question Shuffling Allowed : Yes

Is Section Default? : null

Question Number : 103 Question Id : 640653576894 Question Type : MSQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4 Max. Selectable Options : 0

Question Label : Multiple Select Question

Select all correct implementations of a program that prints the first 10 prime numbers to the
console, as one number on each line. Please note that the first 10 prime numbers are less than 30
and 11th prime number is more than 30. It is a Multiple Select Question .

Options :

6406531926731.
6406531926732.

6406531926733.

6406531926734.
Question Number : 104 Question Id : 640653576898 Question Type : MSQ Is Question
Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4 Max. Selectable Options : 0

Question Label : Multiple Select Question

Options :

6406531926744.
6406531926745.

6406531926746.

6406531926747.

Sub-Section Number : 6

Sub-Section Id : 64065382305

Question Shuffling Allowed : Yes

Is Section Default? : null

Question Number : 105 Question Id : 640653576900 Question Type : MSQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 5 Max. Selectable Options : 0

Question Label : Multiple Select Question

Options :

6406531926752.
6406531926753.

6406531926754.

6406531926755.

Sub-Section Number : 7

Sub-Section Id : 64065382306

Question Shuffling Allowed : Yes

Is Section Default? : null

Question Number : 106 Question Id : 640653576897 Question Type : SA Calculator : None


Response Time : N.A Think Time : N.A Minimum Instruction Time : 0

Correct Marks : 3

Question Label : Short Answer Question


Response Type : Numeric

Evaluation Required For SA : Yes

Show Word Count : Yes

Answers Type : Equal

Text Areas : PlainText

Possible Answers :

25

Sem2 English2
Section Id : 64065339026

Section Number : 6

Section type : Online

Mandatory or Optional : Mandatory

You might also like