CSSE Quiz Day2

CSSE Quiz Day2

University

12 Qs

quiz-placeholder

Similar activities

Fundamentos de Python

Fundamentos de Python

University

16 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python Quiz - 1

Python Quiz - 1

University

10 Qs

Fundamentos de Python

Fundamentos de Python

12th Grade - University

16 Qs

Python introduction

Python introduction

University

15 Qs

A5 IB -  Variables y Constantes en Python

A5 IB - Variables y Constantes en Python

10th Grade - University

10 Qs

Entrada e Saída em Python

Entrada e Saída em Python

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?