ROUND 1

ROUND 1

University

25 Qs

quiz-placeholder

Similar activities

Python if/else

Python if/else

University

20 Qs

Quiz_python

Quiz_python

University

29 Qs

CIS30C Quiz 1 Review Game

CIS30C Quiz 1 Review Game

University

22 Qs

Exceptions

Exceptions

University

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

PYTHON REVISION

PYTHON REVISION

University

20 Qs

Python Programming Quiz

Python Programming Quiz

University

25 Qs

Python Programming - Test 1

Python Programming - Test 1

University - Professional Development

20 Qs

ROUND 1

ROUND 1

Assessment

Quiz

Computers

University

Hard

Created by

NANDHINI S

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python,a function can return more than one value as Tuple.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which year was the Python 3.0 version developed?

2000

2008

2010

2005

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment on the following C statement.

n = 1;

printf("%d, %dn", 3*n, n++);

Output will be 3, 2

Output will be 3, 1

Output will be 6, 1

Output is compiler dependent

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python supports________

Antivirus

Cache Recovery

Microprotection

Antigravity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following arithmetic expression?

 

5+3*2%10-8*6

-32

-42

-37

-28

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Is Python code compiled or interpreted?

Python code is both compiled and interpreted

Python code is neither compiled nor interpreted

Python code is only compiled

Python code is only interpreted

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can achieve the modulus for float by:

x % y

modulus(x, y);

fmod(x, y);

mod(x, y);

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?