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
soldier1979 [14.2K]
3 years ago
10

Which of the following is the fastest computer processing speed?

Computers and Technology
1 answer:
vodomira [7]3 years ago
6 0
Answer: Gigahertz

Explanation: One megahertz is equal to one million cycles per second, while one gigahertz equals one billion cycles per second.

This means a 1.8 GHz processor has twice the clock speed of a 900 MHz processor.
You might be interested in
Why do we need to shutdown our computer unit before we clean and disassemble?
Len [333]
Silly question! Of course you have to shutdown because you can ruin some components. Also you can block the CPU fan, CPU is very hot like the computer internals.
3 0
4 years ago
In order to move data from an unsecure WAN to a secure LAN, you typically begin by segmenting a piece of your LAN into a _______
vagabundo [1.1K]

Answer:

Demilitarized Zone - DMZ -

Explanation:

A Demilitarized Zone - DMZ - is a subzone or also known as a "screened sub network". This is a physical or logical subnet in charge of  detaching the Local Area Network from other potentially risky and untrusted networks. In such a case, the location for external-facing networks and resources is the DMZ. The main purpose of DMZ is to protect the internal LAN from external access, so restrictions are set for cybercriminals or unauthorized personnel and they are not able to access any data via Internet.

7 0
3 years ago
The binary search algorithm:
iogann1982 [59]

Answer:

(B) will cut the portion of the array being searched in half each time the loop fails to locate the search value.

Explanation:

The binary search algorithm is a divide and conquer algorithm.It each divides the array in half when it is unsuccessful in finding the answer.It is more efficient than sequential search algorithm.The pre-requisite for binary search to implement is the array should be sorted either in increasing or decreasing order.You can code for array sorted in increasing and decreasing order.

4 0
3 years ago
How might a technology company like Apple ensure that it behaves in a socially responsible way toward its employees?
sammy [17]

Answer:

The technology company will be socially responsible "when the company ensures that pay practices are fair at all levels of the employee of the company".

Explanation:

  • Any employees need money for their work. So in the IT industry when the employee gets a good income for his work, then he does any work easily and there is no tension which is taken by the employee of the company related to their futures.
  • But when they can not get a good income from the company then they search for the job in other organizations which give them a good salary.
  • The above question asked about the method by which the organization can be socially involved. The method is to ensure that the employee of the organization is getting a good income or not.
8 0
4 years ago
In this lab you will write a program that simulates a mouse in a maze. The maze will have one exit location. The mouse will star
sergij07 [2.7K]

Answer:

/* C/C++ program to solve Rat in a Maze problem using  

backtracking */

#include <stdio.h>  

// Maze size  

#define N 4  

bool solveMazeUtil(int maze[N][N], int x, int y, int sol[N][N]);  

/* A utility function to print solution matrix sol[N][N] */

void printSolution(int sol[N][N])  

{  

for (int i = 0; i < N; i++) {  

 for (int j = 0; j < N; j++)  

  printf(" %d ", sol[i][j]);  

 printf("\n");  

}  

}  

/* A utility function to check if x, y is valid index for N*N maze */

bool isSafe(int maze[N][N], int x, int y)  

{  

// if (x, y outside maze) return false  

if (x >= 0 && x < N && y >= 0 && y < N && maze[x][y] == 1)  

 return true;  

return false;  

}  

/* This function solves the Maze problem using Backtracking. It mainly  

uses solveMazeUtil() to solve the problem. It returns false if no  

path is possible, otherwise return true and prints the path in the  

form of 1s. Please note that there may be more than one solutions,  

this function prints one of the feasible solutions.*/

bool solveMaze(int maze[N][N])  

{  

int sol[N][N] = { { 0, 0, 0, 0 },  

    { 0, 0, 0, 0 },  

    { 0, 0, 0, 0 },  

    { 0, 0, 0, 0 } };  

if (solveMazeUtil(maze, 0, 0, sol) == false) {  

 printf("Solution doesn't exist");  

 return false;  

}  

printSolution(sol);  

return true;  

}  

/* A recursive utility function to solve Maze problem */

bool solveMazeUtil(int maze[N][N], int x, int y, int sol[N][N])  

{  

// if (x, y is goal) return true  

if (x == N - 1 && y == N - 1) {  

 sol[x][y] = 1;  

 return true;  

}  

// Check if maze[x][y] is valid  

if (isSafe(maze, x, y) == true) {  

 // mark x, y as part of solution path  

 sol[x][y] = 1;  

 /* Move forward in x direction */

 if (solveMazeUtil(maze, x + 1, y, sol) == true)  

  return true;  

 /* If moving in x direction doesn't give solution then  

 Move down in y direction */

 if (solveMazeUtil(maze, x, y + 1, sol) == true)  

  return true;  

 /* If none of the above movements work then BACKTRACK:  

  unmark x, y as part of solution path */

 sol[x][y] = 0;  

 return false;  

}  

return false;  

}  

// driver program to test above function  

int main()  

{  

int maze[N][N] = { { 1, 0, 0, 0 },  

    { 1, 1, 0, 1 },  

    { 0, 1, 0, 0 },  

    { 1, 1, 1, 1 } };  

solveMaze(maze);  

return 0;  

}  

3 0
3 years ago
Other questions:
  • A certain social media Web site allows users to post messages and to comment on other messages that have been posted. When a use
    10·1 answer
  • which resource do programmers sometimes have to refer to and use during planning the logical steps of the solution
    15·2 answers
  • You maintain an RODC running Windows Server 2012 R2 at a branch office, and you want Juanita, who has solid computer knowledge,
    13·1 answer
  • Travis sends Suri what purports to be a link to an e-birthday card, but when she clicks on the link, software is downloaded to h
    11·1 answer
  • An example of negative self-talk is:
    13·2 answers
  • What type of Microsoft Server serves as an email server?
    7·2 answers
  • Can you log into your account with another phone​
    5·2 answers
  • The Program Manager just received approval of his proposed acquisition strategy with one exception: he has been directed to make
    7·1 answer
  • Complete the code.
    12·2 answers
  • Readable code
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!