What will happen when you compile and run the following code?
Anonymous Quiz
56%
Greater than 50 Great
17%
Less than 50
5%
Great
22%
Compilation error
What will happen when you compile and run the following code?
Anonymous Quiz
69%
true
11%
false
20%
Compilation error
0%
Runtime error
What will happen when you compile and run the following code?
Anonymous Quiz
4%
1
40%
2
40%
3
16%
Compilation error
What will happen when you compile and run the following code?
Anonymous Quiz
50%
1
7%
2
17%
3
26%
None of the above
Select all true statements from the following statements
Anonymous Quiz
13%
There must be at least one else statement after else if statement
30%
There must be at least one else statement after if statement
52%
else statement must have corresponding if statement
4%
Curly brackets are mandatory for if, else if and else statements
What will happen when you compile and run the following code?
Anonymous Quiz
17%
Greater
52%
Less
30%
Compilation error
2%
Runtime error
JavaScript. Что выведется в консоль?
Anonymous Poll
12%
1 1 2
14%
1 2 2
20%
0 1 2
8%
0 2 2
63%
Посмотреть ответ
CSS. Какое значение свойства display у элемента input по умолчанию?
Anonymous Poll
28%
block
33%
inline
32%
inline-block
16%
Посмотреть ответы
HTML. Какой атрибут тега img позволяет указать элемент <map>, содержащий координаты для клиентской карты-изображения?
Anonymous Poll
22%
map
13%
usemap
3%
currentmap
15%
clientmap
30%
sourcemap
20%
Посмотреть ответы
HTML. Что НЕ задаст тексту курсивное начертание?
Anonymous Poll
8%
Тег <i>
33%
Тег <italic>
52%
Тег <em>
16%
font-style: italic
8%
Посмотреть ответы
JavaScript. Каким будет результат?
Anonymous Poll
11%
["1 + 2", "1 * 2", "1 / 2"]
23%
["12", 2, 0.5]
14%
[3, 2, 0.5]
9%
[1, 1, 1]
57%
Посмотреть ответы