Data Types

Data Types

Professional Development

10 Qs

quiz-placeholder

Similar activities

Maintenance of Roads and Bridges, Project Quality Assurance DPWH

Maintenance of Roads and Bridges, Project Quality Assurance DPWH

Professional Development

10 Qs

HIGHWAY NUMERICALS II

HIGHWAY NUMERICALS II

Professional Development

15 Qs

FIRST GRADE QP - HIGHWAY ENGINEERING

FIRST GRADE QP - HIGHWAY ENGINEERING

Professional Development

15 Qs

Numpy

Numpy

Professional Development

10 Qs

JavaScript

JavaScript

Professional Development

7 Qs

Repaso Lenguajes de Interfaz

Repaso Lenguajes de Interfaz

Professional Development

15 Qs

MCQ on Innovation & Creativity

MCQ on Innovation & Creativity

Professional Development

15 Qs

G4 paper 1 Workplace Safety Quiz

G4 paper 1 Workplace Safety Quiz

Professional Development

15 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?