Quiz on Accumulators and Sentinel Values

Quiz on Accumulators and Sentinel Values

12th Grade

10 Qs

quiz-placeholder

Similar activities

Food Safety Quiz

Food Safety Quiz

9th - 12th Grade

10 Qs

Ch. 3 Servsafe Practice Quiz

Ch. 3 Servsafe Practice Quiz

9th - 12th Grade

15 Qs

Herbs and Spices Quiz

Herbs and Spices Quiz

12th Grade

15 Qs

Dairy Group Quiz

Dairy Group Quiz

9th - 12th Grade

10 Qs

Food Safari - Malaysia

Food Safari - Malaysia

12th Grade

15 Qs

Kitchen Brigade

Kitchen Brigade

9th - 12th Grade

8 Qs

Motivasi dalam Pengurusan Sumber Manusia

Motivasi dalam Pengurusan Sumber Manusia

10th Grade - University

10 Qs

Quiz on Accumulators and Sentinel Values

Quiz on Accumulators and Sentinel Values

Assessment

Quiz

Hospitality and Catering

12th Grade

Medium

Created by

Janet (SR)

Used 2+ times

FREE Resource

AI

Enhance your content

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

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A(n) _____ is a sum of numbers that accumulates with each iteration of a loop. The variable used to keep the running total is called a(n) _____.

gross; net

net; gross

accumulator; running total

earnings; balance

running total; accumulator

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) _____ value is a special value that cannot be mistaken as a member of the list, and signals that there are no more values to be entered. When the user enters the sentinel value, the loop terminates.

sentinel

bullseye

signal

sentry

sargent

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The logic for calculating a sum of numbers generally requires the accumulator variable to be set to _____ otherwise the total may not be correct when the loop finishes.

1

10

-1

2

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sentinel value is always included (summed) in the running total of an app that accumulates.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The best choice for a sentinel used in a program that sums the number of free throws made in an NBA playoff basketball game is 3 (assume Shaq is not playing).

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-1 is not an ideal choice for a sentinel used to sum the number of days it is hot in the Sahara desert.

True

False

7.

OPEN ENDED QUESTION

3 mins • 1 pt

Write a for loop that repeats four times, asking the user to enter a lottery ticket powerball number. Use the variable powerball in your code/response that stores the input value from keyboard.nextInt(). The loop should also calculate the sum of the value numbers entered (like the sum of 32 + 6 + 23 + 19). Assume all related code not provided prior to Scanner is valid.

Evaluate responses using AI:

OFF

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?