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
Ostrovityanka [42]
3 years ago
14

A user launches an application on an Android device. Once the software loads, the user reports that when turning the tablet to w

ork the application in landscape mode, the software does not automatically adjust to landscape mode. Which of the following is the cause of the issue?
(A) The auto-adjust setting is not enabled in the operating system.
(B) The tablet is running low on power and disabled landscape mode.
(C) The application was not developed to react to changes to the gyroscope.
(D) The user did not switch the tablet to landscape mode.
Computers and Technology
1 answer:
gtnhenbr [62]3 years ago
8 0

Answer:

The correct answer to the following question will be Option C (The application was not developed to react to changes to the gyroscope).

Explanation:

  • Most of the android devices are enabled with the sensors. Gyroscope is one of them, it rotates the screen accordingly.
  • When the user launches an application on the tablet he or she turns the tablet but the screen doesn't rotate accordingly because the application or software is not enabled to rotate accordingly with the gyroscope. 
  • By measuring the rate of turn around one particular axis, the gyroscope maintains its level of effectiveness. When the rotations around an aircraft's roll axis are measured, an actual value is determined until the object stabilizes.
You might be interested in
Describe data center technology and its relevance to modern-day cloud computing
Semmy [17]

Answer and Explanation:

Data center has developed over some stretch of time with new innovations and structures showing up in this industry.  

It incorporates everything to back and maintain a major business in the network.  

It sends all the framework for machines which incorporates support for applications and the machines' security.  

In modern day computing it assumes a significant role as it enables organizations to put everything remotely for the client.  

With this innovation client can run different commands and can tests programs for a considerable length of time or months, any time as client as a rule signs in a remote machine and works.

It likewise enables organizations as it to keep everything on the cloud and there are less odds of assaults as everything is brought together.

6 0
3 years ago
Given that two int variables, total and amount, have been declared, write a sequence of statements that: initializes total to 0
artcher [175]

Answer:

Following are the program in C++ language :

#include <iostream> // header file

using namespace std; // using namespace

int main() // main method

{

   int amount,total=0; // two int variable declaration

   cout<<" enter amount:";

   cin>>amount; // read input amount first time

   total=total+amount; // first calculation

   cout<<" enter amount:";

   cin>>amount; //read input amount second time

   total=total+amount;// second calculation

   cout<<" enter amount:";

   cin>>amount;// read input amount third time

   total=total+amount;// third calculation

   cout<<"total:"<<total; // display total

  return 0;

}

Output:

enter amount:12

enter amount:12

enter amount:12

total:36

Explanation:

Following are the explanation of program which is mention above

  • Declared the two variable total and amount of int type .
  • Initialize the variable total to "0".
  • Read the 3 input in "amount" variable in one by one by using cin function and adding their value to the "total "variable .
  • Finally display the total.
6 0
3 years ago
On a piano, a key has a frequency, say f0. Each higher key (black or white) has a frequency of f0 * r^n, where n is the distance
Solnce55 [7]

Answer:

#include<iostream>

#include<cmath>

using namespace std;

int main()

{

float f0;

//Prompt user for input

cout<<"Enter Initial Key Frequency: ";

cin>>f0;

//Initialize number of keys

int numkey = 1;

//Print first key frequency

printf("%0.2f", f0);

cout<<" ";

while(numkey<=4)

{

 f0*= pow(2,(1.0/12.0));

 printf("%0.2f", f0);

 cout<<" ";

 numkey++;

}

return 0;  

}

Explanation:

Line 4 declares fo (the key frequency) as float

Line 6 prompts user for input

Line 7 accepts input

Line 9 initializes number of keys  to 1

Line 11 prints first key frequency  (the input from the user)

Line 12 - 18 is an iteration that calculates and print key frequencies

Line 14 calculates the next 4 key frequencies

Line 15 prints the corresponding key frequency

6 0
3 years ago
Design an application for Bob's E-Z Loans. The application accepts a client's loan amount and monthly payment amount. Output the
zmey [24]

Answer:

part (a).

The program in cpp is given below.

#include <stdio.h>

#include <iostream>

using namespace std;

int main()

{

   //variables to hold balance and monthly payment amounts

   double balance;

   double payment;

   //user enters balance and monthly payment amounts

   std::cout << "Welcome to Bob's E-Z Loans application!" << std::endl;

   std::cout << "Enter the balance amount: ";

   cin>>balance;

   std::cout << "Enter the monthly payment: ";

   cin>>payment;

   std::cout << "Loan balance: " <<" "<< "Monthly payment: "<< std::endl;

   //balance amount and monthly payment computed

   while(balance>0)

   {

       if(balance<payment)    

         { payment = balance;}

       else

       {  

           std::cout << balance <<"\t\t\t"<< payment << std::endl;

           balance = balance - payment;

       }

   }

   return 0;

}

part (b).

The modified program from part (a), is given below.

#include <stdio.h>

#include <iostream>

using namespace std;

int main()

{

   //variables to hold balance and monthly payment amounts

   double balance;

   double payment;

   double charge=0.01;

   //user enters balance and monthly payment amounts

   std::cout << "Welcome to Bob's E-Z Loans application!" << std::endl;

   std::cout << "Enter the balance amount: ";

   cin>>balance;

   std::cout << "Enter the monthly payment: ";

   cin>>payment;

   balance = balance +( balance*charge );

   std::cout << "Loan balance with 1% finance charge: " <<" "<< "Monthly payment: "<< std::endl;

   //balance amount and monthly payment computed

   while(balance>payment)

   {

           std::cout << balance <<"\t\t\t\t\t"<< payment << std::endl;

           balance = balance +( balance*charge );

           balance = balance - payment;

       }

   if(balance<payment)    

         { payment = balance;}          

   std::cout << balance <<"\t\t\t\t\t"<< payment << std::endl;

   return 0;

}

Explanation:

1. The variables to hold the loan balance and the monthly payment are declared as double.

2. The program asks the user to enter the loan balance and monthly payment respectively which are stored in the declared variables.  

3. Inside a while loop, the loan balance and monthly payment for each month is computed with and without finance charges in part (a) and part (b) respectively.

4. The computed values are displayed for each month till the loan balance becomes zero.

5. The output for both part (a) and part (b) are attached as images.

4 0
3 years ago
4. In a relational database, entities are defined by
Inessa [10]

Answer:

C. attributes

Explanation:

A relational database is a database system that stores information within its servers. It has rows and columns that contain the data stored in them and which can be accessed at any time with the right administrative privileges.

In a relational database, entities are defined by their attributes. This is because an entity is the data that needs to be stored so, the attribute specifies that information and gives its value.

3 0
3 years ago
Other questions:
  • Ill give Brainliest!!!!! I REALLYYY NEED HELP
    14·2 answers
  • On what basis can you categorize the generations of computers
    7·1 answer
  • Clep allows students to do all of thw following except which?
    9·2 answers
  • The final step of the DHCP Discovery process is known as...
    8·1 answer
  • Alright, don't judge me, this is a question that involves my Childhood game PvZ GW 2. So I noticed mods and stuff that get uploa
    12·2 answers
  • Which tcp/ip troubleshooting command should you use to determine whether a client and server are communicating with each other?
    7·1 answer
  • Write a program that reads in the following data, all entered on one line with at least one space separating them: a) an integer
    13·1 answer
  • Given the following snippet of code, answer the following two questions based on the code: typedef enum {Sun, Mon, Tue, Wed, Thu
    15·1 answer
  • Explain any two features of a computer​
    15·1 answer
  • How to run angular project from github.
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!