indabax  python series quiz 1

indabax python series quiz 1

University

15 Qs

quiz-placeholder

Similar activities

MIDTERM EXAM (CSPL)

MIDTERM EXAM (CSPL)

University

20 Qs

Introduction to Python Programming Quiz 9E

Introduction to Python Programming Quiz 9E

10th Grade - University

13 Qs

Python

Python

University

15 Qs

UNIT2_PYTHON

UNIT2_PYTHON

University

10 Qs

UNIT1_PYTHON

UNIT1_PYTHON

University

10 Qs

Python set 2

Python set 2

University

10 Qs

Tech-Pictionary Round 1

Tech-Pictionary Round 1

University

20 Qs

String Methods Review

String Methods Review

9th Grade - University

10 Qs

indabax  python series quiz 1

indabax python series quiz 1

Assessment

Quiz

Other

University

Medium

Created by

chelangat Andrew

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

when do we usually have indabax sessions

monday

friday

wednesday

thursday

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

which syntax will print hello world in python?

print("Hello, World!")

echo "Hello, World!"

console.log("Hello, World!")

printf("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

Which IDE is commonly used for Python development?

Microsoft Excel

Adobe XD

Microsoft Excel

Visual Studio Code

4.

MULTIPLE CHOICE QUESTION

30 sec • 13 pts

What is the output of the following code?

print(2 + 3 * 4)

6

14

20

8

5.

MULTIPLE CHOICE QUESTION

30 sec • 7 pts

How do you define a variable in Python?

define variable_name as value

variable_name = value

let variable_name := value

let variable_name := value

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output of the following code?

print(10 / 2)

5

2

10

20

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Given the following Python code, what will be printed?

python

x = 10

print(x)

none

x

print(x(

10

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?