Информатика 7 сынып  каз

Информатика 7 сынып каз

7th Grade

30 Qs

quiz-placeholder

Similar activities

Sumatif TIK 7

Sumatif TIK 7

7th Grade

35 Qs

PTS TIK KELAS 7 2024 KUMER

PTS TIK KELAS 7 2024 KUMER

7th Grade

30 Qs

quiz 7 testing

quiz 7 testing

7th Grade

30 Qs

BELAJAR AAS GANJIL KELAS 7

BELAJAR AAS GANJIL KELAS 7

7th Grade

34 Qs

Quiz Perangkat Keras dan Sistem Operasi

Quiz Perangkat Keras dan Sistem Operasi

7th Grade

25 Qs

Pekan Asesmen Informatika Kelas 7 Reguler

Pekan Asesmen Informatika Kelas 7 Reguler

7th Grade

25 Qs

General Knowledge Quiz

General Knowledge Quiz

7th Grade

25 Qs

UH INFORMATIKA

UH INFORMATIKA

6th - 8th Grade

31 Qs

Информатика 7 сынып  каз

Информатика 7 сынып каз

Assessment

Quiz

Information Technology (IT)

7th Grade

Practice Problem

Hard

Created by

Sait Tavakelov

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

10 20 30 мән бергенде  не шығады?

fin = open("input.txt", "r")

p = fin.read().split()

a, b, c = map(int, p)

k = (a + b + c) / 3

fout = open("output.txt", "w")

fout.write(str(k))

fin.close()

fout.close()

10

20

-10

30

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1526814785 мән бергенде не шығады?

fin = open("a.txt", "r")

p = fin.read().split()

m, p = map(int, p)

a = m % 10

b = p % 10

fout = open("b.txt", "w")

fout.write(str(a * b))

fin.close()

fout.close()

қате

45

20

40

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

20 мән бергенде не шығады?

fin = open("input.txt", "r")

p = fin.read().split()

m, p = map(int, p)

a = m % 10

b = p % 10

fout = open("output.txt", "w")

fout.write(str(a * b) + '\n')

fout.write('60')

fin.close()

fout.close()

20 40

60 40

40 60

қате

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

17, 62 не шығады?

a = int(input())

if a % 2 == 1:

    print('1')

else:

    print('0')

1 0

-1 0

0 1

0 -1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5 100 5, 10 8000 90 мән бергенде не шығады?

v, s, t = map(int, input().split())

if (v * t) >= s:

    print('iа')

else:

    print('joq')

ia joq

joq

ia

joq ia

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5 100 15, 10 800 90 мән бергенде не шығады?

v, s, t = map(int, input().split())

if (v * t) >= s:

    print('iа')

else:

    print('joq')

iа, joq

joq, iа

joq

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-8 -10 -6 -5 , -3 -6 -4 -5 не шығады?

a,b,c,t = map(int, input().split()) t1=max(a,b,c)

if tl < t:

print('ia')

else:

print('joq')

 joq

joq, iа

қате

ia, joq

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?