HTML Javascript

Quiz
•
Computers
•
9th Grade
•
Hard
ליאור יוסף
Used 14+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
document.write();
כותבת לדף האינטרנט מה שנכתוב בין הסוגריים
תקפיץ הודעה למשתמש
תקלוט מספר מהמשתמש
תסגור את דפדפן האינטרנט
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
window.alert();
כותבת לדף האינטרנט מה שנכתוב בין הסוגריים
תקפיץ הודעה למשתמש, תוכן ההודעה הוא מה שנכתוב בין הסוגריים
תקלוט מספר מהמשתמש
תסגור את דפדפן האינטרנט
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var num;
הצהרה על משתנה חדש בשם var
תקלוט מספר מהמשתמש
הצהרה על משתנה חדש בשם num
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var num;
num = 10%3;
num = 1;
num = 3;
num = 2;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var num;
num = 11 % 2;
if (num==0) {
document.write("even"); }
else {
document.write("odd"); }
הקוד יכתוב לדף >> even
הקוד יכתוב לדף >> odd
אין תשובה נכונה
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var num;
num = 30;
num = num + 3;
if (num==32) {
document.write("equal to 32"); }
else {
document.write("not equal to 32"); }
הקוד יכתוב לדף >> equal to 32
הקוד יכתוב לדף >> not equal to 32
אין תשובה נכונה
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
var num;
num = prompt("please eneter number");
כמה תשובות נכונות
קליטת ערך ע"י המשתמש לתוך המשתנה num
קליטת ערך לתוך משתנה בשם prompt
יופיע חלון שאליו נכניס ערך רצוי
בחלון שיקפוץ תופיע ההנחייה >> please enter number
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Variables

Quiz
•
7th - 12th Grade
12 questions
Functions With Return Values U1M2 Python

Quiz
•
9th - 12th Grade
15 questions
Diagramas de Flujo 2

Quiz
•
5th Grade - University
15 questions
Code.org Unit 5 Lesson 15 Assessment

Quiz
•
9th - 12th Grade
16 questions
Code.org CSP Unit 4 Review

Quiz
•
9th - 12th Grade
15 questions
Python Quiz

Quiz
•
9th - 12th Grade
17 questions
Cumulative Test Practice Units 1, 3, 4, 5, & 7

Quiz
•
9th - 12th Grade
14 questions
AP CSP 3.1, 3.3-3.8 Test 1 Review

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade