M3 R5 Test 14

M3 R5 Test 14

Professional Development

102 Qs

quiz-placeholder

Similar activities

D3 - SA and E

D3 - SA and E

Professional Development

99 Qs

Python: variables,funciones,condicionales,bucles,estru. de datos

Python: variables,funciones,condicionales,bucles,estru. de datos

Professional Development

100 Qs

OOP Midterm SY2022 - 2023

OOP Midterm SY2022 - 2023

Professional Development

100 Qs

Python and Unix

Python and Unix

Professional Development

100 Qs

int345

int345

Professional Development

105 Qs

AWS SA Class 1. Cloud Computing and AWS Quiz

AWS SA Class 1. Cloud Computing and AWS Quiz

Professional Development

99 Qs

Desarrollador prueba extendida

Desarrollador prueba extendida

Professional Development

105 Qs

Cloud+ Pre-Assessment

Cloud+ Pre-Assessment

Professional Development

100 Qs

M3 R5 Test 14

M3 R5 Test 14

Assessment

Quiz

Computers

Professional Development

Medium

Created by

anjali809 undefined

Used 1+ times

FREE Resource

102 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

यह कोड चलाने पर क्या आउटपुट आएगा? print("Hello, World!")

"Hello, World!"

Hello, World!

print("Hello, World!")

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में फ़ंक्शन बनाने का सही तरीका क्या है?

def function_name():

create function function_name():

function function_name():

function_name{}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

निम्नलिखित में से कौन सा डेटा प्रकार Python में परिवर्तनीय है?

List

Tuple

String

Integer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में एक पंक्ति टिप्पणी कैसे लिखी जाती है?

// comment

# comment

-- comment

/* comment */

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

निम्नलिखित कोड का आउटपुट क्या होगा? x = 10 y = 5 print(x * y)

50

15

5

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में एक सूची कैसे बनाई जाती है?

list = [1, 2, 3]

list = (1, 2, 3)

list = {1, 2, 3}

list = <1, 2, 3>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

निम्नलिखित कोड का आउटपुट क्या होगा? x = [1, 2, 3] x.append(4) print(x)

[1, 2, 3]

[1, 2, 3, 4]

Error

[4, 1, 2, 3]

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?