Answer:
GPT does not have limitations in terms of the number of partitions. While you can have only 4 primary partitions in MBR, you can have up to 128 partitions in Windows using the GPT partition layout. GPT partition and boot data are more secure than MBR. MBR stores data in one place only.
Explanation:
I took the test
I need help solving this, please. (Do not know if this is allowed but I definitely need help.)
You work as an IT manager for Bower Industries, a Web hosting company that provides off-site Web hosting for online businesses. Your current service level agreement promises customers 24/7 server availability; however, in the unlikely event of a server outage, you need to gauge the economic impact.
Based on your current user base, you estimate a cost of $1,500 an hour in customer refunds if an outage were to occur.
Your assistant has attempted to create a one-variable data table to estimate further the economic impact of outages between one and five hours in length.
Unfortunately, the one-variable data table is not returning the correct results due to an error in the input values.
You will correct the error and add existing range names to the Total Cost for Outage formula.
Finally, you will create a custom number format for cell E3.
Open e06d1NetworkOutage and save it as e06d1NetworkOutage_LastFirst.
Delete the inaccurate values in the range E4:E12.
Apply the pre-existing range names to the worksheet.
Enter a reference to the Total Cost for Outage (cell B6) in cell E3.
Create a one-variable data table to detail the sensitivity of expense based on an outage range of one to five hours based on half-hour increments.
Add a Custom number format to cell E3 to display the word Cost.
Create a footer with your name, the sheet name code, and the file name code.
Save and close the file. Submit e06d1NetworkOutage_LastFirst.
Answer:
hi sorry, this is excel right?
Explanation:
Big data is processed using relational data bases. True or false
Answer:
false
because Big data consist of a large quantity of data that may be structured, unstructured, or semi-structured
Explanation:
The statement Big data is processed using relational data bases is false.
We are given that;
The statement about data base
Now,
Big data is not processed using relational databases, but rather using non-relational databases such as MongoDB, Cassandra, HBase, etc. Relational databases are efficient for storing and processing structured data, which has a fixed schema and can be organized into tables and columns.
However, big data often includes unstructured and semi-structured data, such as videos, photos, webpages, social media posts, etc., which do not have a predefined schema and cannot be easily fitted into tables.
Non-relational databases are more flexible and scalable for handling such diverse and large data sets.
They also allow faster and cheaper processing of big data by using a horizontal architecture that distributes the data across multiple nodes.
Therefore, by data base the answer will be false.
To learn more about data base visit;
https://brainly.com/question/33179781
#SPJ6
Sam is developing a software program in Python and has a question about how to implement a particular feature.
Which use of a resource is most likely to provide Sam with the best results?
joining a Python developer forum and posting a question to the forum to solicit feedback
joining a Python developer forum and following links to technical news sites
reviewing an Introduction to Computer Science textbook
reviewing the computer user manual
Answer:
The correct answer is:
"joining a Python developer forum and posting a question to the forum to solicit feedback"
Explanation:
Learning a new skill involves a lot of research and study especially learning a new programming language.
The syntax and commands have to be understood first.
Now if Sam has to implement a particular feature, the easiest and less time-consuming way is that he post his query on a Python language forum as there might be better and expert programmer that might help
Hence,
The correct answer is:
"joining a Python developer forum and posting a question to the forum to solicit feedback"
Answer:
D
Explanation:
reviewing the computer user manual
System software includes all of the following except
Answer:
System software includes all of the following except Browsers.
Explanation:
I just know
System software includes all the following except Browsers. There are the based on the system software are the important parts.
What is software?
Software is the term for the intangible. The software is the most significant aspect. Software is a collection of rules, data, or algorithms used to run machines and perform certain tasks. Apps, scripts, and programs that run on a mobile device are referred to as software.
According to the system software, are the based on the operating system, management system, are the networking, translators, software utilities, are the networking. They are the browsers are not the used of the software, the significant components are the configuration.
As a result, the system software includes all the following except Browsers.
Learn more about on software, here:
https://brainly.com/question/985406
#SPJ2
The Layout tab allows you to change the
A. Save
B. Print
C. Format,
D. Edit
........ formatting of??
The Layout tab allows you to edit the formatting of a document. (Option D)
How is this so?It provides options for adjusting the layout and appearance of the content, such as page margins, page orientation, page size, columns, and other formatting elements.
This tab is commonly found in word processing software like Microsoft Word and provides users with the ability to customize the visual presentation and organization of their documents.
Thus it is correct to state that The Layout tab allows you to change the formatting of a document. (Option D)
Learn more about Layout tab at:
https://brainly.com/question/32342343
#SPJ1
Im being timed please help!!
Where might you find help if material becomes truly difficult?
a.
A teacher
c.
A study group
b.
A tutor
d.
All of these
Please select the best answer from the choices provided
A
B
C
D
Answer:
ALL
Explanation:
Because if it was a test you can ask a teacher, if it was group projects you can ask the study group, if it was homework or 1 on 1 you can ask a tutor
Answer:
b
Explanation:
because a tutor deals with materials
Tony Stark wants to build a 1000 meter high tower as quickly as possible. He has unlimited resources and an unlimited budget and is willing to spend any amount to get the job done.
He has chosen to build the tower with blocks that are 100 meters long and 100 meters wide, but only 1 meter tall. The blocks interlock on top and bottom (like legos). They cannot be stacked sideways.
Using special lifters, putting one block on top of another block takes one week. Putting a stack of up to 100 blocks on top of another stack of 100 or less also takes a week. If either stack is more than 100, it takes two weeks.
What is the shortest amount of time that it will take to build the tower?
Why is your answer the shortest amount of time?
How did you solve the problem? What is your algorithm?
Answer:
10 weeks
Explanation:
100 blocks stacked over 10 weeks will be 1000 meters tall
1000 divided by 100 equals 10
The shortest amount of time it will take to build the tower is 10 weeks.
How can the tower be built in the shortest amount of time?To minimize the construction time, Tony Stark can follow a strategy where he first builds 10 stacks of 100 blocks each, which will take 10 weeks.
Then, he can stack these 10 stacks on top of each other in a single week since they are all 100 blocks or less. By doing so, he can complete the tower in a total of 10 weeks.
Read more about tower construction
brainly.com/question/30730573
#SPJ2
To specify your preferred colors, fonts, and effects for a document, which of the following should be done?
1.Create custom theme fonts
2.Create custom theme
3.Create a custom paragraph style
4.Create a custom character style
Answer: crest custom theme
Explanation:
Answer:
crest custom theme
Explanation:
QUESTION 10
If there is an Apple logo somewhere on your computer, more than likely your computer runs what type of operating system?
O Linux
Windows
macos
Unix
What object typically hides its data but allows outside code access?
Answer:
An object typically hides its data but allows outside code access to the methods that operate on the data.
Explanation
Object-Oriented Programming (OOP) is an aspect of computer science. An example of OOP language is Python.
OOP speaks to the production of objects. Objects typically contain data and functionality. One of the qualities of Objects in this sense is that as it is being created, the codes remain inaccessible or invisible but the platform that creates and effects changes to such codes retain access to the data of the Objects.
Cheers!
PBL projects are graded using what it tells you what you are doing very well and where you may need improvements
Answer: a rubric
Explanation:
A rubric is a scoring tool that explicitly describes the instructor's performance expectations for an assignment or piece of work
A security professional is responsible for ensuring that company servers are configured to securely store, maintain, and retain SPII. These responsibilities belong to what security domain?
Security and risk management
Security architecture and engineering
Communication and network security
Asset security
The responsibilities of a security professional described above belong to the security domain of option D: "Asset security."
What is the servers?Asset safety focuses on identifying, classifying, and defending an organization's valuable assets, containing sensitive personally capable of being traced information (SPII) stored on guest servers.
This domain encompasses the secure management, storage, memory, and disposal of sensitive dossier, ensuring that appropriate controls are in place to safeguard the secrecy, integrity, and availability of property.
Learn more about servers from
https://brainly.com/question/29490350
#SPJ1
How does an IPS filter a network?
By checking administrative rulesets
By analyzing traffic patterns
By checking incoming requests
By analyzing specific user groups
Answer:
All of the options correct, (Intrusion Prevention System) can use a combination of techniques to filter network traffic
Explanation:
By checking administrative rulesets: An IPS may use predefined rules or signatures, set by an administrator, to identify and block known attacks or malicious activity.By analyzing traffic patterns: An IPS may use machine learning or other techniques to analyze the patterns of network traffic in order to identify and block unusual or suspicious activity.By checking incoming requests: An IPS may examine each incoming network request and compare it against a set of rules or signatures to identify and block malicious traffic.By analyzing specific user groups: An IPS may also use information about specific user groups, such as which users or devices are on the network, to identify and block malicious activity.A retailer is able to track which products draw the most attention from its customers through the use of 5G-enabled motion sensors placed around the store. With this knowledge, the retailer can supply the proper amount of products to meet customer demand. Which technology combines with 5G capabilities to allow the monitoring of shopping trends in this way?
The technology that combines with 5G capabilities to allow the monitoring of shopping trends in this way is Augmented Reality.
Augmented reality is simply an enhanced version of the physical world and this is achieved by using digital sounds, and visual elements through technology.It should be noted that augmented reality is vital to enhance shopping experience as interconnected mirrors and cameras are used which enhances customer satisfaction.It should also be noted that augmented reality helps in the improvement of one's shopping experience because it'll be more interactive. When customers are being given control over digital elements, this makes them feel more connected to the brand.In conclusion, augmented reality helps improve the revenue of a business.
Read related link on:
https://brainly.com/question/18952119
The smallest unit of storage is
Answer:
Hey mate......
Explanation:
The smallest unit of storage is Bytes......
hope it helps you,
mark me as the brainliest,
follow me..........
Complete the code to generate a pseudo-random integer between 1 and 44, including the possibility of both 1 and
44.
>>> import secrets
>>> secret
Answer:
Explanation:
.randbelow(44) + 1
The code above uses the secrets module, which is a part of the Python standard library and uses a cryptographically strong random number generator. The randbelow() function generates a random integer below the number given as an argument. In this case, the argument is 44, which means that the function will generate a random integer between 0 and 43. To get a random integer between 1 and 44, we add 1 to the result of the function.
Type the correct answer in the box. Spell all words correctly.
What covers everything from renting equipment and providing food for the crew, to hiring actors and constructing sets?
The
covers everything from renting equipment and providing food for the crew, to hiring actors and constructing sets.
The word that covers everything from renting equipment and providing food for the crew, to hiring actors and constructing sets is "production."
The production covers everything from renting equipment and providing food for the crew, to hiring actors and constructing sets.
What is the cost about?Production squad members are responsible for claiming the setup, demolishing, maintenance, and removal of sounds that are pleasant, harmonized and theater production supplies for stage work.
They are hired in production guests, event scenes, theater groups, and touring bands. In the framework of film, television, and other forms of television, "production" refers to the entire process of founding a finished product, from the beginning idea to the final refine. This includes everything from pre-result to actual production.
Learn more about cost from
https://brainly.com/question/25109150
#SPJ1
The Cartesian product of two lists of numbers A and B is defined to be the set of all points (a,b) where a belongs in A and b belongs in B. It is usually denoted as A x B, and is called the Cartesian product since it originated in Descartes' formulation of analytic geometry.
a. True
b. False
The properties and origin of the Cartesian product as stated in the paragraph
is true, and the correct option is option;
a. True
The reason why the above option is correct is stated as follows;
In set theory, the Cartesian product of two number sets such as set A and set
B which can be denoted as lists of numbers is represented as A×B and is the
set of all ordered pair or points (a, b), with a being located in A and b located
in the set B, which can be expressed as follows;
\(\left[\begin{array}{c}A&x&y\\z\end{array}\right] \left[\begin{array}{ccc}B(1&2&3)\\\mathbf{(x, 1)&\mathbf{(x, 2)}&\mathbf{(x, 3)}\\\mathbf{(y, 1)}&\mathbf{(y, 2)}&\mathbf{(y, 3)}\\\mathbf{(z, 1)}&\mathbf{(z, 2)}&\mathbf{(z, 3)}\end{array}\right]}\)
The name Cartesian product is derived from the name of the philosopher,
scientist and mathematician Rene Descartes due to the concept being
originated from his analytical geometry formulations
Therefore, the statement is true
Learn more about cartesian product here:
https://brainly.com/question/13266753
if you are sending personal data such as credit card information to a web site, which of the following should you see in the address bar of your browser?
You should see HTTPS in the address bar of your browser.
What is a browser?A browser is a piece of software used to present and browse content on the World Wide Web. It is also known as an Internet browser or a web browser. Hyperlinks and URIs are used to connect and categorise these content pieces, which include images, videos, and web pages (Uniform Resource Identifiers). Using a browser, you can view this page as an illustration of a web page.
Over the years, a large number of various web browsers have emerged and disappeared. Tim Berners-Lee created the first in 1990 and gave it the name WorldWideWeb (later renamed Nexus). NCSA Mosaic, on the other hand, was the first and most well-known graphical browser that contributed to the Internet's rise to fame.
Learn more about browsers
https://brainly.com/question/22650550
#SPJ4
Of the following field which would be the most appropriate for the primary key in a customer information table?
A: Customer Name B: Customer Number C: Phone Number D: Customer Address
Answer:
Customer Number
Explanation:
A message can be...........
differently by different people.
Answer:
Hope this help, did some research :D
Explanation:
" Audiences play a role in interpreting media messages because each audience member brings to the message a unique set of life experiences. Differences in age, gender, education and cultural upbringing will generate unique interpretations. "
On the AdvertisingCosts worksheet, create a Line chart of the data for the total spent on advertising each month from January through June. The primary horizontal axis should be the months of the year, and the Vertical (value) Axis should be the total spent on advertising each month.
I can provide you with general instructions on how to create a line chart in Microsoft Excel based on the data you have mentioned.
How to create the line chartTo create a line chart of the data for the total spent on advertising each month from January through June in Microsoft Excel, you can follow these steps:
Open Microsoft Excel and open the AdvertisingCosts worksheet.
Select the data range for the months and total spent on advertising from January through June.
Click on the "Insert" tab on the Excel ribbon.
Click on the "Line" chart type under the "Charts" section.
Select the chart subtype that you prefer from the drop-down menu. For example, you can choose a simple line chart or a chart with markers for each data point.
Your chart will be created, but it may need some adjustments to make it look better. For example, you may want to add a chart title, axis titles, and legend to the chart.
Click on the chart to activate the "Chart Tools" tab on the Excel ribbon.
Use the options on this tab to customize your chart as needed. For example, you can add a chart title by clicking on the "Chart Title" button, or you can change the axis titles by clicking on the "Axis Titles" button.
Once you have completed these steps, you should have a line chart of the data for the total spent on advertising each month from January through June. The primary horizontal axis should be the months of the year, and the Vertical (value) Axis should be the total spent on advertising each month.
Read more about spreadsheets here:
https://brainly.com/question/26919847
#SPJ1
give an example of how loops are used in programming Kturtle
Answer:
Explanation:
KTurtle is an educational programming environment for turtle graphics. It is released under the open-source GNU General Public License and is part of the KDE Project since KDE3. KTurtle includes an IDE and a programming language which is loosely based on Logo and is intended for teaching programming.
Create a program with three overloaded computeBill() methods for a photo book store.
When computeBill() receives a single parameter, it represents the price of one photo book ordered. Add 8.25% tax, and return the total due.
When computeBill() receives two parameters, they represent the price of a photo book and the quantity ordered. Multiply the two values, add 8.25% tax, and return the total due.
When computeBill() receives three parameters, they represent the price of a photo book, the quantity ordered, and a coupon value. Multiply the quantity and price, reduce the result by the coupon value, and then add 8.25% tax and return the total due.
Write a main() method that ask the user for the price of the book, the quantity, and a coupon amount. Then tests all three overloaded method with this information.
Write the program using both the command line and one using the JOptionPane. Submit both files.
Command line: System.out.println("The bill is: " + String.format("%.2f", bill));
JOptionPane: JOptionPane.showMessageDialog(null, "The bill is: " + String.format("%.2f", bill));
Using computational language in JAVA it is possible to write a code that deals with the fees applied in a total when buying a photobook.
Writing this code in JAVA we have:public class Billing {
final static double TAX = 0.08;
public static void main(String[] args) {
final double HIGHPRICE = 24.99;
final double MEDPRICE = 17.50;
final double LOPRICE = 10.00;
final int QUAN1 = 4;
final int QUAN2 = 6;
double bill;
bill = computeBill(HIGHPRICE);
System.out.println("The total for a photobook that costs $" +
HIGHPRICE + " is $" + bill);
bill = computeBill(MEDPRICE, QUAN1);
System.out.println("The total for " + QUAN1 +
" photobooks that cost $" +
MEDPRICE + " is $" + bill);
bill = computeBill(LOPRICE, QUAN2, 20.00);
System.out.println("The total for " + QUAN2 +
" photobooks that cost $" +
LOPRICE + " with a $20 coupon is $" + bill);
}
public static double computeBill(double amt) {
return amt * (1 + TAX);
}
public static double computeBill(double amt, int quantity) {
return amt * quantity * (1 + TAX);
}
public static double computeBill(double amt, int quantity, double coupon) {
return (amt * quantity - coupon) * (1 + TAX);
}
}
See more about JAVA at brainly.com/question/12975450
#SPJ1
. Write a program that creates a list and adds to it 20 random numbers under 1000. Once you’ve
created the list write some code to find and output the smallest number in the list.
Randint(1, 1000) # Choose an arbitrary integer between 1 and 1000. The Python randint() method is used to produce random numbers. In the random module, this function is defined.
How can a random integer between 1 and 20 be generated in Python?Utilize the random function to generate a random integer number from the provided exclusive range. The increment randrange parameter (0, 10, 2) will generate any random number between 0 and 20.
Python supports initializing lists with list(), list multiplication, list comprehension, and square brackets. An empty list or a list with some default values can be initialized using square brackets. Similar to how square brackets function, the list() method also does.
To know more about Python randint visit:-
https://brainly.com/question/28163367
#SPJ1
explain any three precautions that you must take when cleaning a computer
Answer:
The best way to clean any computer component or device is to follow the manufacturer's instructions in your user manual.
Always power off the system first.
Always use anti-static wristband or other professional grounding devices.
Never work on carpeted surfaces.
In the winter, municipal snowplows must plow both sides of city streets that are bidirectional
(two-way traffic) but they only make a single pass over unidirectional (one-way) streets. We can
represent city streets as the edges in a graph using nodes for intersections. Of course, it is a
requirement that every street be plowed appropriately (once in each direction for bidirectional
streets and only once in the proper direction for unidirectional streets). Write a program that
uses integers to represent nodes, and tuples (pairs of integers enclosed in parentheses, e.g., (4
7), to represent a street from node 4 to node 7, and a second tuple, (7 4) to represent the fact
that this is a bidirectional street). Assume that there is but a single snowplow and it must start
and return to node 1. Your program must read a collection of tuples from a file and then
produce driving instructions for the snowplow operator telling the sequence of intersections
(nodes) to visit so that all the streets are appropriately plowed. If it is impossible to perform a
correct plowing (some street would be left unplowed or some street would be plowed twice)
your program must report this fact. Your program should repeatedly read collections of tuples
and processes the information until an end-of-file is encountered. Your program will lose a
significant number of points if your algorithm fails to work properly for cities (graphs)
containing both bidirectional and unidirectional streets.
Your solution must include the data file that it uses for input. Remember NOT to use an
absolute path to access the data file – use a relative path. Be certain your data describes several
different city street situations so that your program can demonstrate that it meets all the
requirements.
Using the knowledge in computational language in python it is possible to write a code that represent city streets as the edges in a graph using nodes for intersections.
Writting the code:#include <cv.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "caliberate.h"
#include <iostream>
#include <ctime>
#include <cmath>
using namespace std;
using namespace cv;
VideoCapture capture; //The capture class captures video either from harddisk(.avi) or from camera
Mat frameImg;
Mat g_image;
double dist(Point2i x1, Point2i x2)
{
return sqrt( pow((x1.x-x2.x),2) + pow((x1.y-x2.y),2) );
}
int main()
{
string fileName = "traffic.avi";
capture.open(fileName);
if( !capture.isOpened() )
{
cerr<<"video opening error\n"; waitKey(0); system("pause");
}
Mat frameImg_origSize; //image taken from camera feed in original size
namedWindow( "out" , CV_WINDOW_AUTOSIZE); //window to show output
namedWindow( "trackbar", CV_WINDOW_AUTOSIZE); //Trackbars to change value of parameters
resizeWindow( "trackbar", 300, 600); //Resizing trackbar window for proper view of all the parameters
capture>>frameImg_origSize;
if( frameImg_origSize.empty() ) { cout<<"something wrong"; }
resize(frameImg_origSize, frameImg, SMALL_SIZE, 0, 0, CV_INTER_AREA); //Resize original frame into smaller frame for faster calculations
g_image = Mat(SMALL_SIZE, CV_8UC1); g_image.setTo(0); //Gray image of frameImg
Mat roadImage = Mat(SMALL_SIZE, CV_8UC3); //Image of the road (without vehicles)
roadImage = findRoadImage();
calibPolygon(); //Polygon caliberation: Select four points of polygon (ROI) clockwise and press enter
Mat binImage = Mat(SMALL_SIZE,CV_8UC1); //white pixel = cars, black pixel = other than cars
Mat finalImage = Mat(SMALL_SIZE, CV_8UC3); //final image to show output
time_t T = time(0); //Current time
float fps = 0, lastCount = 0; //frames per second
int thresh_r = 43, thresh_g = 43, thresh_b = 49; //Threshold parameters for Red, Green, Blue colors
createTrackbar( "Red Threshold", "trackbar", &thresh_r, 255, 0 ); //Threshold for Red color
createTrackbar( "Green Threshold", "trackbar", &thresh_g, 255, 0 ); //Threshold for Green color
createTrackbar( "Blue Threshold", "trackbar", &thresh_b, 255, 0 ); //Threshold for Blue color
int dilate1=1, erode1=2, dilate2=5; //Dilate and Erode parameters
Mat imgA = Mat(SMALL_SIZE, CV_8SC3); //Used for opticalFlow
int win_size = 20; //parameter for opticalFlow
int corner_count = MAX_CORNERS; //no of points tracked in opticalFlow
vector<Point2i> cornersA, cornersB;
frameImg.copyTo(imgA);
int arrowGap = 5; //distance between consecutive tracking points (opticalFlow)
createTrackbar("dilate 1","trackbar", &dilate1, 15, 0);
createTrackbar("erode 1","trackbar", &erode1, 15, 0);
createTrackbar("dilate 2","trackbar", &dilate2, 15, 0);
See more about python at brainly.com/question/18502436
#SPJ1
In C++ please.
If the hypotenuse and one leg of a right triangle are equal to the hypotenuse and one leg of another right triangle, then the two right triangles are congruent.Assume that you are given a function called rightTriangle. It takes three sides of a triangle (the third parameter is the largest, so it will be the hypotenuse if the triangle is a right triangle) and returns true if the triangle is a right triangle and false otherwise. YOU DO NOT HAVE to WRITE THIS FUNCTION. YOU HAVE IT!Also assume that you have a function called equalNums. It takes 4 parameters, if the first 2 are == to the last 2, the function returns false, otherwise the function returns true. So if we send it 3 5 3 5 the function returns true. You do not have to write this function, you have it!Assume that the following variables are declared for two triangles and have values and we know that the 3rd side is the largest side:int triangle1Side1, triangle1Side2, triangle1Side3;int triangle2Side1, triangle2Side2, triangle2Side3;1. Write code in main (using the two functions that you have) to print out whether of not these two triangles are right congruent triangles. (remember that to be right congruent triangles, both triangles need to be right triangles and the hypotenuse and leg of one need to be == to the hypontenuse and leg of the other).
Answer:
Following are the code to this question:
#include <iostream>//defining header file
using namespace std;
bool rightTriangle(int s1,int s2,int s3) //defining method rightTriangle
{
int t1,t2,t3; //defining integer variables
t1 = s1*s1; // multiplying side value and store it into declaring integer variables
t2 = s2*s2; // multiplying side value and store it into declaring integer variables
t3 = s3*s3; // multiplying side value and store it into declaring integer variables
if(t3 == t1+t2)//use if block to check Pythagoras theorem
{
return true; //return true
}
else //else block
{
return false; //return false
}
}
bool equalNums(int n1,int n2,int n3,int n4) //defining method equalNums
{
if(n1==n3 && n2==n4) //defining if block that checks
{
return true;//return value true
}
else //else block
{
return false; //return value false
}
}
int main()//defining main method
{
int t1=3,t2=4,t3=5,t11=3,t12=4,t13=5; //declaring integer varibles and assign value
int check=0; //defining integer varible check that checks values
if(rightTriangle(t1,t2,t3)&&rightTriangle(t11,t12,t13)) //defining codition to check value using and gate
{
if(equalNums(t1,t3,t11,t13) || equalNums(t2,t3,t12,t13)) // defining conditions to check value using or gate
check = 1; //if both conditions are true
}
if(check==1) //if block to check value is equal to 1
{
cout << "Right Congruent Triangles"; //print message
}
else//else block
{
cout << "Not Right Congruent Triangles";//print message
}
}
Output:
Right Congruent Triangles
Explanation:
In the above-given code, a boolean method "rightTriangle" is declared, in which it accepts three integer variable "s1, s2, and s3" as a parameter, inside the method three another variable "t1, t2, and t3" is declared, in which parameter stores its square value. In the next line, a conditional statement is declared that checks the "Pythagoras theorem" value and returns its value. In the next step, another method "equalNums" is declared, that accepts four integer parameter "n1, n2, n3, and n4", inside the method a conditional statement is used that uses an operator to check n1, n3, and n2, n4 value if it is true it will return true value else it will return false. Inside the main method, integer variable and a check variable is defined that uses the if block to passes the value into the method and checks its return value is equal if all the value is true it will print the message "Right Congruent Triangles" else "Not Right Congruent Triangles".Which function in Excel tells how many
numeric entries are there?
NUM
COUNT
SUM
CHKNUM
Answer:
COUNT
Explanation:
Hope this helps! Plz mark brainliest!
I want to make apps but I don't know how and which things I have to learn first ,so if you know mention from starting to ending
Answer:
There are a lot to learn, especially the basics. I'd suggest using SolorLearn for this.