CSSE Quiz Day2

CSSE Quiz Day2

University

12 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

KG - University

15 Qs

Type data python

Type data python

9th Grade - University

15 Qs

Bahasa Pemrograman Python

Bahasa Pemrograman Python

University

10 Qs

Kuizi 1 - Python

Kuizi 1 - Python

10th Grade - University

11 Qs

Python Basics

Python Basics

KG - University

16 Qs

2021_DASPRO_PERTEMUAN2

2021_DASPRO_PERTEMUAN2

University

10 Qs

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

Python Quiz 1

Python Quiz 1

University

10 Qs

CSSE Quiz Day2

CSSE Quiz Day2

Assessment

Quiz

Computers

University

Hard

Created by

CSSE ITCA

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

Which of the following libraries are used in python programming?

Bootstrap

Numpy

Matplotlib

Pandas

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following function is used to take input from the the user in python programming?

cin()

user()

inp()

input()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

number

hexint

hex

int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

False True False True

  • True True False True

  • True True False True

  • False True True True

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  • Which of the following cannot be a Python variable name?

Int_1

true

var-2

csse13

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a python datatype?

int

char

string

set

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

dic = {1: ’C’, 2: ’I’, 3: ’M’}
dic[4] = ’P’
print(dic)

{1: 'C', 2: 'I', 3: 'M', 4: 'P'}

{1: 'C', 2: 'I', 4: 'P'}

{4: 'P',1: 'C', 2: 'I'}

Error

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?