SCRIPTING PROGRAMMING WITH PYTHON

SCRIPTING PROGRAMMING WITH PYTHON

University

15 Qs

quiz-placeholder

Similar activities

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python Programming - Test 1

Python Programming - Test 1

University - Professional Development

20 Qs

[Python for all] Quiz 3 - Strings

[Python for all] Quiz 3 - Strings

University

10 Qs

X-Quiz #5

X-Quiz #5

University

10 Qs

PPS PYTHON QUIZ

PPS PYTHON QUIZ

University

20 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

SCRIPTING PROGRAMMING WITH PYTHON

SCRIPTING PROGRAMMING WITH PYTHON

Assessment

Quiz

Computers

University

Medium

Created by

'Aisyah Sa'dan

Used 24+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which are the composites values for Python?

I. Tuples

II. Dictionaries

III. Lists

IV. Objects

I, II

I, III

I, II, III

I, II, III, IV

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Keyword __________ is used to define function in Python.

_init_

self.

def

construct

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output from the following Pythons program segment?


x = 2 ** 3 / 2 ** 2

print x

1.5

2

2.25

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Give the output when the following codes written in Python are compiled.


str1= "saya anak merdeka"

print str1[:10] + 'malaysia'

saya anak malaysia

saya anak merdeka malaysia

saya anakmalaysia

saya anak memalaysia

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the data type is NOT supported by Python?

Numbers

String

List

Enum

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we use to define a block of code in Python language?

Key

Brackets

Indentation

None of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character is used in Python to make a single line comment?

/

//

!

#

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?