7A CONDITINOALS

7A CONDITINOALS

7th Grade

14 Qs

quiz-placeholder

Similar activities

Introduction to Python

Introduction to Python

7th Grade

15 Qs

Introduction to Arrays

Introduction to Arrays

KG - University

10 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

CS 50 Terminology

CS 50 Terminology

6th - 10th Grade

10 Qs

Python Basic Unit 1

Python Basic Unit 1

7th - 8th Grade

14 Qs

Grade 7 & 8 First quiz term 3

Grade 7 & 8 First quiz term 3

7th Grade

10 Qs

Python KS3

Python KS3

6th - 9th Grade

17 Qs

IH RECODE Gr-7

IH RECODE Gr-7

7th Grade

12 Qs

7A CONDITINOALS

7A CONDITINOALS

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Shadiyar Murtaza

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does it mean the word Python with the exception of programming language ?

Snake group's name

Teacher's name

Constant number

Speaking language

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x=5

y=x**2

Question: What is y after execution of the code?

10

5

2

25

x

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A=5

B=5

B=B+A

C=B//A

What is the value of C after running the code?

1

2.5

2

1.0

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Find int type variable from the given values?

11/4

11//5

14.5

"Apple"

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which line is correct to get a number from the keyboard?

n=int()(input()

n=(int)(input())

n=int(input())

n=input(int())

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a=28

b=a%5

c=a+b

What is the value of c after an execution of the code?

3

31

33

28

5

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the result of the current expression?

25//5==5

True

False

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?