Data Types

Data Types

Professional Development

10 Qs

quiz-placeholder

Similar activities

Program_3

Program_3

Professional Development

10 Qs

Mastering C Programming Concepts

Mastering C Programming Concepts

Professional Development

12 Qs

Data Types

Data Types

Assessment

Quiz

Engineering

Professional Development

Hard

Created by

py thon

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of the following code:

x = 'Welcome'

print(x[3])

Wel

c

Welcome Welcome Welcome

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the follwing repersents list data type?

N={1,2,3}

N=[1,2,3]

N= (1,2,3)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If x = 9, what is a correct syntax to print 'The price is 9 dollars'?

print(f'The price is {x:f} dollars')

print(f'The price is {x} dollars')

print(f'The price is {x:f(2)} dollars')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of the following code:

prinThe price is 23 dollars

The price is 5 dollars

The price is {2 + 3} dollars

The price is 6 dollars

t(f'The price is {2 + 3} dollars')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False.

List items cannot be removed after the list has been created.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Whis one of theese is a dictionary?

x = ('apple', 'banana', 'cherry')

x = {'type' : 'fruit', 'name' : 'banana'}

x = ['apple', 'banana', 'cherry']

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False.

Dictionary items cannot be removed after the dictionary has been created.

True

False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?