PYTHON BASICS PART 1

PYTHON BASICS PART 1

University

10 Qs

quiz-placeholder

Similar activities

A3 IB - Introducción a Python

A3 IB - Introducción a Python

11th Grade - University

10 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Python introduction

Python introduction

University

15 Qs

Introduction to Computer Programs

Introduction to Computer Programs

University

10 Qs

ภาษาไพธอน

ภาษาไพธอน

University

10 Qs

Computer Programming

Computer Programming

University

11 Qs

ภาษาไพธอน

ภาษาไพธอน

University

10 Qs

PSP Week3

PSP Week3

University

10 Qs

PYTHON BASICS PART 1

PYTHON BASICS PART 1

Assessment

Quiz

Computers

University

Hard

Created by

Rokiah Jamil

Used 33+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What language are we learning?

Java

Python

Basics

Pascal

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the built-in function to display numbers and/or texts on the screen?

print

printf

display

show

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Is Python case-sensitive when dealing with identifiers?

machine-dependent

yes

no

none of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the purpose of input statement?

Plug in something

Display data

Ask user to find correct data

Ask user to enter some data

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following name is a valid identifier?

my name

percent%

num2

3interest

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be printed out by the following statements?

a = 35

print("The value in a is ",a)

The value in a is 35

the value in a is35

a = 35

no correct answer

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement is NOT a valid output statement?

print ("number")

print(""number"")

print(number)

print('number')

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?