Search Header Logo

Conditional statement

Authored by Asha undefined

World Languages

Professional Development

Used 5+ times

Conditional statement
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q1. Which function is used to take input from the user in Python?

A) scanf()

B) input()

C) cin>>

D) get()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q2. What is the output of the following code?

print("Hello", "World")

A) HelloWorld

B) Hello, World

C) Hello World

D) Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q3. What is the default separator used by print() in Python?

A) Comma (,)

B) Newline (\n)

C) Space ( )

D) Tab (\t)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q4. How do you display output in Python without a newline?

A) print(end='')

B)print(no_newline=True)

C) echo()

D) print.line()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q5. What is the output of:

x = input("Enter a number: ") print(x * 2)

If input is 3, what will be printed?
A) 6
B) 33
C) 9
D) Error

A) 6

B) 33

C) 9

D) Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q6. Which of the following will correctly convert input to integer?

A) int(input())

B) input(int())

C) eval(input())

D) float(input())

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q7. What does the following code do?

a = input("Enter name: ") print("Hello", a)

A) Greets the user by name

B) Prints Hello only

C) Error

D) None of the above

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?