Sync and Async Function

Sync and Async Function

3rd - 4th Grade

5 Qs

quiz-placeholder

Similar activities

Assessments code 1

Assessments code 1

1st Grade - University

6 Qs

Grade2 Revision Stream

Grade2 Revision Stream

4th Grade - University

8 Qs

Sage Code Course E #3

Sage Code Course E #3

3rd - 5th Grade

10 Qs

11/9 Class

11/9 Class

KG - 12th Grade

8 Qs

Hari 3 Meli Karmelia Kuis Coding & Perkenalan AI

Hari 3 Meli Karmelia Kuis Coding & Perkenalan AI

4th - 9th Grade

10 Qs

Main memory

Main memory

1st - 3rd Grade

10 Qs

Keyboard and mouse

Keyboard and mouse

1st - 3rd Grade

10 Qs

text structure

text structure

1st Grade - University

8 Qs

Sync and Async Function

Sync and Async Function

Assessment

Quiz

Computers, Education, Special Education

3rd - 4th Grade

Medium

Created by

Sumaitha Farzeen

Used 25+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function do we use if we want to execute code after time delay?

timeDelay()

setTime()

setTimeout()

timeOut()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use the callback function?

To call the function

To call the function when we have to wait for the result.

To call the function result

To wait for the function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code runs in a sequence?

Sequence

Inorder

Synchronous

Asynchronous

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code doesn't runs in a sequence?

Sequence

Inorder

Synchronous

Asynchronous

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many parameters does the setTimeout() function have?

1

2

3

4