Python Final Assessment

Python Final Assessment

Professional Development

51 Qs

quiz-placeholder

Similar activities

Networking and Cabling Quiz

Networking and Cabling Quiz

Professional Development

50 Qs

ReactJS OVerview Unit 11-18

ReactJS OVerview Unit 11-18

Professional Development

50 Qs

FCPC-DBMS2-Prelim Exam

FCPC-DBMS2-Prelim Exam

Professional Development

50 Qs

CEH part 4

CEH part 4

Professional Development

54 Qs

Excel IF tunggal dan majemuk

Excel IF tunggal dan majemuk

Professional Development

50 Qs

Matrix Theory Quiz

Matrix Theory Quiz

Professional Development

46 Qs

Python Programming Quiz Unit 1

Python Programming Quiz Unit 1

Professional Development

50 Qs

Linux - Up to Disk Partition (Assesment)

Linux - Up to Disk Partition (Assesment)

Professional Development

53 Qs

Python Final Assessment

Python Final Assessment

Assessment

Quiz

Information Technology (IT)

Professional Development

Easy

Created by

Nafish Alam

Used 9+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1variable

variable-name

variable_name

variable name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of `print(5 + 3 * 2)` in Python?

16

11

13

23

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a sequence of characters in Python?

int

list

str

float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take user input in Python?

input()

scan()

read()

get()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of `3 ** 2` in Python?

6

9

5

8

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you denote a comment in Python?

/* comment */

# comment

// comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to check equality in Python?

=

==

!=

>

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?