PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

11th Grade

15 Qs

quiz-placeholder

Similar activities

Java Values and datatypes

Java Values and datatypes

9th - 12th Grade

20 Qs

Fundamentals of Programming C++

Fundamentals of Programming C++

9th Grade - University

20 Qs

Unit 4 Variables, Conditionals & Functions CS20-21

Unit 4 Variables, Conditionals & Functions CS20-21

9th - 12th Grade

18 Qs

Variables and operators

Variables and operators

9th - 12th Grade

20 Qs

Arduino Basics

Arduino Basics

9th - 12th Grade

20 Qs

Understanding Python Identifiers and Operators

Understanding Python Identifiers and Operators

11th Grade - University

14 Qs

java Boolean Quiz CS1

java Boolean Quiz CS1

9th - 12th Grade

11 Qs

rainbow six siege quiz

rainbow six siege quiz

1st - 12th Grade

10 Qs

PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

Assessment

Quiz

Computers, Other

11th Grade

Medium

Created by

Archana Pataskar

Used 401+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following piece of code when executed in Python shell?


>>> a=("Check")*3

>>> a



(‘Check’,’Check’,’Check’)

* Operator not valid for tuples

(‘CheckCheckCheck’)

Syntax error

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

Which are arithmetic operators?

+

-

>

<

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following cannot be a variable?

_init_

in

it

on

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these is floor division?

//

/

%

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a general purpose programming language created by

Dennis M. Ritchie

Guido Van Rossum

James Gosling

Bjarne Stroustrup

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Expand IDLE

Internal Development Learning Environment

Integrated Development Learning Enforcement

Interactive Development Learning Environment

Integrated Development Learning Environment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Example of valid identifiers

12Name

name$

total-mark

total_marks

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?