Programming in Python

Programming in Python

University

20 Qs

quiz-placeholder

Similar activities

PRACTISE_QUIZ

PRACTISE_QUIZ

University

15 Qs

Python Basic 4

Python Basic 4

12th Grade - Professional Development

20 Qs

Operator in C

Operator in C

University

20 Qs

python 1

python 1

University

21 Qs

Operators in C

Operators in C

University

24 Qs

K3P55B

K3P55B

University

20 Qs

CSI Coding Quiz

CSI Coding Quiz

University

20 Qs

Python Basics

Python Basics

University

15 Qs

Programming in Python

Programming in Python

Assessment

Quiz

Computers

University

Hard

Created by

Dr.Adlin BHC

Used 60+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is not valid variable name in Python?

_var

var_name

var11

11var

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many keywords are there in python 3.7?

32

33

31

30

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

All keyword in python are in

lower case

upper case

lower case and uppercase

None of the above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Why are local variable names beginning with an underscore discouraged?

they confuse the interpreter

they are used to indicate a private variables of a class

they are used to indicate global variables

they slow down execution

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these are keyword?

in

is

assert

all of the above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code : print 5//2

2

2.5

0

error

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

4 is 100 in binary and 11 is 1011. What is the output of the following bitwise operators?

a = 4

b = 11

print(a | b)

print(a >> 2)

15 1

14 1

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?