AITT LAB QUIZ 1

AITT LAB QUIZ 1

University

15 Qs

quiz-placeholder

Similar activities

C Programming

C Programming

University

20 Qs

Python MCQ

Python MCQ

University

20 Qs

Unit 3 Looping - Quiz

Unit 3 Looping - Quiz

9th Grade - University

20 Qs

Python - Functions

Python - Functions

University

10 Qs

Python Basic Quiz 01

Python Basic Quiz 01

University

17 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Quiz on C Fundamentals for CSE & CST

Quiz on C Fundamentals for CSE & CST

University

20 Qs

Round 4 - Harvest

Round 4 - Harvest

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?