Day 2 Python quiz Datatypes and variable

Day 2 Python quiz Datatypes and variable

University

10 Qs

quiz-placeholder

Similar activities

Python 2

Python 2

University

10 Qs

Sumit

Sumit

University

10 Qs

Revision module 3

Revision module 3

University

10 Qs

python assesment

python assesment

University

15 Qs

React and React Native Quiz

React and React Native Quiz

University

8 Qs

Quiz tentang .NET Framework

Quiz tentang .NET Framework

University

10 Qs

Module 1- Python Basics_2nd_Semester

Module 1- Python Basics_2nd_Semester

University

10 Qs

Айнымалылармен жұмыс

Айнымалылармен жұмыс

University

15 Qs

Day 2 Python quiz Datatypes and variable

Day 2 Python quiz Datatypes and variable

Assessment

Quiz

Education

University

Hard

Created by

Oshi Maga

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the data type of print(type(5))?
int
float
double
integer

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Is Python case sensitive when dealing with identifiers?
Yes
No
Machine dependent
none of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these in not a core data type?
Class
Lists
Tuples
Dictionary

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the data type of print(type(0xFF))
int
hex
hexint
number

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement is correct?
List is immutable && Tuple is mutable
List is mutable && Tuple is immutable
Both are Mutable.
Both are Immutable

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which one of the following is correct way of declaring and initialising a variable, x with value 5?
int x x=5
int x=5
x=5
declare x=5

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How we can convert the given list into the set ?
A. set.list()
B. list.set()
C. set(list)
D. None of the above

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?