Amazing Quiz

Amazing Quiz

5th Grade

11 Qs

quiz-placeholder

Similar activities

Computers

Computers

4th - 7th Grade

7 Qs

Back to Basics: Python Lesson 6 - 7 Review

Back to Basics: Python Lesson 6 - 7 Review

5th Grade

10 Qs

Python Base M1Y2

Python Base M1Y2

1st - 5th Grade

7 Qs

Grasshopper App Quiz

Grasshopper App Quiz

4th - 6th Grade

15 Qs

PROGRAMACION MODULAR DE VECTORES Y MATRICES

PROGRAMACION MODULAR DE VECTORES Y MATRICES

1st - 5th Grade

10 Qs

Explaining Scratch Code - Basics

Explaining Scratch Code - Basics

5th - 11th Grade

10 Qs

python libraries

python libraries

4th - 6th Grade

10 Qs

9. Python (Модули, файлы)

9. Python (Модули, файлы)

5th - 11th Grade

13 Qs

Amazing Quiz

Amazing Quiz

Assessment

Quiz

Computers

5th Grade

Easy

Created by

Divya Verma

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which library is used for sleep()?

import time

import math

from turtle import *

import sleep

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which library is used for Drawing in python ?

import time

import turtle

from turtle import *

import math

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which one is the example of variable or value ??

variable - coffee

value - coffee mug

variable - coffee mug

value - coffee

variable - pencil

value - pencil box

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write you answer on the basis of this code ??

a = str(input("enter value of a?"))

b = str(input("enter value of b?"))

print(a + b)

(if user gives the value of a is = 5 and

value of b is = 6 )

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is variable?

variable is a container which is used to store the values.

variable is a number which is passed in the alphabet..

variable is a loop which is used to repeat.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write you answer on the basis of this code ??

a = int(input("enter value of a?"))

b = int(input("enter value of b?"))

print(a + b)

(if user gives the value of a is = 15 and

value of b is = 15 )

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

which symbol is used to create a comment in python?

comment down that symbol only !!

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?