Python Basic

Python Basic

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

Quiz Analisis Data

Quiz Analisis Data

10th Grade

25 Qs

Comprog - (Review) - October 24, 2022

Comprog - (Review) - October 24, 2022

11th Grade

25 Qs

Subroutines

Subroutines

9th - 11th Grade

25 Qs

Test 3 Review

Test 3 Review

9th - 12th Grade

25 Qs

GCSE Computer Science - 2.1: Algorithms

GCSE Computer Science - 2.1: Algorithms

9th - 11th Grade

31 Qs

Intro to CS Unit 3 Review

Intro to CS Unit 3 Review

9th - 12th Grade

25 Qs

CPModule 3 Making Decisions

CPModule 3 Making Decisions

9th - 12th Grade

25 Qs

Introduction to Programming

Introduction to Programming

9th - 12th Grade

25 Qs

Python Basic

Python Basic

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Sandip Daw

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

python is

interpreted

compiled

assembled

none

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is a data type in Python? Select multiple answers.

int

words

string

decimals

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If num1 = 3

num2 = 4

then what will be the output of num1 ** num2

3

7

12

81

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If num1 = 5

num2 = 6

then what will be the output of num1*num2

11

6

30

-1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be printed by the command

print('12-5')

12-5

'12-5'

7

'7'

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following statement?

type('5')

str

int

float

Boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the code shown in the image?

#

#

#

#

####

#

##

###

####

#

##

###

####

#####

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?