Technical Assesment

Technical Assesment

Professional Development

25 Qs

quiz-placeholder

Similar activities

Quiz Тест Ноември 2021

Quiz Тест Ноември 2021

Professional Development

20 Qs

Python

Python

Professional Development

30 Qs

VEKTOR SUNGKAI

VEKTOR SUNGKAI

Professional Development

20 Qs

PJP Quiz - Python

PJP Quiz - Python

Professional Development

20 Qs

Chap3. Project identification and PPP screening

Chap3. Project identification and PPP screening

Professional Development

20 Qs

Pre-Test Day 4 - SMDP 2024

Pre-Test Day 4 - SMDP 2024

Professional Development

25 Qs

Python Code

Python Code

8th Grade - Professional Development

20 Qs

Study Comrade | Data Analytics

Study Comrade | Data Analytics

University - Professional Development

20 Qs

Technical Assesment

Technical Assesment

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Echo Admin

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to define a function in Python?

def

function

define

func

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of type([]) in Python?

list

[]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a valid Python data type?

tuple

dict

array

set

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 3 * 'ab'?

'ab3'

'ababab'

'ab ab ab'

['ab', 'ab', 'ab']

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you handle exceptions in Python?

try/except

do/catch

try/catch

try/handle

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create a generator in Python?

return

yield

gen

await

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the with statement in Python?

Create loops

Create context managers

Import modules

Create functions

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?