Creating Functions

Creating Functions

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Introduction AppSheet

Introduction AppSheet

12th Grade

10 Qs

Variables and Functions

Variables and Functions

KG - University

10 Qs

Week 4: Aplikasi Google Basic (2)

Week 4: Aplikasi Google Basic (2)

1st Grade - University

10 Qs

PC1.8 Evaluate computer program

PC1.8 Evaluate computer program

9th Grade

10 Qs

Computer System

Computer System

8th - 9th Grade

10 Qs

Interstate Competition

Interstate Competition

7th - 10th Grade

11 Qs

KISI KISI

KISI KISI

10th Grade

10 Qs

Data Type- XI

Data Type- XI

11th Grade

10 Qs

Creating Functions

Creating Functions

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Bruce Darkis

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

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

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not the proper naming convention for a function

HelloWorld()
helloWorld()
drawCircle()
none of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the proper structure naming a function:
myFunction{
 //code goes here
}

True
False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TurnAround is a proper way of naming a function

True
False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Functions can help you create more precise code

True
False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a true statement about functions?

Functions are reusable programming abstractions.
Functions help reduce the complexity of writing and maintaining programs.
Functions cannot make calls to other functions written by the same programmer.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Programmers have functions because:
Enables programmers to write code in larger, more logical chunks.
Enable programmers to focus on what something does rather than how it does it.
Streamlines code into shorter, but more readable (understandable) sequences.
Enables programmers to reuse code segments.

True 
False