08/25

08/25

University

25 Qs

quiz-placeholder

Similar activities

Yalın Üretim ve Yönetim

Yalın Üretim ve Yönetim

University

20 Qs

Quiz 5 Conversion Cycle

Quiz 5 Conversion Cycle

University

20 Qs

Formules Comptabilité / Ressources Humaines

Formules Comptabilité / Ressources Humaines

University

20 Qs

Kuis Review Ilmu Bisnis ke-2 tahun 2020

Kuis Review Ilmu Bisnis ke-2 tahun 2020

University

20 Qs

KTCT 11

KTCT 11

University

20 Qs

Theme 1 Test 1

Theme 1 Test 1

12th Grade - University

20 Qs

Quiz PTS Ekonomi XI

Quiz PTS Ekonomi XI

11th Grade - University

20 Qs

2022 UTS Ekonomi dan Akuntansi Syariah

2022 UTS Ekonomi dan Akuntansi Syariah

University

20 Qs

08/25

08/25

Assessment

Quiz

Business

University

Easy

Created by

Yusif Zeynalov

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

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

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Aşağıdakılardan hansı y dəyişəninin 5-ə tam bölündüyünü müəyyən edir? int y; cin >> y;
if (y % 5 == 0) cout << "y 5-e bolunur";
if (y % 5 == 1) cout << "y 5-e bolunur";
if (y * 5 == 1) cout << "y 5-e bolunur";
if (y // 5 == 1) cout << "y 5-e bolunur";
Heç biri

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Şirkət öz əməkdaşlarına həftəlik satış məbləğinin həcminin 20%-i qədərində maaş ödəyir. Aşağıdakı kodlardan hansı verilmiş satış məbləği qarşılığında işçiyə ödənməli olan maaşı düzgün hesablayır?
cout << "Isciye odenmeli mebleg " << x * 0.2;
cout << "Isciye odenmeli mebleg " << (x-120) * 0.18;
cout << "Isciye odenmeli mebleg " << x * 0.8;
cout << "Isciye odenmeli mebleg " << x * 1.2;
Heç biri

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Şirkət öz əməkdaşlarına saat hesabı maaş ödəyir. 60 saatdan artıq saatlar üçün bir ssatlıq əmək haqqının 1.2 misli qədər maaş ödənilir. Aşağıdakı kodlardan hansı verilmiş saat miqdarı və bir saatlıq maaş qarşılığında işçiyə ödənməli olan maaşın tam miqdarın hesablayır. Qeyd işçinin saatlarının miqdarı və bir ssatlıq əmək haqqı müvafiq olaraq x və y dəyişənlərində yadda saxlanılır. int x,y; cin >> x >> y;
if (x < 60) cout << x * y; else cout << x * y + (x - 60) * y * 1.2;
if (x > 60) cout << x * y; else cout << x * y + (x - 60) * y * 1.2;
if (x == 60) cout << x * y; else cout << x * y + (x - 60) * y * 1.2;
if (x != 60) cout << x * y; else cout << x * y + (x - 60) * y * 1.2;
Heç biri

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakı kod icra olunduqda ekranda nə çap olunar? int x; x = 19; if (x == 22) cout << "telefon"; cout << "planset";
planset
telefon
telefonplanset
plansettelefon
Heç biri

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakı kod icra olunduqda ekranda nə çap olunar? int x; x = 30; if (x == 30) cout << "qara"; cout << "sari";
qarasari
qara
sari
sariqara
Heç biri

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakı kod icra olunduqda ekranda nə çap olunar? int x; x = 31; if (x == 19) cout << "TV"; else cout << "Radio"; cout << "Jurnal";
RadioJurnal
Radio
Jurnal
TVRadio
Heç biri

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakı kod icra olunduqda ekranda nə çap olunar? int x,y; x = 33; y = 22; x = y; if (x != 33) cout << "TV"; else cout << "Radio"; cout << "Jurnal";
RadioJurnal
TV
Jurnal
JurnalTV
Heç biri

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?