Python Quizz 3

Python Quizz 3

University

10 Qs

quiz-placeholder

Similar activities

C Quiz

C Quiz

University

15 Qs

Signals and  Systems

Signals and Systems

University

15 Qs

Basic Derivatives

Basic Derivatives

11th Grade - University

10 Qs

Newton's Method for finding zeros of a function

Newton's Method for finding zeros of a function

11th Grade - University

12 Qs

cnc part programming

cnc part programming

University - Professional Development

10 Qs

Econometrics

Econometrics

University

10 Qs

Diagnostico PLyF

Diagnostico PLyF

University

10 Qs

TD Training Quiz

TD Training Quiz

1st Grade - Professional Development

10 Qs

Python Quizz 3

Python Quizz 3

Assessment

Quiz

Other

University

Hard

Created by

heng mptc

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-> def my_function():

...

...

What is "my_fuction"?

function name

variable

boolean

float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-> def _my_function():

...

...

Will this function work?

Work

Not work

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

def 2_name():

...

...

Will this function work?

Work

Not work

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-> def my_function(a):

...

...

what is "a" is the bracket?

Variable

Parameter

Argument

Integer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-> def my_function(a):

...

...

-> my_function(a)

what is "a" is the bracket of calling function?

function name

Variable

Argument

Parameter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

print(f"In here: x = {x}")

What is the result?

In here: x = {x}

In here: x = 5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

print("In here: x = {x}")

What is the result?

In here: x = {x}

In here: x = {x}

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?