Amazing Quiz

Amazing Quiz

5th Grade

11 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python

Python

5th Grade

15 Qs

Занятие 05_10-IT-Старт-Сеньор

Занятие 05_10-IT-Старт-Сеньор

5th Grade

15 Qs

Intro to Small Basic

Intro to Small Basic

KG - 7th Grade

15 Qs

Python Introduction-1

Python Introduction-1

3rd Grade - University

7 Qs

QBASIC

QBASIC

5th Grade

10 Qs

Scratch Arithmetic Operators

Scratch Arithmetic Operators

4th - 7th Grade

15 Qs

Third Day Quiz!

Third Day Quiz!

1st - 5th Grade

10 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?