informatika IX SINIF KSQ 4

informatika IX SINIF KSQ 4

9th Grade

12 Qs

quiz-placeholder

Similar activities

3D Printing

3D Printing

7th Grade - University

15 Qs

Stream Velocity ESRT

Stream Velocity ESRT

9th - 12th Grade

10 Qs

Chapter 16 Review 2

Chapter 16 Review 2

9th - 12th Grade

13 Qs

RESEARCH 101

RESEARCH 101

8th - 12th Grade

16 Qs

Doggo Science

Doggo Science

1st - 11th Grade

17 Qs

Sınaq 6(9-lar)

Sınaq 6(9-lar)

9th - 11th Grade

10 Qs

C++ Recursion

C++ Recursion

8th - 12th Grade

12 Qs

Cura Quiz : Beginners

Cura Quiz : Beginners

KG - Professional Development

10 Qs

informatika IX SINIF KSQ 4

informatika IX SINIF KSQ 4

Assessment

Quiz

Science

9th Grade

Medium

Created by

guler gulya

Used 5+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 4 pts

56 % 24 ifadəsi nəyi bildirir?

ədədlərin tam bölünməsini

24 ədədinin 56% -nin hesablanmasını

tam ədədlərin bölünməsi nəticəsində alınan qalığı

sətir tipli dəyişənin təsvirini

2.

MULTIPLE CHOICE QUESTION

3 mins • 4 pts

Proqram yerinə yetirildikdən sonra ekrana nə çıxacaq?

a = 10

b = a * 2 + 3

a = b // a

b = a + b

print (b)

25

23

43

48

3.

MULTIPLE CHOICE QUESTION

3 mins • 10 pts

Hansı proqram 1-dən 50-yə kimi tək natural ədədlərin cəmini hesablayır?

s = 0

for i in range(1, 51):

s = s + 2 * i

print(s)

s = 0

for i in range(1, 50)

if i//2 == 0:

s = s+i

print(s)

s = 0

for i in range(1, 51)

if i // 2 ==0:

s = s + i

print(s)

s = 0

for i in range(1, 51):

if i % 2 != 0:

s = s + i

print(s)

4.

MULTIPLE CHOICE QUESTION

3 mins • 6 pts

Proqramın nəticəsi nə olacaq?

a = 'demokratiya'

print (a[:5])

kratiya

demo

demokr

demok

5.

MULTIPLE CHOICE QUESTION

3 mins • 6 pts

ss= "Yaxşı dostu yaman gündə sına" sətrinin uzunluğunu müəyyən etmək üçün nə yazılmalıdır ?

print(ss)

len(ss)

str(ss)

int(ss)

6.

MULTIPLE CHOICE QUESTION

3 mins • 10 pts

t= "monoqrafiya" sətri verilib. print(t.find('n')) komandasının nəticəsi nə olacaq?

2

3

-1

0

7.

MULTIPLE CHOICE QUESTION

3 mins • 10 pts

Verilmiş proqram yerinə yetirildikdən sonra ekranda "zzrazzqa" yazısı əks olundu.

Nöqtələrin yerində hansı komanda yazılmalıdır? s = 'abraabqa' ............. print (b)

s = 'zz' + s + 'zz'

b = s.replace ('ab', 'zz')

b = s.find (s, 'ab')

b = s[0, zz]

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?