Home
Subjects
Textbook solutions
Create
Study sets, textbooks, questions
Log in
Sign up
Upgrade to remove ads
Only $35.99/year
IBCA
STUDY
Flashcards
Learn
Write
Spell
Test
PLAY
Match
Gravity
Test out 8.3.18
Terms in this set (10)
On a flowchart, which of the following represents a decision?
Diamond
Which of the following BEST describes a flowchart?
It is a visual representation of the logic in a program.
What is the term for code that keeps running as long as a certain condition is met?
while loop
You are working on a program that needs to keep track of many values at the same time. Which of the following would you use?
an array
After running the following pseudocode, what will the value of VARIABLE be?
Set value of VARIABLE to 5
Increase the value of VARIABLE by 3
If the value of VARIABLE is odd, increase its value by 1
If the value of VARIABLE is even, increase its value by 1
If the value of VARIABLE is odd, increase its value by 1
10
Which of the following flow chart concepts is depicted below?
sequence
A user is shopping online and has added two items to the cart. When the user clicks the Checkout button, the shopping cart programming logic checks to see if the user is logged in already. If the user is logged in, the checkout process continues, otherwise, the user is prompted to sign in. Which of the following describes the logical component being used?
branching
Diana, a developer, needs to program a logic component that will allow the user to enter a series of values. Which of the following would BEST provide that functionality?
looping
Jessica, a programmer, has created specific statements, including conditional loops to accomplish a task. What has she created?
Algorithm
Which of the following logic components is being used and how much is the interest if the amount is 5,000? (Select two.)
IF amount < 5,000 THEN interest = 7%, ELSE interest = 8%.
branching and 8%
Sets with similar terms
Chapter 2 Checkpoints: Starting Out with Python, 2…
21 terms
Intro to Java Programming
100 terms
Intro to Java Programming
100 terms
Python Checkpoint Chapter 2
21 terms
Other sets by this creator
IBCA
30 terms
IBCA
10 terms
IBCA
10 terms
IBCA
10 terms
Verified questions
COMPUTER SCIENCE
What does the phrase “garbage in, garbage out” mean?
COMPUTER SCIENCE
Write a method called sumRange that accepts two integer parameters that represent a range such as 50 to 75. Issue an error message and return zero if the second parameter is less than the first. Otherwise, the method should return the sum of the integers in that range (inclusive).
COMPUTER SCIENCE
Write a program that lets the user enter the total rainfall for each of 12 months into an array of doubles. The program should calculate and display the total rainfall for the year, the average monthly rainfall, and the months with the highest and lowest amounts. Input Validation: Do not accept negative numbers for monthly rainfall figures.
COMPUTER SCIENCE
T F If data are sorted in descending order, it means they are ordered from lowest value to highest value.
Other Quizlet sets
science & stewardship test 3
37 terms
ch 18: urinary pt.4
51 terms
Erdoğan fordert dauerhafte Zwei-Staaten-…
11 terms
Related questions
QUESTION
Which line runs the prt program and stores its output in a new file named x.data?
QUESTION
During program development, software requirements specify what?
QUESTION
To gauge effectiveness and create profiles, you want to run a report that includes data on ALL of your web visitors. What will help you do that?
QUESTION
what can algorithms create when combined?