Python - Module 1 Quiz

Python - Module 1 Quiz

Professional Development

7 Qs

quiz-placeholder

Similar activities

Directory Services

Directory Services

Professional Development

12 Qs

RTES

RTES

Professional Development

10 Qs

Primer Quizz

Primer Quizz

Professional Development

10 Qs

PYTHON 6

PYTHON 6

Professional Development

10 Qs

Exploring the World of Robotics

Exploring the World of Robotics

Professional Development

10 Qs

Quiz sobre el Proceso de Oxicorte

Quiz sobre el Proceso de Oxicorte

Professional Development

10 Qs

THREE PHASE LESSON

THREE PHASE LESSON

Professional Development

10 Qs

Emissions Control Systems Quiz

Emissions Control Systems Quiz

Professional Development

10 Qs

Python - Module 1 Quiz

Python - Module 1 Quiz

Assessment

Quiz

Engineering

Professional Development

Medium

Created by

D. 1589

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Creator of Python

James Gosling

Guido Van Rossum

Dennis Ritchie

Bjarne Stroustrup

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables in python are case-sensitive

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among these has the highest precedence

Addition

Subtraction

Exponentiation

Negation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the function that builds a string from the user's keystrokes and return it to the program

int

float

input

string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the escape sequence that is used to escape special characters

\

\b

\n

\\

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loop header ends with

:

;

'

"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The loop that performs the action until the program determines that it needs to stop

Definite Iteration

Indefinite Iteration