The Answer to Number 1 is Shooter Games
The Answer to Number 2 is Dice Throwing
The Answer to Number 3 is Games are organized play
The Answer to Number 4 is Either Simulation or Adventure
The Answer to Number 5 is Stories have no rules to follow, you can learn from countless other lifetime through stories
The Answer to Number 6 is Setting
The Answer to Number 7 is False
The Answer to Number 8 is Objective
A firewall determines what external network traffic(internet) should or should not be allowed to pass internal network(computer). A firewall is network security that protects software and hardware from untrusted sites that may have viruses, worms, and bugs that are detrimental to the computer.
Answer:
The program to this question can be given as:
Program:
#include<stdio.h>//include header file
int main() //defining main method
{
printf("Hello..! and please vote the answer."); //print value.
return 0;
}
Output:
Hello..! and please vote the answer.
Explanation:
In the given question some information is missing that is the message to be printed, In this code assume some message to be displayed, and the description to the above code as follows:
- In the above code firstly header file is included for using a basic function like print method, input method, etc.
- In the next line main method is defined, inside the main method a print function is used in this function a message is passed with a double-quote ("'). When the code will execute it will print the message that is given in the output section.
Answer:
The most common form of mechanical weathering is the freeze-thaw cycle. Water seeps into holes and cracks in rocks. The water freezes and expands, making the holes larger. Then more water seeps in and freezes
Answer:
Explanation:
The underlined traits in the ER chart speak to essential key since they remarkably recognize the quality
(a)
(I) The level of the given relationship is 2 i.e it is a parallel connection among Book and Publisher. It is a one to numerous relationship from distributer to book in light of the fact that a distributer can distribute any number of books however a book will have only one publisher,so the cardinality will be 1 to 1..* (one to many)
(b)
(i) The degree of the given relationship is 2 i.e it is a binary relationship between Author and Book. It is a many to many relationship from Book to Author a book can be written by one or more authors and an author can write more than one book, so the cardinality will be 1..* to 1..* (many to many)
(c)
(i) As mentioned in part (b), the degree of given relation is 2 and cardinality is many to many (1..* to 1..*)
(d)
(i) The degree of the given relationship is 1 i.e unary relationship. It is a many to many relationship because one book can belong to any sets and a set can have any number of books, so cardinality is 1..* to 1..* (many to many)
Note: attached below is the image of various options to confirm the explanation (answer).
cheers i hope this helped !!!