CSSE Quiz Day2

CSSE Quiz Day2

University

12 Qs

quiz-placeholder

Similar activities

Quiz Bab 3 : Kod Arahan

Quiz Bab 3 : Kod Arahan

12th Grade - University

10 Qs

Revisão de Python

Revisão de Python

10th Grade - University

10 Qs

Expressões lógicas em Python

Expressões lógicas em Python

University

7 Qs

Introducción a Python

Introducción a Python

University

9 Qs

Python 1ra Clase

Python 1ra Clase

University

9 Qs

Python Quiz - 1

Python Quiz - 1

University

10 Qs

Float, int 8kl 25

Float, int 8kl 25

6th Grade - University

10 Qs

Fundamentos de Python

Fundamentos de Python

12th Grade - University

16 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?