PYTHON BASICS PART 1

PYTHON BASICS PART 1

University

10 Qs

quiz-placeholder

Similar activities

Игруха

Игруха

University

15 Qs

CFDA Coding and Program Design Unit Review

CFDA Coding and Program Design Unit Review

9th Grade - University

15 Qs

Python Basics Day 3

Python Basics Day 3

University

8 Qs

Python L1

Python L1

8th Grade - University

14 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Test for 9/16/22 - Comp. Sci.

Test for 9/16/22 - Comp. Sci.

9th Grade - University

10 Qs

Quiz1_7C

Quiz1_7C

3rd Grade - University

15 Qs

Java Recap

Java Recap

12th Grade - University

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