Quiz 3.4

Quiz 3.4

Professional Development

30 Qs

quiz-placeholder

Similar activities

Linux Review 3

Linux Review 3

8th Grade - Professional Development

28 Qs

CONTROL STRUCTURES - LIST

CONTROL STRUCTURES - LIST

Professional Development

25 Qs

InCube Quiz #1

InCube Quiz #1

Professional Development

31 Qs

SPen 1st quarter 2022

SPen 1st quarter 2022

Professional Development

25 Qs

Bridge Course - Screening Test

Bridge Course - Screening Test

10th Grade - Professional Development

30 Qs

Year 9 Python: End of Unit assessment

Year 9 Python: End of Unit assessment

Professional Development

27 Qs

Cisco Collaboration Quick Assessment

Cisco Collaboration Quick Assessment

Professional Development

34 Qs

Microsoft Excel Certification Exam

Microsoft Excel Certification Exam

Professional Development

30 Qs

Quiz 3.4

Quiz 3.4

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Mohand Mahmoud

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

import datetime

x = datetime.datetime.now()

print(x.year)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

import datetime

x = datetime.datetime(2020, 5, 17)

print(x)


2020-05-17 00:00:00

2020-05-17

2020

17-5-2020

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

mytuple = ("apple", "banana", "cherry")

myit = iter(mytuple)

print(next(myit))


4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

x = lambda a : a / 10
print(x(500))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(math.remainder(9,2))

1

1.0

0

0.0

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

import math

print(math.factorial(3))

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert from JSON to Python:

loads

dumps

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?