Python

Python

3rd Grade

15 Qs

quiz-placeholder

Similar activities

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

Remidi UAS Pemrograman 1

Remidi UAS Pemrograman 1

3rd Grade

20 Qs

Excel Spreadsheet Intro

Excel Spreadsheet Intro

KG - University

20 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python_if_else

Python_if_else

1st Grade - University

20 Qs

Third Day Quiz!

Third Day Quiz!

1st - 5th Grade

10 Qs

Keyboard Unit Test

Keyboard Unit Test

2nd - 6th Grade

15 Qs

Python

Python

Assessment

Quiz

Computers

3rd Grade

Hard

Created by

Lyazzat Tazhibay

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

number modulus

abs(x)

exp(x)

log(x)

sqrt(x)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wich is an integer number?

56.6

89,2

55

'4'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct way to call a module

from math import *

import math

from math import sin

all options are correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Returns the absolute value of x is ...

math.fabs(x)

math.ceil(x)

math.log10(x)

math.floor(x)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pow(x, y) is ...

Calculates the value of x to the power of y

Calculates e**x

Returns the nearest integer greater than x

Calculates the factorial of x

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 sin2 x\sin^2\ x  Choose the right option

 sin2x\sin^2x  

sin^2*x

sin*sin(x)

sin(x)**2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of this code?

num = 5 if x > 10 else 11 print(num)

0

5

11

10

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?