PYTHON BASICS PART 1

PYTHON BASICS PART 1

University

10 Qs

quiz-placeholder

Similar activities

Java Recap

Java Recap

12th Grade - University

15 Qs

Coding and Debugging

Coding and Debugging

University

15 Qs

HTML

HTML

University

10 Qs

PYTHON

PYTHON

11th Grade - University

10 Qs

Input Devices

Input Devices

University

10 Qs

kotlin Quiz 2

kotlin Quiz 2

University

12 Qs

CFDA Coding and Program Design Unit Review

CFDA Coding and Program Design Unit Review

9th Grade - University

15 Qs

Hardware Components

Hardware Components

University

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