Answer:
B. x = 90
Explanation:
180 = 135 + yy = 4545 + 45 = 90the corner above 135 is 45 so the other side that isnt x is also 45, leaving a total of 90 degrees left, making x 90 degrees
x=90°
Is a system software that manages the hardware resources and provides services 5o the application software
Answer:
"Operating system" is the right response.
Explanation:
The key program collection on something like a computer device that maintains it interacts mostly with underlying hardware of that system is considered as an Operating system.Even without the need for an OS, every consumer isn't able to access either equipment, monitor as well as portable phone or devices.oml this question has 500+ thanks...HOW
Answer:
nice
Explanation:
:)
Answer:
cool congratulations
Which piece of evidence from the article MOST
appeals to the reader's sense of logic?
A
Many of you have seen teachers who read the
slides on the screen word-for-word, which is
dull and repetitive.
B.
In comparison, 38 percent of the impact comes
from what you say and 7 percent from the text
on each slide.
C
Green, for instance, is commonly associated
with the stoplight and the dollar bill, so you can
use the color to signify action or wealth.
D
Kawasaki, for example, thinks that an ideal
PowerPoint presentation should last no longer
than 20 minutes.
Answer:
A - Many of you have seen teachers who read the
slides on the screen word-for-word, which is
dull and repetitive.
Your _______ can help block inappropriate content online.
1. web browser
2. Password
Answer:
web browser.
Explanation:
yea let me go post my password to block content (sarcasm)
Recommend how could you integrate positive aspects of digital literacy into your own
practice of learning.
PLEASE HELP
Answer:
please give me brainlist and follow
Explanation:
7 Ways to Teach Digital Literacy
Emphasise the importance of critical thinking. ...
Use social media for learning and collaborating. ...
Provide guidance on how to avoid plagiarism. ...
Teach students to manage their online identity. ...
Help students manage digital distractions. ...
Provide authentic contexts for practice. ...
Guide students out of their comfort zone.
IS EVERYONE ASLEEP!!!!
where the smart people at
PLEASEEEEE HELPPPPPP
you can use the [nav] element to contain the major navigational blocks on the page, as well as links to such things as
a. privacy policy, terms, and conditions.
b. [div] elements
c. header and footer information
d. [article] and [section] elements
Answer:
a. privacy policy, terms, and conditions
Explanation:
The nav element usually includes links to other pages within the website. Common content that is found within a webpage footer includes copyright information, contact information, and page links
At what point of a project does a copy right take effect?
Creation
Publishing
Research
Brainstorming
For this exercise, you will complete the TicTacToe Board that we started in the 2D Arrays Lesson.
We will add a couple of methods to the TicTacToe class.
To track whose turn it is, we will use a counter turn. This is already declared as a private instance variable.
Create a getTurn method that returns the value of turn.
Other methods to implement:
printBoard()- This method should print the TicTacToe array onto the console. The board should include numbers that can help the user figure out which row and which column they are viewing at any given time. Sample output for this would be:
0 1 2
0 - - -
1 - - -
2 - - -
pickLocation(int row, int col)- This method returns a boolean value that determines if the spot a user picks to put their piece is valid. A valid space is one where the row and column are within the size of the board, and there are no X or O values currently present.
takeTurn(int row, int col)- This method adds an X or O to the array at position row,col depending on whose turn it is. If it’s an even turn, X should be added to the array, if it’s odd, O should be added. It also adds one to the value of turn.
checkWin()- This method returns a boolean that determines if a user has won the game. This method uses three methods to make that check:
checkCol- This checks if a player has three X or O values in a single column, and returns true if that’s the case.
checkRow - This checks if a player has three X or O values in a single row.
checkDiag - This checks if a player has three X or O values diagonally.
checkWin() only returns true if one of these three checks is true.
public class TicTacToeTester
{
public static void main(String[] args)
{
//This is to help you test your methods. Feel free to add code at the end to check
//to see if your checkWin method works!
TicTacToe game = new TicTacToe();
System.out.println("Initial Game Board:");
game.printBoard();
//Prints the first row of turns taken
for(int row = 0; row < 3; row++)
{
if(game.pickLocation(0, row))
{
game.takeTurn(0, row);
}
}
System.out.println("\nAfter three turns:");
game.printBoard();
}
}
public class TicTacToe
{
private int turn;
private String[][] board = new String[3][3];
public TicTacToe()
{
for(int i = 0; i < 3; i++)
{
for(int j = 0; j < 3; j++)
{
board[i][j] = "-";
}
}
}
//this method returns the current turn
public int getTurn()
{
return turn;
}
/*This method prints out the board array on to the console
*/
public void printBoard()
{
}
//This method returns true if space row, col is a valid space
public boolean pickLocation(int row, int col)
{
return true;
}
//This method places an X or O at location row,col based on the int turn
public void takeTurn(int row, int col)
{
}
//This method returns a boolean that returns true if a row has three X or O's in a row
public boolean checkRow()
{
return true;
}
//This method returns a boolean that returns true if a col has three X or O's
public boolean checkCol()
{
return true;
}
//This method returns a boolean that returns true if either diagonal has three X or O's
public boolean checkDiag()
{
return true;
}
//This method returns a boolean that checks if someone has won the game
public boolean checkWin()
{
return true;
}
}
Salim wants to add a device to a network that will send data from a computer to a printer. Which hardware component should he use?
A.
repeater
B.
modem
C.
switch
D.
bridge
Select all that apply. What two values do comparison operators return ?
how does one go about making a robot
Answer: huh I would like to play barbie
Explanation:
Which of the following cloud features is represented by leveraging remote monitoring and system tuning services?
Reliability
Performance
Utilization
Maintenance
Answer:
Reliability
Explanation:
An organization would like to determine which streams will carry certain levels of fertilizer runoff from nearby agricultural
areas.
Which specialized information system does this situation represent?
Superfund Information Systems
Geographic Information Systems
Electronic Medical Record Systems
Emergency Department Information Systems
Answer:
GIS - Geographic Information System
7.2 code practice edhesive pleaseee helpppp
Answer:
Explanation:
got a 100
01:5
Which setting is used to determine the order of printing pages?
O Collation Settings
O Orientation Settings
O Margin Settings
O Scaling Settings
Save and Exit
the Next
Submit
Mark this and retum
Answer:
A.
Explanation:
Collation settings, means order of pages printed
The setting which is used to determine the order of printing pages is Collation Settings. Thus, option A is correct.
What are the options available in Microsoft Word?In Microsoft Word, we are given several setting options (e.g. Collation, Orientation, Margin and Scaling) to print our documents. Collation is one of the given settings that allows us to adjust the order of printing pages. There are only two options in Collation Setting (Collated or Uncollated).
If Collated is chosen, the pages will be printed in sequential order (e.g. Page 1, Page 2 and Page 2) and followed by another copy of pages with same sequential order. On another hand, if Uncollated is chosen, All copies of Page 1 will be printed first then only followed by the Page 2 for all copies and so on.
Therefore, The setting which is used to determine the order of printing pages is Collation Settings. Thus, option A is correct.
Learn more about Collation Settings on:
https://brainly.com/question/16548425
#SPJ7
Which sentences use antonyms to hint at the meaning of the bolded words? Check all that apply.
The dog cowered and hid behind the couch during thunderstorms.
Most of the house was destroyed by the tornado, but the kitchen remained intact.
He was extravagant with money, buying everything in sight whenever he had the means.
Performing onstage caused him discomfort; he felt comfortable staying out of the spotlight.
The opportunity didn't last long; it quickly dwindled, or went away.
Hello
Answer:
Most of the house was destroyed by the tornado, but the kitchen remained intact.
Performing onstage caused him discomfort; he felt comfortable staying out of the spotlight.
Explanation:
I got it right on Edge, good luck :)
Answer:
b,d
Explanation:
edge 22
Which type of testing is used to test how well the system will perform with a workload?
Integration testing
performance testing
unit testing
acceptance testing
Answer:
Performance Testing
Explanation:
The Correct option is - Performance Testing
Reason -
INTEGRATION TESTING is a level of software testing where individual units / components are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units.
PERFORMANCE TESTING is a testing measure that evaluates the speed, responsiveness and stability of a computer, network, software program or device under a workload.
UNIT TESTING is a type of software testing where individual units or components of a software are tested. The purpose is to validate that each unit of the software code performs as expected.
Acceptance testing, a testing technique performed to determine whether or not the software system has met the requirement specifications.
Considering the existence of polluted air, deforestation, depleted fisheries, species extinction, poverty and global warming, do you believe that the Earth’s carrying capacity has already been reached?
Answer:
The carrying capacity of an ecosystem, for example the Earth system, is the ability of an ecosystem to provide biological species for their existence; that is, the living environment is able to provide them with a habitat, sufficient food, water and other necessities for a longer period of time.
When the populations of different species living in an ecosystem increase, the pressure on the environment increases, partly due to intensive use. The population size decreases again when the population exceeds the carrying capacity, so that a natural equilibrium is maintained. This is due to a number of factors, depending on the species involved. Examples are insufficient space, sunlight and food.
Thus, given the current conditions of pollution, extinction of species and other environmental damage caused by humans on Earth, it can be said that we are about to exceed the limit of carrying capacity of the Earth, which would imply that this, through different natural forces, would seek to stabilize said overpopulation to return the environmental environment to a state of equilibrium.
Answer this puzzle. It is code. Please help me and hurry
heyyyyyy
byeeeeeeeeeeeeeeeeeeeeeee
Answer:
byeeeeeeee
Explanation:
Answer:
Heyyyyyyy
Byeeeeeee
Explanation:
NEXT
Internet and World Wide Web: Mastery Test
1
Select the correct answer
An instructor receives a text message on her phone. Next, she reads out the text to the whole claws. Which network component plays a similar
role by receiving a message and broadcasting it to all other computers connected to the component?
OA Switch
OB .
hub
OC bridge
OD
router
Reset
Wext
Answer:
hub is the correct answer
hope it is helpful to you
Which is a characteristic of joint application design (JAD)? a. It is a unilateral activity that involves the owner of the organization. b. It ensures that the requirements collected from different functional areas of an organization for the application are multi-dimensional in focus. c. It ensures that collected requirements are one-dimensional in focus. d. It centers on a structured workshop in which users and system professionals come together to develop an application.
Answer: d. It centers on a structured workshop in which users and system professionals come together to develop an application
Explanation:
Joint Application Development refers to a methodology which has to do with an application development by a succession of workshops that is called the JAD sessions. It us used in the collection of business requirements when a new information system is being developed for a company.
Therefore, a characteristic of joint application design (JAD) is that it centers on a structured workshop in which users and system professionals come together to develop an application.
The correct option is D.
A programmer writes a program to feed a wide variety of data to a program to test it many times. This is an example of
O a customer satisfaction survey
O automated testing
O a test case
O print debugging
Answer:
automated testing
Explanation:
to make sure that the item works
Write a program to find all integer solutions to the equation 4x + 3y -9z = 5 for values of x, y, and z between 0 to 100.
Answer:
Following are the code to the given question:
#include <iostream>//header file
using namespace std;
int main()//main method
{
int c= 0;//defining integer variable to count number of solutions
int x,y,z;//defining integer variable which is used in the loop
for (x = 0; x <= 100; x++)//defining for loop to x value
for (y = 0; y <= 100; y++)//defining for loop to y value
for (z = 0; z <= 100; z++)//defining for loop to z value
if (4 * x + 3 * y - 9 * z == 5)//use if to check given condition
{
c++;//increment count value
cout << "(" << x << "," << y << "," << z << ")";//print solutions
cout << (c % 11? " " : "\n");//use for add file solution in a row
}
cout << "\n\nThere are " << c << " solution(s)\n";//print solution couts
return 0;
}
Output:
Please find the attached file.
Explanation:
In the above-given code four integer variable "x,y,z, and c" is declared, in which "x,y, and z" is used in the for loop with the if conditional statement that checks the given condition and prints the solution and the "c" variable is used to counts the number of solution, and at the last, it uses the print method to print its values.
Write a program that creates a two-dimensional array named height and stores the following data:
16 17 14
17 18 17
15 17 14
The program should also print the array.
Expected Output
[[16, 17, 14], [17, 18, 17], [15, 17, 14]]
Answer:
Explanation:
The following code is written in Java and it simply creates the 2-Dimensional int array with the data provided and then uses the Arrays class to easily print the entire array's data in each layer.
import java.util.Arrays;
class Brainly {
public static void main(String[] args) {
int[][] arr = {{16, 17, 14}, {17, 18, 17}, {15, 17, 14}};
System.out.print(Arrays./*Remove this because brainly detects as swearword*/deepToString(arr));
}
}
Answer:
height = []
height.append([16,17,14])
height.append([17,18,17])
height.append([15,17,14])
print(height)
Explanation:
I got 100%.
List good and bad points about play a team sport!
Answer:
Good:
You learn to be friendly.
You can work together to avoid problems.
Sportsmanship comes easily.
You can help each other up when needed
Bad:
Fights can happen
You'll have that one person who tries to be the boss.
You'll have that point where you compete against each other instead of the other team
You might disagree and it'll ruin the whole game.
Hope this helped!!
Explanation:
are used in the Excel application to create calculations
Answer:
I think the answer is formulas
What type of animation is used to move objects off of a slide?
A Elaborate
B Emphasis
CEntrance
D Exit
Answer:
I do not know 100% but i think it is the Exit which is letter D
Explanation:
Which titles fits this Venn diagram best?
A Venn diagram with 2 circles. The left circle is titled Title 1 with entries a group of occupations with similar tasks; examples: law enforcement, agriculture, pharmaceuticals. The right circle is titled Title 2 with entries a specific set of responsibilities and tasks performed; examples: waitress, peach farmer, police dispatcher. The middle has entries involve a person's daily work, done to earn money.
Title 1 is “Jobs” and Title 2 is “Careers.”
Title 1 is “Careers” and Title 2 is “Jobs.”
Title 1 is “Self-Employed” and Title 2 is “Company-Employed.”
Title 1 is “Company-Employed” and Title 2 is “Self-Employed.”
Answer:
B. Title 1 is “Careers” and Title 2 is “Jobs.”
Explanation:
edg 22 unit test in career explorations A
Dan's team has to develop billing software for a supermarket. During which step will they write the program for the software?
Which step will involve finding errors in the software?
Answer:
coding phase
testing/debugging phase
Explanation:
During the coding phase they will write the actual code which creates the functionality/program which is added to the software. This phase comes after the dev team designs the algorithm and creates a flow chart of the algorithm. This flow chart is what is used to create the code itself. After the code is complete then the dev team will go into the testing/debugging phase where they will test the program with different test cases. If any bugs/errors are found they will return to the code and implement changes to fix these errors.