Session 2

Session 2

University

10 Qs

quiz-placeholder

Similar activities

Chapter 1 Python

Chapter 1 Python

8th Grade - University

12 Qs

Py-Hackathon - Week 2 - Day 2

Py-Hackathon - Week 2 - Day 2

University

15 Qs

python basics

python basics

11th Grade - University

15 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

PYTHON BOOTCAMP

PYTHON BOOTCAMP

University

15 Qs

Python Round 2

Python Round 2

University

10 Qs

Python Yazılım Dilleri Soruları

Python Yazılım Dilleri Soruları

University

10 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Session 2

Session 2

Assessment

Quiz

Computers

University

Medium

Created by

Mohamed Rabea

Used 25+ 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?

int x = 5

x = 5

declare x = 5

var x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int

float

string

bool

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 = get_input("Enter your name: ")

name = input("Enter your name: ")

name = input_string("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, Alice

Hello,

Hello, name

Enter your name: Alice

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the following code?

7

5

2

Error

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 > 10:

if (x > 10)

if x is greater than 10:

if x > 10 then:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

x is greater than 5

x is not greater than 5

x = 3

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?