Calculator Project

Calculator Project

3rd - 4th Grade

5 Qs

quiz-placeholder

Similar activities

POINTER IN C++

POINTER IN C++

3rd - 5th Grade

7 Qs

Python Basics !!!!!!!!!!!!!

Python Basics !!!!!!!!!!!!!

3rd - 8th Grade

6 Qs

Learn to Code: Swift Playgrounds

Learn to Code: Swift Playgrounds

3rd - 6th Grade

10 Qs

Информатика 9 класс Одномерный массив

Информатика 9 класс Одномерный массив

1st - 3rd Grade

10 Qs

Repaso Javascript

Repaso Javascript

1st - 3rd Grade

10 Qs

FUNCTION ASK FORM 3

FUNCTION ASK FORM 3

3rd Grade

10 Qs

Excel avance 3

Excel avance 3

1st - 10th Grade

10 Qs

Subroutine

Subroutine

KG - 12th Grade

10 Qs

Calculator Project

Calculator Project

Assessment

Quiz

Computers, Education, Special Education

3rd - 4th Grade

Medium

Created by

Sumaitha Farzeen

Used 19+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many phases does a function have?

1

2

3

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create a function in JavaScript?

var and let

var

let

function

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Find the name of the function from the given code.

var num1= 12;

var num2= 6;

function myFunc(num1, num2){

return(num1*num2);

}

num1

num2

function

myFunc

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tell whether the statement is correct or not.

It is a must to have parameters while creating a function.

True

False

Maybe

Correct

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which syntax is used to display the result to the user or the player?

console.log();

console.send();

Bot.log();

Bot.send();

Discover more resources for Computers