Search Header Logo

Базові оператори мови С

Authored by Natalka S.

Computers, Science

1st - 5th Grade

Used 4+ times

Базові оператори мови С
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Чому рівне значення змінної а=2%10?

2

10

0,2

0

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Чому рівне значення змінної b=3*(2++)

6

9

5

7

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Чому буде рівне значення змінної f=(0<2)?3:4?

3

4

0

error

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Чому рівний результат функції ceil(8.3)?

8

9

error

3

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Які з наведених нижче записів функцій та виразів є правильними?

15.0%2

sin(5x)

pow(15.3,5)

sqrt(sqrt(x)+sin(2+x))

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Виберіть правильну відповідь для запису виразу мовою С

a*b-(cos(a+c)-exp(a))/sqrt(log(x))+5+2a

a*b-(cos(a+c)-expa)/(sqrt(log(x)+5)+2*a)

a*b-(cos(a+c)-exp(a))/(sqrt(log(x)+5)+2*a)

a*b-(cos(a+c)-expa)/(sqrt(logx+5)+2*a)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Скільки помилок в заданому фрагменті програми?

#include<iostream>

int main() {

float x=10, int y;

printf (“Введіть ціле число”)

c=x+y;

printf ("%f + %d=%f",x,y,c);

}

жодної

3

5

7

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers