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
morpeh [17]
3 years ago
7

Integrated circuits are made up of _____ that carry the electrical current.

Computers and Technology
1 answer:
USPshnik [31]3 years ago
8 0
Conductors is the answer
You might be interested in
A spreadsheet is an example of a(n):
zhenek [66]

Answer:

general-purpose application

Explanation:

General purpose application

1. These are software applications which can be used for multiple purposes.

2. These applications perform various tasks as per the need of the user. These tasks can vary in complexity and may or may not be related to each other.

3. These applications are useful for almost all categories of users.

Example include spreadsheets which is a primary application for accounting purpose. It can also be used for to store numerical data or other data in an organized format.

Another use of spreadsheets is visible in data analysis. Graphs and charts can be created based on the given numerical data stored in the spreadsheet. This helps in business growth.

Microsoft Excel and Apple Numbers are spreadsheet applications.

Another example is a word application that can be used to prepare document, reports, and flyers also. Microsoft word is a word processor.

Specialized program

1. These are software applications which can be used for special purpose only.

2. These applications can perform only the task for which it is created.

Examples include windows media player. This application can only run media (audio or video) programs.

System application

1. These include operating system and utility applications.

2. The operating system acts as an interface between the user and the hardware resources of the computer.

For example, Windows is an operating system. It is available in various versions.

3. The computer system and its resources, both software and hardware, are maintained and optimized using utility applications.

Anti-virus is an example of utility applications. It protects the computer resources from virus.

Utility applications

4. The computer system and its resources, both software and hardware, are maintained and optimized using utility applications.

5. These applications are mandatory to smooth functioning of a computer.

For example, disk driver, file manager and back up applications help in managing disks and aid in taking back ups and file management is done by file manager

8 0
3 years ago
What problems can arise if the client, developer, and user are the same person? How can these problems be solved?
Aloiza [94]

Answer:

1 - if all three are the same person then possibility of verifying the software or its scope for the general public will remain unknown

2 - it will not return any profit when all are the same person thus it will remain in one isolated environment

3 - it cannot be used by the masses if all three people are the same person

Explanation:

while building any software system it needs three sets of people who are an important part of this development chain. They are the client, developer, and user. if suppose all three are the same person while developing any software then some problems are occurring and that are mentioned below

1 - if all three are the same person then possibility of verifying the software or its scope for the general public will remain unknown

2 - it will not return any profit when all are the same person thus it will remain in one isolated environment

3 - it cannot be used by the masses if all three people are the same person

the one thing that needs to be done for removing all these problems is to assigned different people for different phases. so that the developer can validate the scope of software in the market.

5 0
3 years ago
Every program that is created will have a starting point called ___________and is the beginning of execution.
pashok25 [27]

Answer:

Compute I think

Explanation:

I'm not 100% sure

4 0
3 years ago
A retail score grants its customers a maximum amount of 1:rcdit. Each customer's available credit is his or her maximum amount o
GuDViN [60]

Answer:

Pseudocode algorithm:

Start

Declare variables maxCredit, usedCredit and availableCredit

PRINT "Enter the customer's maximum amount of credit"

READ maxCredit

PRINT "Enter the amount of credit the customer has used "

READ usedCredit

COMPUTE availableCredit = maxCredit - usedCredit

PRINT availableCredit

End

The above psedudcode can also be written as

Declare variables maxCredit and usedCredit

Display"Enter the customer's maximum amount of credit"

READ maxCredit

Display"Enter the amount of credit the customer has used "

READ usedCredit

COMPUTE availableCredit = maxCredit - usedCredit

Display availableCredit

Explanation:

The above pseudocode algorithm first declares two variables maxCredit and usedCredit.

Then in order to take customer's maximum amount from user it displays a message "Enter the customer's maximum amount of credit". Then it reads the value of maxCredit entered by the user.

Then in order to take value of amount of credit used from user, it displays a message "Enter the amount of credit the customer has used ". Then it reads the value of usedCredit entered by the user.

This is the requirement of the question. I have written the further part of algorithm to compute the available credit. The available credit is computed by subtracting maximum amount of credit and the amount of credit used i.e. availableCredit = maxCredit - usedCredit.

At the end the result of this subtraction is stored in availableCredit and value of availableCredit is displayed using PRINT availableCredit.

The corresponding C++ program of the above pseudocode algorithm is as following:

#include <iostream>  //to use input output functions

using namespace std;   // to identify objects like cin cout

int main()  {  // start of main() function body

double maxCredit, usedCredit, availableCredit;   // declare variables

//prompts user to enter the value of  maximum credit

cout << "Enter the customer's maximum amount of credit: ";

cin >> maxCredit;  //reads the value of maximum credit from user

//prompts user to enter used credit

cout << "Enter the amount of credit used by the customer: ";

cin >> usedCredit;  //reads the used credit value from user

availableCredit = maxCredit - usedCredit;  //computes available credit

cout << "The customer's available credit is: ";  //displays this message

cout << availableCredit; } //displays the value of computed available credit

//The output is attached in screenshot

4 0
3 years ago
Write an algorithm to print the minimum and maximum of an integer array. Your need to pass the array as a parameter. Since we ca
sammy [17]

Answer:

See explaination

Explanation:

MinMax.java

import java.util.*;

public class MinMax

{

static void MinMax(int[] arr)

{

int Min=arr[0]; // initializinf min and max with 1st value of array

int Max=arr[0];

for(int i=0;i<arr.length;i++) // iterating loop only once

{

if(arr[i]>Max) // checking max value

{

Max=arr[i];

}

if(arr[i]<Min) // checking min value

{

Min=arr[i];

}

}

System.out.println("Min Number is "+Min); //printing min value

System.out.println("Max Number is "+Max); //printing max value

}

public static void main(String[] args) {

Scanner sc = new Scanner(System.in);

System.out.print("Enter N value: "); // taking n value

int n=sc.nextInt();

int[] arr=new int[n];

System.out.println("Enter N elements:"); // taking n elements into array

for(int i=0;i<n;i++)

{

arr[i]=sc.nextInt(); // each element into the array

}

MinMax(arr); // calling MinMax() method.

}

}

4 0
3 years ago
Other questions:
  • Which of the following is least likely checked by the comprehensive component monitor?
    7·1 answer
  • The it department is reporting that a company web server is receiving an abnormally high number of web page requests from differ
    13·1 answer
  • Scientific models can be used for a variety of different purposes. Which of the following statements about scientific models is
    7·2 answers
  • Which of the following is the largest unit of information?
    15·2 answers
  • A radiologist’s computer monitor has higher resolution than most computer screens. Resolution refers to the:______
    15·1 answer
  • You install a new driver, but your device still doesn't work. What is the first thing you should do?
    14·1 answer
  • 30 points
    7·1 answer
  • What are some things that games were historically used for?
    7·1 answer
  • Write features of Fifth Generation of computer?​
    12·2 answers
  • Body positioning is an example of what type of communication?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!