W języku JavaScript wynik działania instrukcji zmienna1 –= 1; będzie taki sam, jak instrukcji
JavaScript - teoria - pytnia egzaminacyjne

Quiz
•
Computers
•
11th Grade
•
Medium
Krzysztof Wszelaki
Used 50+ times
FREE Resource
61 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
zmienna1––;
zmienna1++;
zmienia1 = zmienna1 - 0;
zmienna1 === zmienna1 - 1
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Które wyrażenie logiczne należy zastosować w języku JavaScript, aby wykonać operacje tylko dla dowolnych liczb ujemnych z przedziału jednostronnie domkniętego <-200, -100)?
(liczba <= -200) || (liczba > -100)
(liczba >= -200) || (liczba > -100)
(liczba >= -200) && (liczba < -100)
(liczba <= -200) && (liczba < -100)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
W języku JavaScript typ boolean może być reprezentowany przez wartość
-20
45.3
true
null
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Algorytm przedstawiony na rysunku można zapisać w języku JavaScript za pomocą instrukcji
for(i = 0; i > 10; i++)
var i = 0;
while(i <= 10)
i += 2
var i = 0;
do
i++;
while(i > 10);
var i = 0;
do
i = i + 2;
while(i < 10);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
W języku JavaScript instrukcję: a++, można inaczej zapisać jako
a << 1;
1 += a;
a = a + 1;
a = a & 1;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Liczba 0x142, zapisana w kodzie skryptu JavaScript, ma postać
dziesiętną.
dwójkową
ósemkową
szesnastkową
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wskaż poprawny zapis instrukcji zapisanej w języku JavaScript.
document.write("Liczba π z dokładnością do 2 miejsc po przecinku ≈ " + 3.14 );
document.write("Liczba π z dokładnością do 2 miejsc po przecinku ≈ " ; 3.14 );
document.write("Liczba π z dokładnością do 2 miejsc po przecinku ≈ " . 3.14 );
document.write("Liczba π z dokładnością do 2 miejsc po przecinku ≈ " 3.14 );
Create a free account and access millions of resources
Similar Resources on Quizizz
65 questions
Html+CSS итоговый тест

Quiz
•
11th Grade
62 questions
TIN HỌC :D

Quiz
•
9th - 12th Grade
60 questions
2024 CSP-AP Final Exam Review

Quiz
•
9th - 12th Grade
60 questions
Python Baseline Test (PCAP I)

Quiz
•
9th Grade - Professio...
60 questions
IT JUNE 2020 P1

Quiz
•
9th - 12th Grade
56 questions
Kiến thức về HTML

Quiz
•
11th Grade
62 questions
Tin hk1 11

Quiz
•
11th Grade
60 questions
Microsoft Word/Powerpoint M1:L1-6

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University