Analyze this problem:
The teller wants to compute the total price of every item. As a programmer, you will ask the teller to input the item code, unit price, and quantity. Compute and display the total price.
Question: How many inputs are there?
Removal - Part 1
Quiz
•
Computers
•
University
•
Hard
Janeth Ugang
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze this problem:
The teller wants to compute the total price of every item. As a programmer, you will ask the teller to input the item code, unit price, and quantity. Compute and display the total price.
Question: How many inputs are there?
1
2
3
4
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze this problem:
The teller wants to compute the total price of every item. As a programmer, you will ask the teller to input the item code, unit price, and quantity. Compute and display the total price.
Question: What is the formula in computing the total price?
totalPrice=unitPrice*quantity
totalPrice*=unitPrice*quantity
totalPrice=unitPrice+quantity
totalPrice+=unitPrice+quantity
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze this problem:
The teller wants to compute the total price of every item. As a programmer, you will ask the teller to input the item code, unit price, and quantity. Compute and display the total price.
Question: How many output(s) is/are there?
0
1
2
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze this problem:
The teller wants to compute the total price of every item. As a programmer, you will ask the teller to input the item code, unit price, and quantity. Compute and display the total price.
Question: Which of the following is an incorrect statement to input the quantity?
quantity=int(input("Quantity: "))
quantity=int(input("Qty: "))
quantity=int(input())
quantity=int(input("Enter quantity: ")
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze this problem:
The teller wants to compute the total price of every item. As a programmer, you will ask the teller to input the item code, unit price, and quantity. Compute and display the total price.
Question: Which of the following is an incorrect statement to display the total price?
print(totalPrice)
print("Total:", totalPrice)
print(Total = totalPrice)
print("totalPrice", totalPrice)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze this problem:
Input 100 persons ages and store them in an array. Count how many persons are young (age below 18), adult (age between 18 to 59), and senior citizens (age at least 60). Display the results.
Question: How many inputs are there?
3
4
99
100
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze this problem:
Input 100 persons ages and store them in an array. Count how many persons are young (age below 18), adult (age between 18 to 59), and senior citizens (age at least 60). Display the results.
Question: Which of the statements below will determine if the person is adult?
age > 18 || age < 60
age >= 18 || age < 60
age > 18 and age < 60
age >= 18 and age < 60
20 questions
LOLCODE Quiz
Quiz
•
University
20 questions
Fianal JAVA OOP
Quiz
•
University
20 questions
Introduction To Python
Quiz
•
University
16 questions
Arithmetic Types Declare Initialize Relation Logical Ops
Quiz
•
9th Grade - University
20 questions
AI BootCamp: 2024 Edition- Session 1
Quiz
•
University
20 questions
LOOKUP
Quiz
•
9th Grade - University
15 questions
Round 1 (Tech Utsav)
Quiz
•
University
24 questions
Javascript Basics
Quiz
•
7th Grade - University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade