JavaScript. Занятие 2

Quiz
•
Computers
•
8th Grade
•
Hard
iKODe Official
Used 49+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите правильное объявление переменной steps:
let steps = 6;
int steps = 6;
steps = prompt();
let number steps = 6;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что выведет в консоль следующая программа, если пользователь ввел числа 10 и 2:
let number1 = prompt("Введите число:");
let number2 = prompt("Введите число:");
console.log(number1+number2);
Ошибка
12
102
201
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая функция позволяет изменить тип переменной на числовой?
Int();
int();
number();
Number();
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какое сообщение увидит пользователь на экране после выполнения программы?
let message = "Привет";
alert(message + "друг!")
Привет
друг!
Привет друг!
Приветдруг!
Типы данных разные
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой парный тег в разметке html предназначен для написания кода на JavaScript?
<html></html>
<style></style>
<title></title>
<script></script>
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой тип данных у переменной month в данной программе?
let month;
month= prompt("Введите номер месяца");
Boolean
Float
String
Number
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой символ используют для нахождения остатка от деления?
%
/
//
?
Similar Resources on Wayground
10 questions
VIII_сам_раб_Pasc1

Quiz
•
8th Grade
12 questions
8 Объекты алгоритмов

Quiz
•
8th Grade
12 questions
HTML - Tags, elements, tables and images

Quiz
•
7th - 9th Grade
11 questions
C#. Знакомство с ООП и WindowsForms

Quiz
•
1st Grade - Professio...
11 questions
Year 7 HTML

Quiz
•
7th - 9th Grade
10 questions
Understanding HTML

Quiz
•
8th Grade
10 questions
HTML

Quiz
•
8th Grade
10 questions
Python

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade