Test Arka: Różnice pomiędzy wersjami
Nie podano opisu zmian |
m (Zastępowanie tekstu – „\displaystyle ” na „”) |
||
(Nie pokazano 5 wersji utworzonych przez 3 użytkowników) | |||
Linia 1: | Linia 1: | ||
<quiz type="exclusive"> | |||
When working with character arrays, always reserve enough array elements to hold the string AND its null-terminating character (\0). | |||
<rightoption>True</rightoption> | |||
<wrongoption>False</wrongoption> | |||
</quiz> | |||
==Testy== | |||
<quiz type="exclusive"> | |||
When working with character arrays, always reserve enough array elements to hold the string AND its null-terminating character (\0). | |||
<rightoption>True</rightoption> | |||
<wrongoption>False</wrongoption> | |||
</quiz> | |||
<quiz> | |||
When working with character arrays, always reserve enough array elements to hold the string AND its null-terminating character (\0). | |||
<rightoption>True</rightoption> | |||
<wrongoption>False</wrongoption> | |||
</quiz> | |||
<quiz type="exclusive"> | |||
In C++, 14 % 4 = | |||
<option reply="Za mało">1</option> | |||
<option>2</option> | |||
<option reply="Za dużo">3</option> | |||
<wrongoption reply="O wiele za dużo">4</wrongoption> | |||
</quiz> | |||
<quiz> | |||
In C++, 14 % 4 = | |||
<option reply="Za mało">1</option> | |||
<option>2</option> | |||
<option reply="Za dużo">3</option> | |||
<wrongoption reply="O wiele za dużo">4</wrongoption> | |||
</quiz> | |||
<quiz> | |||
Variables that are declared, but not initialized, contain | |||
<wrongoption>blank spaces</wrongoption> | |||
<rightoption reply="Tak, pod warunkiem, że są globalne">zeros</rightoption> | |||
<rightoption reply="Jeśli nie są globalne">"garbage" values</rightoption> | |||
<wrongoption reply="Dostajesz pałę!">nothing - they are empty</wrongoption> | |||
</quiz> | |||
<quiz type="exclusive"> | |||
Variables that are declared, but not initialized, contain | |||
<wrongoption>blank spaces</wrongoption> | |||
<rightoption reply="Tak, pod warunkiem, że są globalne">zeros</rightoption> | |||
<rightoption reply="Jeśli nie są globalne">"garbage" values</rightoption> | |||
<wrongoption reply="Dostajesz pałę!">nothing - they are empty</wrongoption> | |||
</quiz> | |||
<div style="background-color: #bbbbbb; padding: 2em; border: 1px solid black"> | <div style="background-color: #bbbbbb; padding: 2em; border: 1px solid black"> | ||
Dlaczego suma <math> | Dlaczego suma <math>\sum_{i=1}^{10}i</math> jest źle wyświetlana w wykładniku potęgi? | ||
<math>z^{\sum_{i=1}^{10}i}</math> | |||
</div> | |||
<div id="content"> | |||
<div id="navcontainer"> | |||
<ul id="navlist"> | |||
<div><a href="index.xml" class="withChild">Start</a></div> | |||
<div id="active" class="withoutChild">Zadanie 1.</div> | |||
<div><a href="zadanie_2.xml" class="withoutChild">Zadanie 2.</a></div> | |||
<div><a href="zadanie_3.xml" class="withoutChild">Zadanie 3.</a></div> | |||
<div><a href="zadanie_4.xml" class="withoutChild">Zadanie 4.</a></div> | |||
<div><a href="zadanie_5.xml" class="withoutChild">Zadanie 5.</a></div> | |||
<div><a href="zadanie_6.xml" class="withoutChild">Zadanie 6.</a></div> | |||
</ul> | |||
</div> | |||
<div id="main"> | |||
<div id="nodeDecoration"> | |||
<p id="nodeTitle">Zadanie 1.</p> | |||
</div> | |||
<script type="text/javascript" src="common.js"></script> <script | |||
type="text/javascript" src="libot_drag.js"></script> | |||
<div class="iDevice emphasis1"><img alt="Ikona obiektu Pytanie" | |||
class="iDevice_icon" src="icon_question.gif" /> <span | |||
class="iDeviceTitle">Zadanie 1,</span><br /> | |||
<div class="iDevice_inner"> | |||
Liczba <math><msqrt><mrow><mn>3</mn> | |||
<mo class="MathClass-bin">+</mo> <mn>2</mn><msqrt><mrow> | |||
<mn>2</mn></mrow></msqrt></mrow></msqrt> <mo class="MathClass-bin">−</mo><msqrt><mrow><mn>3</mn> | |||
<mo class="MathClass-bin">−</mo> <mn>2</mn><msqrt><mrow> | |||
<mn>2</mn></mrow></msqrt></mrow></msqrt></math> | |||
<table> | |||
<tbody> | |||
<tr> | |||
<td><input type="checkbox" name="option9" id="ia0b9" | |||
value="vTrue" | |||
onclick="document.getElementById('sa0b9').style.display = this.checked ? 'block' : 'none';" /></td> | |||
<td>jest dodatnia</td> | |||
<td> | |||
<div id="sa0b9" style="color: rgb(0, 51, 204);display: none;">Poprawnie</div> | |||
</td> | |||
</tr> | |||
<tr> | |||
< | <td><input type="checkbox" name="option9" id="ia1b9" | ||
value="vTrue" | |||
onclick="document.getElementById('sa1b9').style.display = this.checked ? 'block' : 'none';" /></td> | |||
<td>jest wymierna</td> | |||
<td> | |||
<div id="sa1b9" style="color: rgb(0, 51, 204);display: none;">Poprawnie</div> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td><input type="checkbox" name="option9" id="ia2b9" | |||
value="vFalse" | |||
onclick="document.getElementById('sa2b9').style.display = this.checked ? 'block' : 'none';" /></td> | |||
<td>nale»y do trójkowego zbioru Cantora.</td> | |||
<td> | |||
<div id="sa2b9" style="color: rgb(0, 51, 204);display: none;">Źle</div> | |||
</td> | |||
</tr> | |||
</tbody> | |||
</table> | |||
</div> | |||
</div> | |||
<div class="noprt" align="right"><a href="index.xml">« | |||
previous</a> | <a href="zadanie_2.xml">next »</a></div> | |||
</div> | |||
</div> | </div> |
Aktualna wersja na dzień 08:57, 28 sie 2023
When working with character arrays, always reserve enough array elements to hold the string AND its null-terminating character (\0).
True
False
Testy
When working with character arrays, always reserve enough array elements to hold the string AND its null-terminating character (\0).
True
False
When working with character arrays, always reserve enough array elements to hold the string AND its null-terminating character (\0).
True
False
In C++, 14 % 4 =
1
2
3
4
In C++, 14 % 4 =
1
2
3
4
Variables that are declared, but not initialized, contain
blank spaces
zeros
"garbage" values
nothing - they are empty
Variables that are declared, but not initialized, contain
blank spaces
zeros
"garbage" values
nothing - they are empty
Dlaczego suma jest źle wyświetlana w wykładniku potęgi?
Zadanie 1.
<script type="text/javascript" src="common.js"></script> <script type="text/javascript" src="libot_drag.js"></script>
class="iDevice_icon" src="icon_question.gif" /> Zadanie 1,
Liczba Parser nie mógł rozpoznać (błąd składni): {\displaystyle <msqrt><mrow><mn>3</mn> <mo class="MathClass-bin">+</mo> <mn>2</mn><msqrt><mrow> <mn>2</mn></mrow></msqrt></mrow></msqrt> <mo class="MathClass-bin">−</mo><msqrt><mrow><mn>3</mn> <mo class="MathClass-bin">−</mo> <mn>2</mn><msqrt><mrow> <mn>2</mn></mrow></msqrt></mrow></msqrt>}
<tbody> </tbody><input type="checkbox" name="option9" id="ia0b9"
value="vTrue" onclick="document.getElementById('sa0b9').style.display = this.checked ? 'block' : 'none';" /> |
jest dodatnia | |
<input type="checkbox" name="option9" id="ia1b9"
value="vTrue" onclick="document.getElementById('sa1b9').style.display = this.checked ? 'block' : 'none';" /> |
jest wymierna | |
<input type="checkbox" name="option9" id="ia2b9"
value="vFalse" onclick="document.getElementById('sa2b9').style.display = this.checked ? 'block' : 'none';" /> |
nale»y do trójkowego zbioru Cantora. |