Python Basics

Python Basics

University

25 Qs

quiz-placeholder

Similar activities

python-2

python-2

University

23 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Kuis LPK Fungsi

Kuis LPK Fungsi

University

20 Qs

Lists in Python 2

Lists in Python 2

10th Grade - University

20 Qs

EXCEPTION HANDLING IN PYTHON

EXCEPTION HANDLING IN PYTHON

University

22 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Python Basics 1

Python Basics 1

University

20 Qs

Python Basics

Python Basics

Assessment

Quiz

Computers

University

Hard

Created by

Corneille NDJEUMOU

Used 6+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__ is used to translate a program written in a high-level language into its equivalent machine code.

Compiler

Linker

Loader

Compiler and Linker

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for the print statement in Python 3.0?

print('Hello, Python!")

PRINT('Hello, Python!')

print('Hello, Python!')

Print("Hello, Python!")

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following symbols is used to make single line comments in Python?

#

//

""

$

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

We cannot comment on multiple lines in a Python program.

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python is ___ language.

an interpreted

a compiled

a translated

an assembled

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is not a valid identifier?

[NB: Select all that apply]

A_

_A

1A

_1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed if we write print() statement as

PriNt(“Hello Python!”)

Hello Python

Syntax Error

Name Error

Value 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?