Quiz 3.4

Quiz 3.4

Professional Development

30 Qs

quiz-placeholder

Similar activities

Chủ đề: Excel 2007 (phần 2)

Chủ đề: Excel 2007 (phần 2)

2nd Grade - Professional Development

25 Qs

Excel 2019 Certification

Excel 2019 Certification

Professional Development

30 Qs

M1 R5 MCQ ( Test 21)

M1 R5 MCQ ( Test 21)

Professional Development

30 Qs

AP CSA Unit 1&2 Test

AP CSA Unit 1&2 Test

8th Grade - Professional Development

25 Qs

C BASICS

C BASICS

Professional Development

30 Qs

Printer and Scanner

Printer and Scanner

Professional Development

25 Qs

TUGAS SIMDIG DARING KELAS X-AP2

TUGAS SIMDIG DARING KELAS X-AP2

Professional Development

25 Qs

Mock #3 Exam Practice

Mock #3 Exam Practice

Professional Development

31 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?