Python Day1 Quiz

Python Day1 Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Python day1 quiz

Python day1 quiz

Professional Development

20 Qs

java revews

java revews

Professional Development

20 Qs

JMS Fundamentals: Core Java

JMS Fundamentals: Core Java

Professional Development

15 Qs

Entrada e Saída de Dados e Variáveis

Entrada e Saída de Dados e Variáveis

Professional Development

15 Qs

Phase_2 Pre- Python Quiz

Phase_2 Pre- Python Quiz

Professional Development

15 Qs

Desarrollo de aplicaciones

Desarrollo de aplicaciones

Professional Development

20 Qs

Nivelamento Informática 2023

Nivelamento Informática 2023

Professional Development

23 Qs

Python Day1 Quiz

Python Day1 Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Prof. Sahu

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following? print("Hello" + "World")
Hello + World
HelloWorld
Hello World
Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?
1name
name_1
class
my-name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to take input from the user?
get()
input()
scan()
read()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the type of 10.5 in Python?
int
str
float
double

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a reserved keyword in Python?
value
True
number
void

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display output in Python?
show()
print()
output()
display()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: x = int("5") print(x + 2)
7
52
Error
None

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?