
Podstawy C++

Quiz
•
Computers
•
11th - 12th Grade
•
Hard
Used 107+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
float pole;
float liczba
int iloczyn liczba;
float pole, char litera;
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
liczba3=54;
liczba1=liczba3;
liczba3=liczba3+20;
liczba2=liczba1;
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
if (-10>p>-1) cout << p;
if (w!=0 && s!=0) cout << w/s;
if k=100 || k=1000 cout << k;
if (x>-1) && (x<-10) cout << x;
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
cin >> a >> b;
if (a<0 && b!=0) S=a/b;
else S=a*a;
Instrukcja
S=a*a
zostanie wykonana dla:5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
cin >> x;
if (x>0) cout << x;
else
if (x==0) cout << "zero";
else cout << -x;
Dla jakiej wartości x zostanie wykonana instrukcja:
cout << -x
?7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
licz=0;
for(i=0; i<=5; i++)
licz+=2*i;
cout << licz;
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
cout << "%"
dla n = 14 i m = 8?
for(i=0; i<n-1; i++)
{
for(j=0; j<m; j++) cout << "%" << endl;
}
9.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
test(x, y)
test(x, y);
float oblicz(int x, float y)
obliczenia(x, y) :int
Similar Resources on Wayground
10 questions
Сpp 1_3

Quiz
•
9th - 12th Grade
10 questions
Le basi C++

Quiz
•
11th Grade
7 questions
While Loops

Quiz
•
10th - 12th Grade
14 questions
C ++ For Loop

Quiz
•
9th - 12th Grade
12 questions
Divide et Impera

Quiz
•
11th Grade - University
14 questions
Cấu trúc rẽ nhánh

Quiz
•
11th Grade
13 questions
TIK KELAS IX

Quiz
•
12th Grade
12 questions
Praca klasowa C++

Quiz
•
12th Grade
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade