PCED- python and 2. Data Acquisition and Pre-Processing

PCED- python and 2. Data Acquisition and Pre-Processing

Professional Development

23 Qs

quiz-placeholder

Similar activities

DataBase Quiz - CME Workshop

DataBase Quiz - CME Workshop

Professional Development

20 Qs

Python QUIZ 02

Python QUIZ 02

KG - Professional Development

20 Qs

ES_Midterm Quiz

ES_Midterm Quiz

Professional Development

20 Qs

CIRCLE 7 WEEKLY QUIZ (MONTH 1)

CIRCLE 7 WEEKLY QUIZ (MONTH 1)

Professional Development

25 Qs

ICTPRG431Session 2 Introduction Database Management Systems Quiz

ICTPRG431Session 2 Introduction Database Management Systems Quiz

Professional Development

22 Qs

MySQL

MySQL

Professional Development

20 Qs

Introduction to Machine Learning Concepts

Introduction to Machine Learning Concepts

Professional Development

20 Qs

Python Essentials 1 - Exam

Python Essentials 1 - Exam

Professional Development

20 Qs

PCED- python and 2. Data Acquisition and Pre-Processing

PCED- python and 2. Data Acquisition and Pre-Processing

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Pooja Dogra

Used 3+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

1_variable

variable_1

variable-1

variable.1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(2 ** 3) in Python?

6

9

8

5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to take user input in Python?

read()

gets()

input()

scan()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check the data type of a variable x in Python?

typeof(x)

checktype(x)

type(x)

datatype(x)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an immutable data type in Python?

List

Set

Dictionary

Tuple

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to define a function in Python?

def function_name():

function function_name():

define function_name():

void function_name():

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will range(5) return?

A list of numbers from 1 to 5

A list of numbers from 0 to 5

A list of numbers from 0 to 4

A list of numbers from 1 to 6

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?