Pre - Qualifier Assessments - Python Training

Pre - Qualifier Assessments - Python Training

Professional Development

15 Qs

quiz-placeholder

Similar activities

Trg@home 1

Trg@home 1

Professional Development

10 Qs

Pre and Post Test

Pre and Post Test

Professional Development

10 Qs

Pre & Post Test QCC

Pre & Post Test QCC

Professional Development

10 Qs

Microsoft 365

Microsoft 365

Professional Development

11 Qs

PMI CODE OF ETHICS & PROFESSIONAL CONDUCT

PMI CODE OF ETHICS & PROFESSIONAL CONDUCT

Professional Development

10 Qs

SLS PS 2.0 Types of Learning Experiences (LE)

SLS PS 2.0 Types of Learning Experiences (LE)

Professional Development

10 Qs

Soal PPPK Pedagogik 4

Soal PPPK Pedagogik 4

Professional Development

15 Qs

AC C1 - Introduction to Accounting and Conceptual Framework

AC C1 - Introduction to Accounting and Conceptual Framework

Professional Development

20 Qs

Pre - Qualifier Assessments - Python Training

Pre - Qualifier Assessments - Python Training

Assessment

Quiz

Professional Development

Professional Development

Practice Problem

Hard

Created by

training atomm

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which of these data types does Python not natively support?

Lists

Tuples

Arrays

Dictionaries

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the output of the following code snippet:
print(type("Hello, World!"))

<class 'str'>

<class 'int'>

<class 'list'>

<class 'list'>

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of the following pseudocode?
Initialize x as 10;
If x is of type int,
print "Integer"
else
print "Not Integer"

Integer

Not Integer

Error

None

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Evaluate this pseudocode:
Set x = [1, 2, 3];
If x is a list, print length of x, else print "Not a list"

3

0

1

2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default type of data returned by the input() function in Python 3.x?

int

string

boolean

list

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will be the output of
print("Python", "Programming", sep="-")

Python-Programming

Python Programming

PythonProgramming

Python,Programming

7.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Find the mistake:
user_input = input("Enter a number: ");
print("You entered: ", int(user_input))

Syntax error

No error

int() should be str()

input() function used incorrectly

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Professional Development