python_basic_input_output_operators

python_basic_input_output_operators

12th Grade

15 Qs

quiz-placeholder

Similar activities

Quiz Informatica Jornadas Orientación Asunción

Quiz Informatica Jornadas Orientación Asunción

12th Grade - University

10 Qs

RAM&HDD/SSD

RAM&HDD/SSD

10th - 12th Grade

13 Qs

Bài 1. Vui chơi có thưởng

Bài 1. Vui chơi có thưởng

12th Grade

10 Qs

Online Platform Block Q

Online Platform Block Q

11th - 12th Grade

20 Qs

ASPEK LEGAL TIK XII

ASPEK LEGAL TIK XII

12th Grade

20 Qs

Server Administration- Quiz 1

Server Administration- Quiz 1

12th Grade - University

10 Qs

Technology Week HTG Quiz - Monday

Technology Week HTG Quiz - Monday

7th - 12th Grade

10 Qs

Thinglink

Thinglink

9th - 12th Grade

10 Qs

python_basic_input_output_operators

python_basic_input_output_operators

Assessment

Quiz

Computers

12th Grade

Practice Problem

Hard

Created by

sudha reddy

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to read this input which are given in same line

5@9@7@2

a,b,c,d=map(int,input().split('@'))

a,b,c,d=map(int,input().split(','))

a,b,c,d=int(input().split('@'))

a=int(input())

b=int(input())

c=int(input())

d=int(input())

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to read the input given as this

5

7

3

a,b,c=map(int,input().split())

a=int(input().split())

a=map(int,input().split())

a=int(input())

b=int(input())

c=int(input())

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

predict the output of the following code where a=5 b=6

a+=b+10

b=b<<3

a=a>>2

c=a&b

print(a,b,c)

0 48 5

5 48 0

5 40 0

48 5 15

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

predict the output of the following code where a=15 b=10

a+=2

b=b>>1

c=a&b

a=15^c

c=~c+b

b+=1

print(a,b,c)

6 3 14

6 6 6

14 6 3

14 14 3

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

predict the output of the following code where a=15, b=10

a=a^b

b=a^b

a=a^b

print(a,b)

15 10

10 15

20 15

15 20

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

predict the output of the following code for the input as 14.3 and 5

x=eval(input())

y=eval(input())

print(x+y)

20

19

19.3

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

predict the output of the following code

x=10

y=4.332

z=2.341

print("%.2f %.2f %.2f"%(x,y,z))

10.00 4.34 2.35

Error

10 4 2

10.00 4.33 2.34

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?