Python Quiz Techno India

Python Quiz Techno India

University

10 Qs

quiz-placeholder

Similar activities

Testeo de equipos - BIOS

Testeo de equipos - BIOS

University

10 Qs

How Safe are you? (Disclaimer: I do not own these questions)

How Safe are you? (Disclaimer: I do not own these questions)

University

10 Qs

QUIZZ 1 : DATABASE FUNDAMENTALS

QUIZZ 1 : DATABASE FUNDAMENTALS

University

10 Qs

Determining System Requirements

Determining System Requirements

University

11 Qs

ITF Chapter 1 Computing Devices

ITF Chapter 1 Computing Devices

University

14 Qs

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

Application Development Midterm Quiz

Application Development Midterm Quiz

University

15 Qs

Network Management Week 14

Network Management Week 14

University

10 Qs

Python Quiz Techno India

Python Quiz Techno India

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Rahul Mahato

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What datatype is the object below?

L = [1, 23, ‘hello’, 1]

list

dictionary

array

tuple

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Write the output of below code:

a = True

b = False

c = True

if not a or b:   

print ("a")

elif not a or not b and c:   

print ("b")

elif not a or b or not b and a:   

print ("c")

else:   

print ("d")

a

b

c

d

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the answer to this expression, 22 % 3 is?

7

1

0

5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operators with the same precedence are evaluated in which manner?

Right to Left

Left to Right

Can’t say

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following has the highest precedence in the expression?

Exponential

Addition

Multiplication

Parentheses

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose t = (1, 2, 4, 3), which of the following is incorrect?

print(t[3])

print(max(t))

print(len(t))

t[3] = 45

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is called when a function is defined inside a class?

Module

Class

Another function

Method

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?