PP_Lab_ESE_Batch2_Quiz_2023_24

PP_Lab_ESE_Batch2_Quiz_2023_24

University

10 Qs

quiz-placeholder

Similar activities

Digital Electronics (SY BTech)

Digital Electronics (SY BTech)

University

10 Qs

CO - 2_ Quiz 1_Python Conditionals

CO - 2_ Quiz 1_Python Conditionals

10th Grade - University

15 Qs

Array and String

Array and String

University

10 Qs

ISAC Weekly Quiz 8 (C & DBMS)

ISAC Weekly Quiz 8 (C & DBMS)

University

10 Qs

Envistas - Technical Quiz - Round 1

Envistas - Technical Quiz - Round 1

University

15 Qs

Machine Learning

Machine Learning

University

15 Qs

Python String Slicing

Python String Slicing

University

8 Qs

Week 2 - Logic Gates

Week 2 - Logic Gates

10th Grade - University

15 Qs

PP_Lab_ESE_Batch2_Quiz_2023_24

PP_Lab_ESE_Batch2_Quiz_2023_24

Assessment

Quiz

Computers

University

Hard

Created by

Narasimha Reddy Soora

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Analyze the given code to find output

True

False

0

1

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Analyze the given code to find output

<class 'str'>

<class 'int'>

<class 'long'>

None of the given options

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Develop equivalent logic for the output given in the figure.

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Analyze the given recursive function 'func' to determine it's functionality from the given options. (Assume L is non-empty list)

It returns the total number of odd elements in the list L

It returns the total number of even elements in the list L

It returns the sum of the even elements in the list L

It returns the sum of the odd elements in the list L

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

I have a string str1 = "KITS Warangal". Which of the following options will result into "lgaa" from the string str1.

org[-1:-9:-2]

org[6::2][::-1]

org[6::3][::-1]

None of the options

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Analyze the given code snippet to find it's output

It raises error as dictionary does not allow duplicate key values

{1:2, 2:3, 3:4}

{1:2, 2:3, 3:5}

None of the above options

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Analyze the given code from the image to find it's output


[100 -150 25]

[-100 150 -25]

[100 25]

[-100 -25]

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?