script_programming_part_2+3

script_programming_part_2+3

University

49 Qs

quiz-placeholder

Similar activities

c programming

c programming

University

50 Qs

Joy of Programming

Joy of Programming

University

50 Qs

Python Review

Python Review

University

54 Qs

Technical Training Test for III BTech - VCE - CSE

Technical Training Test for III BTech - VCE - CSE

University

45 Qs

codinggss

codinggss

University

50 Qs

Array in Python

Array in Python

University

45 Qs

P1 INTRO TO COMP 1-6

P1 INTRO TO COMP 1-6

University

51 Qs

TECH QUIZ

TECH QUIZ

University

51 Qs

script_programming_part_2+3

script_programming_part_2+3

Assessment

Quiz

Computers, Science

University

Medium

Created by

Pavel Taskov

Used 24+ times

FREE Resource

49 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Q 1 - What is the output of print tuple[2:] if tuple = ′abcd ′ , 786, 2.23, ′ john ′ , 70.2?

′abcd ′ , 786, 2.23, ′ john ′ , 70.2

abcd

786, 2.23

2.23, ′ john ′ , 70.2

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Q 2 - What is the output of print tinytuple * 2 if tinytuple = 123, ′ john ′?

123, ′ john ′ , 123, ′ john ′

123, ′ john ′ * 2

Error

- None of the above.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

3 - What is the output of print tinytuple * 2 if tinytuple = 123, ′ john ′?

3 - What is the output of print tinytuple * 2 if tinytuple = 123, ′ john ′?

123, ′ john ′ * 2

Error

None of the above.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

4 - Which of the following is correct about dictionaries in python?

Python's dictionaries are kind of hash table type.

They work like associative arrays or hashes found in Perl and consist of key-value pairs.

A dictionary key can be almost any Python type, but are usually numbers or strings. Values, on the other hand, can be any arbitrary Python object.

All of the above.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

5 - Which of the following function of dictionary gets all the keys from the dictionary?

getkeys

key

keys

None of the above.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

6 - Which of the following function of dictionary gets all the values from the dictionary?

- getvalues

- value

- values

- None of the above.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

7 - Which of the following function convert a string to an int in python?

intx[, base]

longx[, base]

floatx

strx

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?