
08/25
Authored by Yusif Zeynalov
Business
University
Used 5+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?