Class_11_Python_Basic_09.08.2023

Class_11_Python_Basic_09.08.2023

12th Grade

15 Qs

quiz-placeholder

Similar activities

Unit 7 quiz on strings AP CSP

Unit 7 quiz on strings AP CSP

9th - 12th Grade

14 Qs

CP M.7 Functions Assessment Review

CP M.7 Functions Assessment Review

9th - 12th Grade

20 Qs

Python - тест

Python - тест

1st - 12th Grade

15 Qs

Java Code Tracing Practice A

Java Code Tracing Practice A

9th - 12th Grade

10 Qs

Day 7 Practice on Dictionaries

Day 7 Practice on Dictionaries

12th Grade

14 Qs

Python Domain

Python Domain

9th - 12th Grade

20 Qs

PYTHON PANDAS SERIES

PYTHON PANDAS SERIES

12th Grade

20 Qs

Quiz on Python Functions

Quiz on Python Functions

12th Grade

11 Qs

Class_11_Python_Basic_09.08.2023

Class_11_Python_Basic_09.08.2023

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Vikas Sharma

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is invalid identifier?

_

_1st

1stName

Whilee

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Python uses ____ to convert its instructions into machine language.

Interpreter

Compiler

Both of the above

None of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An ordered set of instructions to be executed by a computer to carry out a specific task is called _______

Algorithm

Pseudocode

Program

None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Computers understand the language of 0s and 1s which is called _______

Machine Language

Low level Language

Binary Language

All of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statement will return error when x = 7 ?

print(x)

print(int(x))

print(eval(x))

None of the above

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Out of addition(+) and Subtraction (-) operator, which has more precedence?

Addition (+)

. Subtraction (-)

Both have same precedence

None of the above

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Output of print(2 * 3 ** 2) is

16

64

18

Error

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?