Calculator Project

Calculator Project

3rd - 4th Grade

5 Qs

quiz-placeholder

Similar activities

Pierwszy quiz kl. 4-6, Strony internetowe sem.2

Pierwszy quiz kl. 4-6, Strony internetowe sem.2

4th - 6th Grade

10 Qs

KIỂM TRA THƯỜNG XUYÊN - HỌC KÌ 1 - TIN 8

KIỂM TRA THƯỜNG XUYÊN - HỌC KÌ 1 - TIN 8

1st - 10th Grade

10 Qs

Python Quiz 🐍

Python Quiz 🐍

2nd - 8th Grade

10 Qs

แบบทดสอบก่อนเรียน ว23201 วิชาการเขียนโปรแกรมภาษาซี

แบบทดสอบก่อนเรียน ว23201 วิชาการเขียนโปรแกรมภาษาซี

1st - 12th Grade

10 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

ZIT ANLAMLI KELİMELER

ZIT ANLAMLI KELİMELER

1st - 3rd Grade

10 Qs

Python Final Assessment

Python Final Assessment

4th - 12th Grade

10 Qs

Python quiz

Python quiz

KG - Professional Development

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();