Python-1st

Python-1st

University

10 Qs

quiz-placeholder

Similar activities

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Session 2 Quiz

Session 2 Quiz

University

10 Qs

Python Yazılım Dilleri Soruları

Python Yazılım Dilleri Soruları

University

10 Qs

Computational Thinking in Python[Quiz 2]

Computational Thinking in Python[Quiz 2]

University

15 Qs

Python-Matrix-Reloaded-Workshop

Python-Matrix-Reloaded-Workshop

University

10 Qs

Python Basics

Python Basics

University

10 Qs

Python Quiz - 1

Python Quiz - 1

University

10 Qs

Python-1st

Python-1st

Assessment

Quiz

Computers

University

Easy

Created by

Anwar Nasr Eldeen

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1-What is Python?

a) A snake

b) A programming language

c) A type of food

d) A country

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2-What is the syntax to print "Hello, World!" in Python?

a) print("Hello, World!")

b) println("Hello, World!")

c) printf("Hello, World!")

d) System.out.println("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3-How do you declare a variable in Python?

a) var x = 5

b) x = 5

c) int x = 5

d) let x = 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4-What is the correct way to write a comment in Python?

a) // This is a comment

b) /* This is a comment */

c) # This is a comment

d) <!-- This is a comment -->

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5-Which of the following is NOT a data type in Python?

a) int

b) float

c) string

d) boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6-How do you check the length of a string in Python?

a) length(string_variable)

b) strlen(string_variable)

c) len(string_variable)

d) count(string_variable)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7-What is the output of the following code?

x = 5

y = 2

print(x % y)

a) 2

b) 2.5

c) 3

d) 0

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?