AITT LAB QUIZ 1

AITT LAB QUIZ 1

University

15 Qs

quiz-placeholder

Similar activities

Indexing and Slicing in Python

Indexing and Slicing in Python

4th Grade - University

10 Qs

AITT LAB QUIZ  4

AITT LAB QUIZ 4

University

10 Qs

Basic Python

Basic Python

University

20 Qs

Introduction to Python

Introduction to Python

University

20 Qs

Python Loops

Python Loops

University

17 Qs

Python Control Structures

Python Control Structures

University

20 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

Python2

Python2

8th Grade - University

15 Qs

AITT LAB QUIZ 1

AITT LAB QUIZ 1

Assessment

Quiz

Computers

University

Hard

Created by

bhuvana medicherla

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

1.     ‘&’ is a ---------- operator in python:

Logical and

Bitwise and

Both A and B

None of the above.

2.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

1.     ‘is’ is a membership operator

True

False

3.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

1.     “We can write an else with out an if”.

True

False

4.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

1.     The loop control statements in python are:

while

for

do-while

Both a and b

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

for i in range(1,6):

        print(i)

gives the numbers printed till-

6

4

5

7

6.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

The output of print((2<3) and (6<5)) is:

True

False

Cannot say

None of the above

7.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

‘def’ is a:

Variable

Function

Keyword

Identifier

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?