Diaqnostika 9

Diaqnostika 9

9th Grade

10 Qs

quiz-placeholder

Similar activities

Python L5

Python L5

6th Grade - University

10 Qs

SUBROUTINE 101

SUBROUTINE 101

9th Grade

10 Qs

Python ismétlés

Python ismétlés

9th - 12th Grade

10 Qs

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

Python Functions

Python Functions

9th - 12th Grade

8 Qs

İnformatika

İnformatika

6th - 11th Grade

10 Qs

Unit 6 Review

Unit 6 Review

9th - 12th Grade

11 Qs

Python Data Types

Python Data Types

9th - 12th Grade

15 Qs

Diaqnostika 9

Diaqnostika 9

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Xalilova Yegane

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

randint(0,5) funksiyası verilib. O, neçə təsadüfi ədəd generasiya edə bilər?

6

8

5

10

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

turtle və random modullarının doğru qoşulduğu variantı seçin.

import turtle*

import random*

from turtle import

from random import

from turtle import*

from random import*

turtle import

random import

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

  Hər damanın 25 pikselə bərabər olduğunu nəzərə alaraq, proqramın yerinə yetirilməsi zamanı alınacaq şəkli qeyd edin.

A

B

C

D

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

Şəkildə göstərilən t1 və t2 obyektləri üçün hansı şərt doğrudur?

if y1==y2 and x1<x2:

if y1==y2 and x1>x2:

if y1==y2 and x1==x2:

if y1!=y2 and x1>x2:

if y1>y2 and x1==x2:

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

İki ədədin toplanılması funksiyası hansı variantda doğru tərtib edilib?

def sum(a,b):

    s = a * b

    return s

def sum(a,b):

    return s

def sum(a,b,c)

    s = a + b + c

    return s

def sum(a,b):

    return a + b

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Rekursiv funksiya sayəsində nəyin yerinə yetirilməsi mümkündür?

               Bir neçə doğru cavab variantı mümkündür.

1.   Fraktalların qurulması.

2.      Funksiyanın özü özünü çağırması.

3.      Bütün proqram kodunun əvəzlənməsi.

4.     Proqram kodunun qısaldılması.

1, 3, 4

1, 2, 3

1, 2, 4

2, 3, 4

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Fraktallar nədən ibarətdir?

özlərinə oxşar hissələrdən.

rastr qrafikasından.

sahələrə bölünmüş xətlərdən.

bir-birinə oxşamayan elementlər çoxluğundan.

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?