Programming in Python

Programming in Python

University

20 Qs

quiz-placeholder

Similar activities

Python Workshop 1 review

Python Workshop 1 review

University

16 Qs

SCRIPTING PROGRAMMING WITH PYTHON

SCRIPTING PROGRAMMING WITH PYTHON

University

15 Qs

Mathematical Calculations and Operations

Mathematical Calculations and Operations

9th Grade - University

15 Qs

Python функциялары  7 сынып

Python функциялары 7 сынып

12th Grade - University

15 Qs

1st Year quiz

1st Year quiz

University

20 Qs

GirlsWhoML Workshop 0

GirlsWhoML Workshop 0

University

20 Qs

Programming Fundamentals

Programming Fundamentals

University

16 Qs

ProgaTest_ME1R

ProgaTest_ME1R

University

22 Qs

Programming in Python

Programming in Python

Assessment

Quiz

Computers

University

Hard

Created by

Dr.Adlin BHC

Used 64+ 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?