1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
mario62 [17]
3 years ago
8

At the monthly product meeting, one of the Product Owners proposes an idea to address an immediate shortcoming of the product sy

stem: storing a copy of the customer price schedule in the customer record in the database. You know that you can store large text or binary objects in DynamoDB. You give a tentative OK to do a Minimal Viable Product test, but stipulate that it must comply with the size limitation on the Attribute Name & Value. Which is the correct limitation?
A. The combined Value and Name combined must not exceed 500 KB.
B. The combined Value and Name combined must not exceed 400 KB.
C. The combined Value and Name combined must not exceed 255 KB.
D. The Name must not exceed 64 KB and the Value must not exceed 255 KB.
E. The Name must not exceed 64 KB and the Value must not exceed 400 KB.
Computers and Technology
1 answer:
liberstina [14]3 years ago
8 0

Answer:

Option B.

Explanation:

One of the Brand Owner suggests a suggestion at the monthly brand conference to fix an apparent weakness of the company system: to retain a copy of the consumer cost plan in the consumer records in the database. The user knows, in DynamoDB they can deal with large documents or binary objects.

Then, the user offers a conditional OK to do a Minimal Viable Product check but stipulates that even the size cap on both the Name & Value attribute must be respected. The combined value and name should not exceed 400 KB, therefore, it is the appropriate limit.

You might be interested in
Ive atleast 10 examples of FAKE anti-virus and anti- spyware software
nata0808 [166]

Answer:

Explanation:

protegent

spysheriff

doctor antivirus

winwebsec

spybouncer

thespybot

malwarealarm

macsweeper

spywarestop

spylocked

7 0
3 years ago
Assume that word is a variable of type string that has been assigned a value. Write an expression whose value is a string consis
Helga [31]

Answer:

Explanation:

The language I use would do it as

h1$ = copy(h$,1,3)

This may not satisfy you, because your language could be quite different. You might want an input statement of some kind that would define h$. This assumes that somewhere h,h1 are declared as  strings.

You also have to know how to read an input. My language uses readln(input,h)

and how to write it on the screen write(h1) or writeln(h1)

6 0
3 years ago
The Gas-N-Clean Service Station sells gasoline and has a car wash. Fees for the car wash are $1.25 with a gasoline purchase of $
Xelga [282]

Answer:

import java.util.Scanner;

public class Main

{

public static void main(String[] args) {

              //print the header

              System.out.println("**************************************");

              System.out.println("*                                    *");

              System.out.println("*                                    *");

              System.out.println("*   Gas-N-Clean Service Station      *");

              System.out.println("*                                    *");

              System.out.println("*   March 2, 2004                    *");

              System.out.println("*                                    *");

              System.out.println("**************************************");

 

               //set the constant values for gasoline

               final double REGULAR_GASOLINE = 2.89;

               final double PLUS_GASOLINE = 3.09;

               final double SUPER_GASOLINE = 3.39;

 

              // initialize the variables as 0

              double gasolinePrice = 0, gasolineCost = 0, carWashCost = 0, totalCost = 0;

 

               Scanner input = new Scanner(System.in);

 

               //ask the user to enter the gallons, gas type and car wash choice

               System.out.print("Enter number of gallons ");

               double gasolinePurchase = input.nextDouble();

               System.out.print("Enter gas type (R, P, S, or N) ");

               char gasType = input.next().charAt(0);

               System.out.print("Enter Y or N for car wash ");

               char carWashChoice = input.next().charAt(0);

               //check the gas type. Depending on the choice set the gasolinePrice from the corresponding constant value

              if(gasType == 'R')

                  gasolinePrice = REGULAR_GASOLINE;

              else if(gasType == 'P')

                  gasolinePrice = PLUS_GASOLINE;

              else if(gasType == 'S')

                  gasolinePrice = SUPER_GASOLINE;

 

                //calculate the gasolineCost

                gasolineCost = gasolinePurchase * gasolinePrice;

 

               //check the carWashChoice. If it is yes and gasolineCost is greater than 10, set the carWashCost as 1.25. Otherwise, set the carWashCost as 3.00

               if(carWashChoice == 'Y'){    

                   if(gasolineCost >= 10)

                       carWashCost = 1.25;

                   else

                       carWashCost = 3.00;

               }

              //calculate the total cost, add gasolineCost and carWashCost

              totalCost = gasolineCost + carWashCost;

 

               //print the values in required format

              System.out.println("Amount Gasoline purchases " + gasolinePurchase);

              System.out.println("Gallons Price per gallons $ " + gasolinePrice);

              System.out.printf("Total gasoline cost $ %.2f\n", gasolineCost);

              System.out.println("Car wash cost $ " + carWashCost);

              System.out.printf("Total due $ %.2f\n", totalCost);

               System.out.println("Thank you for stopping\nPlease come again \nRemember to buckle up and drive safely");

}  

}

Explanation:

*The code is in Java.

Please see the comments in the code for explanation

4 0
2 years ago
Write an algorithm that will read a number (N). Calculate and display all numbers divisible by 5 from 1 to N.
DiKsa [7]

Answer:

Write an algorithm that will read a number (N). Calculate and display all numbers divisible by 5 from 1 to N. Answer (Algorithm) Start Declare integer variables ...

Explanation:

3 0
2 years ago
What are the 2 types of Digital Imagery?
Darina [25.2K]

Answer:

vector or raster

Explanation:

7 0
3 years ago
Other questions:
  • Given a typical magnetic hard drive with five platters, answer the following:
    5·1 answer
  • How many different bit strings are there of length 6 that contain the string 0000?
    9·1 answer
  • Assume that name has been declared suitably for storing names (like "Amy" , "Fritz" and "Moustafa") Write some code that reads a
    13·1 answer
  • Which of the following are screen objects used to maintain, view, and print data from a database
    9·1 answer
  • Implement the RC4 stream cipher in C . User should be able to enter any key that is 5 bytes to 32 bytes long. Be sure to discard
    15·1 answer
  • DNA structure can be described as a twisted ladder. Imagine you are climbing a model of DNA, just as if you were climbing a ladd
    10·2 answers
  • Java-Script Concept quiz:
    6·1 answer
  • Certain files, such as the ____ and Security log in Windows, might lose essential network activity records if power is terminate
    9·1 answer
  • A feature of ms word that saves the document automatically after certain interval is available on​
    9·1 answer
  • A teacher assigns the class a project where they will create an overlay so that when they go on a field trip, old photos will po
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!