informatika IX SINIF KSQ 4

informatika IX SINIF KSQ 4

9th Grade

12 Qs

quiz-placeholder

Similar activities

Electricity

Electricity

7th - 9th Grade

15 Qs

Ondas - Conceito e Classifiação

Ondas - Conceito e Classifiação

1st - 12th Grade

17 Qs

Fórmula química, funciones inorgánicas y escala pH- Noveno

Fórmula química, funciones inorgánicas y escala pH- Noveno

9th Grade

10 Qs

All Things Atoms

All Things Atoms

7th - 10th Grade

15 Qs

KHTN 7_Bài mở đầu

KHTN 7_Bài mở đầu

7th Grade - University

10 Qs

IS Plate Tectonics Shortened Review

IS Plate Tectonics Shortened Review

9th Grade

12 Qs

G9-SCIENCE_SEATWORK#3-Q3

G9-SCIENCE_SEATWORK#3-Q3

9th Grade

15 Qs

the environment

the environment

9th - 10th Grade

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