logo

Crowdly

Olympiad- Eng- Comp-Sciences-1

Шукаєте відповіді та рішення тестів для Olympiad- Eng- Comp-Sciences-1? Перегляньте нашу велику колекцію перевірених відповідей для Olympiad- Eng- Comp-Sciences-1 в do.ipo.kpi.ua.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Topic: The hidden side of social media

Instructions:

Write an argumentative essay (150–200 words) discussing the hidden dangers of social media and their impact on users.

Follow the structure:

  • Introduction

  • Main Body

  • Conclusion

Important Rules:

❌ The use of generative AI tools is strictly prohibited.

❌ Plagiarism is not allowed.

❌ Any work that violates these rules will receive a score of

0 points.

Переглянути це питання
Which of the following file systems is used primarily in Linux?
0%
100%
0%
0%
Переглянути це питання

Select the code you want to add to this program on C code to calculate the sum of the 3x3 matrix elements.

#include <stdio.h>

int main() {

    int matrix[3][3] = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}};

    int sum = 0;

        // Put answer code here

        printf("The sum of all elements is: %d\n", sum);

    return 0;

}

0%
0%
0%
100%
Переглянути це питання

What will be the output of the following C code?

#include <iostream>

using namespace std;

int main() {

float a = 3.2; int I = 0;

for (i = 0; i <= 7; i++) {

a+=0.1;

}

while (i <= 7) {a+= 0.1; i++;} cout << a << i;

return 0;

}

100%
0%
0%
0%
Переглянути це питання
What is the key difference between the & and && operators in C code conditional expressions?
100%
0%
0%
0%
Переглянути це питання
What will be the output of the following C code?

#include <stdio.h>

int main() {

    int a = 10; int b = --a + a--;

    printf("%d\n", b);

    return 0;

}

0%
100%
0%
0%
Переглянути це питання
What will be the output of the following C code?

#include <stdio.h>

int main() {

    int a = 90; int b = 15;

    int c = a | b;

    printf("%X\n", c);

    return 0;

}

0%
100%
0%
0%
Переглянути це питання
What will be the output of the following C code?

#include <stdio.h>

#define SIZE 10

int main() {

    int arr[SIZE] = {12, 7, 8, 3, 14, 25, 30, 9, 18, 21};

    for (int i = 0; i < SIZE; i++) {

        if (!(arr[i] % 2 == 0)) {

            printf("%x ", arr[i]);

        }

    }

    return 0;

}

0%
0%
100%
0%
Переглянути це питання
What will be the output of the following C code?

#include <stdio.h>

int main() {

    int arr[] = {10, 9, 8, 7, 6, 5, 4, 3, 2};

    int n = sizeof(arr) / sizeof(arr[0]);

    int s1 = 0, s2 = 0;

    for (int i = 0; ++i < n / 2; i) {

        s1 += arr[i];

        s2 += arr[n - 1 - i];

    }

    printf("%d %d\n ", s1, s2);

    return 0;

}

0%
100%
0%
0%
Переглянути це питання
Which of the following is the correct way to declare a pointer to an array of 10 integers in C code?
0%
100%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на do.ipo.kpi.ua?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!