Funkcje matematyczne w JavaScript

Funkcje matematyczne w JavaScript

10th Grade

5 Qs

quiz-placeholder

Similar activities

Kuis Minecraft

Kuis Minecraft

6th Grade - Professional Development

10 Qs

CMYK RGB

CMYK RGB

10th Grade

10 Qs

Kuis Hardware Komputer

Kuis Hardware Komputer

10th Grade

10 Qs

BlueJ

BlueJ

10th Grade

10 Qs

Kuis 3.2. Komputer dan Jaringan Dasar (2)

Kuis 3.2. Komputer dan Jaringan Dasar (2)

10th Grade

10 Qs

CSS 10 Pre-Test

CSS 10 Pre-Test

9th - 10th Grade

10 Qs

Kuis Informatika - Sistem Komputer | SMK Kelas 10

Kuis Informatika - Sistem Komputer | SMK Kelas 10

10th Grade

10 Qs

Quiz Komponen Komputer

Quiz Komponen Komputer

1st Grade - University

10 Qs

Funkcje matematyczne w JavaScript

Funkcje matematyczne w JavaScript

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Quizizz MTI

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakie funkcje służą do znajdowania największej i najmniejszej wartości w JavaScript?

Math.average()

Math.lowest()

Math.max() i Math.min()

Math.highest()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co zwraca funkcja Math.abs()?

Wartość kwadratową liczby.

Wartość bezwzględną liczby.

Wartość procentową liczby.

Wartość całkowitą liczby.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakie są podstawowe funkcje matematyczne dostępne w obiekcie Math?

Math.abs(), Math.sqrt(), Math.pow(), Math.sin(), Math.cos(), Math.tan(), Math.random()

Math.add()

Math.divide()

Math.log10()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jak można wygenerować liczbę losową w JavaScript?

Math.randomize()

Math.random()

Math.getRandomNumber()

Math.generateRandom()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakie funkcje służą do zaokrąglania liczb w JavaScript?

Math.abs()

Math.max()

Math.random()

Math.round(), Math.ceil(), Math.floor()