Week 8

Week 8

12th Grade

13 Qs

quiz-placeholder

Similar activities

Arrays Unit 6 Computer Science

Arrays Unit 6 Computer Science

10th - 12th Grade

14 Qs

AP CSA Java Arrays

AP CSA Java Arrays

10th - 12th Grade

14 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

Unit 6 Computer Science Arrays

Unit 6 Computer Science Arrays

10th - 12th Grade

14 Qs

Loops

Loops

9th - 12th Grade

12 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

Arrays Unit 6 AP CSA

Arrays Unit 6 AP CSA

10th - 12th Grade

14 Qs

Codehs Unit 6

Codehs Unit 6

10th - 12th Grade

14 Qs

Week 8

Week 8

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Rafael Araujo

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

They are used to perform certain actions, they are also known as functions

Algorithms

Parameters

Methods

Variables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use methods?

In order to create programs

To reuse code

In order to work in a methodological way

To use variables

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It means that means that the method belongs to the Main class and is not accessible by other classes

Public

Static

Void

Int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times can a method be called?

0

1

2

As many times as needed

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The information that can be passed to methods are called ...

Scanners

Strings

Integers

Parameters

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The keyword used to indicate that the method should not return a value is called...

int

parameter

void

public

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is an example of a method that returns an integer

static int plusFive(int x)

static void plusFive(int x)

static double plusFive(int x)

static integer plusFive(int x)v

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?