subject

In this activity, you'll decide how a computer (in this case, a smartphone)
can use different types of information to solve a problem. You'll need to
figure out which inputs the computer should use to get the necessary
information, and whether or not the information should be stored for later.
Next, you'll decide how the information should be processed, using sorting,
matching, or counting, and use that method to find what the computer
should output. Once you've figured out how the app should work, you'll
have a chance to think of some improvements.
VNN
Ring Silencer App
Define
This app solves the problem of the user's phone ringing in class. It figures out when the phone is at a school and turns
off the ringer. It turns the ringer back on when the user leaves school.
What type of output should the app produce?
uce?
The output would be the mute function in the settings.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 21:00
Uget brainliest if accurate mary has been given the responsibility of hiring a person for the position of a software testing officer. which management function would mary achieve this responsibility?
Answers: 1
question
Computers and Technology, 24.06.2019 08:10
Where are american poets found in the dewey decimal system
Answers: 1
question
Computers and Technology, 24.06.2019 09:50
Create a string list. 2. use console.readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value.tochararray(); if (array.length > = 1) { if (char.islower(array[0])) { array[0] = char.toupper(array[0]); } } for (int i = 1; i < array.length; i++) { if (array[i - 1] == ' ') { if (char.islower(array[i])) { array[i] = char.toupper(array[i]); } } } return new string(array);
Answers: 3
question
Computers and Technology, 24.06.2019 17:00
What are some examples of what can be changed through options available in the font dialog box? check all that apply. font family italicizing bolding pasting drop shadow cutting character spacing special symbols
Answers: 2
You know the right answer?
In this activity, you'll decide how a computer (in this case, a smartphone)
can use different...
Questions
question
Mathematics, 03.02.2020 15:05