Data Analytics Quiz-2

Data Analytics Quiz-2

University

10 Qs

quiz-placeholder

Similar activities

ATP-lab viva

ATP-lab viva

University

10 Qs

python

python

University - Professional Development

8 Qs

TEST 1

TEST 1

University

10 Qs

Programming Trivia

Programming Trivia

University

10 Qs

Introduction to Python Programming Quiz 9E

Introduction to Python Programming Quiz 9E

10th Grade - University

13 Qs

Python

Python

University

15 Qs

snakes

snakes

3rd Grade - University

10 Qs

UNIT2_PYTHON

UNIT2_PYTHON

University

10 Qs

Data Analytics Quiz-2

Data Analytics Quiz-2

Assessment

Quiz

Other

University

Medium

Created by

Gnaneshwar Reddy

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

```python

string = "Hello, world!"

print(string[7:12])

```

world

, wor

world!

Hello

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following strings is correctly enclosed using single quotes?

"This is a string"

'Another string'

`Yet another string`

'''String with triple single quotes'''

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the length of the string "GPT-3.5 is amazing."?

13

15

17

18

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which string method can be used to convert a string to uppercase letters?

upper()

capitalize()

title()

casefold()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of the first occurrence of the letter 'o' in the string "Coding is fun and challenging."?

4

6

8

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structures in Python stores data in key-value pairs?

List

Tuple

Set

Dictionary

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are dictionary keys accessed in Python?

A)

B)

C)

D)

Using indexes

Using parentheses

Using curly braces

Using square brackets

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?