UNIT 1 PYTHON

UNIT 1 PYTHON

University

20 Qs

quiz-placeholder

Similar activities

CẤU TRÚC RẼ NHÁNH TRONG PYTHON

CẤU TRÚC RẼ NHÁNH TRONG PYTHON

11th Grade - University

22 Qs

Basic Python

Basic Python

University

20 Qs

Основы Python

Основы Python

University

19 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Python функциялары  7 сынып

Python функциялары 7 сынып

12th Grade - University

15 Qs

Python

Python

6th Grade - University

15 Qs

EXCEPTION HANDLING IN PYTHON

EXCEPTION HANDLING IN PYTHON

University

22 Qs

UNIT 1 PYTHON

UNIT 1 PYTHON

Assessment

Quiz

Computers

University

Hard

Created by

Vishwanath Vishwanath

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1 What is the correct way to print "Hello, World!" in Python?

print("Hello, World!")

printf("Hello, World!")

print(Hello, World!)

printf(Hello,World)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 2. What is the output of type(10.5) in Python?

int

float

double

long

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 3. Which of the following is NOT a valid variable name in Python?

my_var

123var

_var123

var_1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 4. What will be the output of print(5 // 2)?

2.5

2

3

2.0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 5. Which operator is used for exponentiation (power) in Python?

**

power

%%

^

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  1. 6. The keyword used to define a function in Python is_

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 7. The __ operator is used to check if two values are equal.

==

=

equal

=!

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?