Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Problem 7-3.3 on page 232 INPUT number_on_hand INPUT number_on_hand INPUT number_on_hand, 10 INPUT name, age 1. QUESTION 2 Problem 7-3.5 on page 232 INPUT

1. Problem 7-3.3 on page 232 INPUT "number_on_hand" INPUT number_on_hand INPUT number_on_hand, 10 INPUT name, age 1. QUESTION 2 Problem 7-3.5 on page 232 INPUT car_manufacturer INPUT number_on_hand INPUT car_manufacturer, number_on_hand INPUT "Enter car manufacturer, number on hand:" QUESTION 3 1. Problem 7-3.9 on page 232. Which of these is an acceptable Data List? Taurus, 300 Taurus, "300" "Taurus", 300 "Taurus", "300" 1. QUESTION 4 Problem 7-3.13 on page 233 OUTPUT "The average is ", average OUTPUT "The average is ", "average" OUTPUT The average is, "average" OUTPUT The average is, average QUESTION 5 1. Problem 7-3.19 on page 233 (quotation marks do not appear in the output) age is the age of name age is the age of Bill 31 is the age of Bill 31 is the age of name QUESTION 6 1. Problem 7-3.23 on page 234 num1 = 44 num1 = 45 num1 =1 num1 = 34 1. = 34, num2 = 33, num2 = 33, num2 = 33, num2 QUESTION 7 Problem 7-3.27 on page 234 LET previous_age = age + 1 LET previous_age + 1 = age LET age = previous_age + 1 LET age + 1 = previous_age QUESTION 8 1. Problem 7-3.31 on page 236 IF count = 0 THEN LET count > 99 IF count > 99 THEN LET count = 0 IF count >= 99 THEN LET count < 0 IF count <= 99 THEN LET count = 0 1. QUESTION 9 Problem 7-3.37 on page 236, first part (written as a single-line statement) IF answer = "False" THEN LET x = 0 ELSE LET x <> 0 IF x = 0 THEN LET answer = "True" ELSE LET answer = "False" IF x < 0 THEN LET answer = "False" IF x = 0 THEN LET answer = "False" ELSE LET answer = "True" 1. QUESTION 10 Problem 7-3.41 on page 237 n 0 n 0 n 0 n 0 < = <= > QUESTION 11 1. Problem 7-4.3 on page 242 LET sum = value(0) LET sum = 0 LET 0 = sum either b or c 1. QUESTION 12 Problem 7-4.9 on page 244 Change the first statement to LET n = 0 Change the second statement to DO WHILE n < 10 Change the third statement to OUTPUT n -6 Change the fourth statement to LET n = n-6 QUESTION 13 1. Problem 7-4.17 on page 245. What would the second LET statement be changed to? LET n = n 3 LET n = n +3 LET n = -8 LET n = 10 QUESTION 14 1. Problem 7-4.23 on page 246. What would the first LET statement inside the DO WHILE loop be changed to? LET sum = sum * n LET sum = sum + (n * n) LET sum = sum + 5 LET sum = n * n 1. QUESTION 15 Problem 7-4.27 on page 249. Which of these DO WHILE statements would work? DO WHILE n > 0 DO WHILE n = 1 DO WHILE n <= 10 DO WHILE n > 10 This is from the book Computer Math(Customer edition for IVY TECH COMMUNITY COLLEGE CINS113) \f\f\f\f\f\f\f\f\f\f\f\f

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Combinatorial Dynamics And Entropy In Dimension One

Authors: Lluis Alseda, Jaume Llibre, Michal Misiurewicz

1st Edition

9810213441, 9789810213442

More Books

Students also viewed these Mathematics questions

Question

How to position ROOTS women winter wear in Canadian market

Answered: 1 week ago