Session 2 Quiz

Session 2 Quiz

University

10 Qs

quiz-placeholder

Similar activities

Introduction to Python Quiz

Introduction to Python Quiz

8th Grade - University

10 Qs

PF Unit  10

PF Unit 10

9th Grade - University

10 Qs

ทำความรู้จักกับภาษาไพทอน

ทำความรู้จักกับภาษาไพทอน

University

10 Qs

PAP Module-3 Part3

PAP Module-3 Part3

University

15 Qs

Tin học 10 - Bài 29

Tin học 10 - Bài 29

10th Grade - University

10 Qs

Python Basics Quiz for KS3

Python Basics Quiz for KS3

11th Grade - University

9 Qs

J277 - 2.2 - Functions in Python

J277 - 2.2 - Functions in Python

10th Grade - University

10 Qs

Python Basics Quiz

Python Basics Quiz

7th Grade - University

10 Qs

Session 2 Quiz

Session 2 Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Mohaned Emad

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to declare a variable in Python?

x = 5

int x = 5

var x = 5

declare x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store textual data in Python?

int

float

bool

string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take user input in Python and store it in a variable named name?

name = input_string("Enter your name: ")

name = get_input("Enter your name: ")

name = input("Enter your name: ")

name = get_string("Enter your name: ")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code if the user enters "Alice"?

Hello, name

Enter your name: Alice

Hello, Alice

Hello,

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the following code?

7

Error

2

5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check if a number stored in variable x is greater than 10?

if x is greater than 10

if x > 10 then:

if (x > 10)

if x > 10:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

x = 3

x is not greater than 5

x is greater than 5

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?