CSSE Quiz Day2

CSSE Quiz Day2

University

12 Qs

quiz-placeholder

Similar activities

python basics

python basics

11th Grade - University

15 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

Python 1

Python 1

University

11 Qs

Python Quiz - 1

Python Quiz - 1

University

10 Qs

CR1-Introducción a la Programación con Python

CR1-Introducción a la Programación con Python

University

10 Qs

Fundamentos de Python

Fundamentos de Python

12th Grade - University

16 Qs

Entrada e Saída em Python

Entrada e Saída em Python

University

16 Qs

Chapter 2 Python

Chapter 2 Python

8th Grade - University

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