Unit 9 - Review Stored Procedures vs Custom Functions

Unit 9 - Review Stored Procedures vs Custom Functions

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Основы программирования на Python

Основы программирования на Python

9th Grade

20 Qs

JS Variable Review

JS Variable Review

10th Grade

22 Qs

Python Functions Part3 Week11

Python Functions Part3 Week11

10th Grade

20 Qs

Atividade Se Liga sobre p5.js

Atividade Se Liga sobre p5.js

10th Grade

20 Qs

Python тілі бойынша тест

Python тілі бойынша тест

12th Grade

20 Qs

PHB TIK Kls XI - PowerPoint

PHB TIK Kls XI - PowerPoint

11th Grade

25 Qs

Dasar - dasar Komputer

Dasar - dasar Komputer

10th Grade

20 Qs

Subprograms and files

Subprograms and files

11th Grade

18 Qs

Unit 9 - Review Stored Procedures vs Custom Functions

Unit 9 - Review Stored Procedures vs Custom Functions

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jocelyn Hall

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many stored procedures are in this code?

0

1

2

3

Answer explanation

Media Image

The stored procedures are setup and draw.

Stored procedures NEVER need to be called.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many stored procedures are in this code?

0

1

2

3

Answer explanation

Media Image

The stored procedures are setup and mouseClicked.

Stored procedures NEVER need to be called.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many custom functions are in this code?

0

1

2

3

Answer explanation

Media Image

Custom function definition syntax is

var nameOfFunction () = {

};

*Remember

Custom functions NEED to be called.

Stored procedures NEVER need to be called.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many custom functions are in this code?

0

1

2

3

Answer explanation

Media Image

Custom function definition syntax is

var nameOfFunction () = {

};

*Remember

Custom functions NEED to be called.

Stored procedures NEVER need to be called.

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Identify ALL the stored procedures

setup

draw

drawSnow

drawCloud

Answer explanation

Media Image

*Remember

Custom functions NEED to be called.

Stored procedures NEVER need to be called.

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Identify ALL the custom functions

setup

draw

drawSnow

drawCloud

Answer explanation

Media Image

*Remember

Custom functions NEED to be called.

Stored procedures NEVER need to be called.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify ALL the custom functions

setup

mouseClicked

calcSize

drawCalculator

Answer explanation

Media Image

*Remember

Custom functions NEED to be called.

Stored procedures NEVER need to be called.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?