Quiz 2: Python basics - part 1

Quiz 2: Python basics - part 1

University

10 Qs

quiz-placeholder

Similar activities

Python - Quiz 02

Python - Quiz 02

University

10 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

Machine Learning Quiz-sec b

Machine Learning Quiz-sec b

University

15 Qs

Python Quiz 1.6

Python Quiz 1.6

University

12 Qs

Introduccion a Python - Clase 2

Introduccion a Python - Clase 2

University

9 Qs

cp06-01-1D-Array

cp06-01-1D-Array

University

10 Qs

Round 2 Debug-The-Code

Round 2 Debug-The-Code

University

15 Qs

CSSE Quiz Day2

CSSE Quiz Day2

University

12 Qs

Quiz 2: Python basics - part 1

Quiz 2: Python basics - part 1

Assessment

Quiz

Computers

University

Easy

Created by

Dan Tulpan

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is Python?

A scripting/programming language

An operating system

A software for text editing

A cave in the Himalayas

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The name of a Python variable can ONLY start with:

a vowel

a consonant

a letter

a number

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The statement num = 5 means:

Check if variable num is equal to 5

Value 5 is assigned to variable num

num = 5 is a string

There are 5 numbers left in the program

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The command print("Tricked") will:

Send the string "Tricked" to the nearest printer

Doesn't execute because of the quotation symbols

Prints "Mineral water" on a piece of paper

Displays the word Tricked on the screen

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A commented line in Python starts with the symbol:

%

#

@

$

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The variable num = 4**2 will hold a value equal to:

4

8

16

2

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The symbol != is used in Python to check for:

equality

inequality

remainder of a division

quotient of a division

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?