I an not sure what you want me to do so I am going to help you on both of these problems:
Question 2 answer: I think the answer is University/industry interaction
Question #3 answer: I think the answer for this is clearly written in the question (i think that the second answer choice is it)
I am not sure what this is but i am only in the 10th grade!!!! the only class that I took last year was Computer Fundumentals
Btw I am in K12 as well :)
Answer:
while(userNum>=1){
System.out.print(userNum/2+" ");
userNum--;
}
Explanation:
This is implemented in Java programming language. Below is a complete code which prompts a user for the number, receives and stores this number in the variable userNum.
<em>import java.util.Scanner;</em>
<em>public class TestClock {</em>
<em> public static void main(String[] args) {</em>
<em> Scanner in = new Scanner (System.in);</em>
<em> System.out.println("Enter the number");</em>
<em> int userNum = in.nextInt();</em>
<em> while(userNum>=1){</em>
<em> System.out.print(userNum/2+" ");</em>
<em> userNum--;</em>
<em> }</em>
<em> }</em>
<em>}</em>
The condition for the while statement is userNum>=1 and after each iteration we subtract 1 from the value of userNum until reaching 1 (Hence userNum>=1)
Answer: (A) full backup
Explanation: A backup strategy is a term used to describe the various effective approach engaged in creating a backup for data or information.
A FULL BACK UP IS THE VARIOUS APPROACH AND SYSTEMS PUT IN PLACE BY A COMPUTER USER OR AN INFORMATION TECHNOLOGY EXPERT IN ORDER TO CREATE AN ADDITIONAL SAMPLE OR COPY OF AN INFORMATION OR A DATA IN S SINGLE BACKUP.
Answer:
Apple, Samsung and Foxconn
Explanation:
They are the leading it companies today
Clickstream tracking tools collect data on customer activities at websites- true.
<h3>
what is the website?</h3>
- A website, often known as a website, is a collection of web pages and associated material that is published on at least one web server and given a shared domain name.
- The World Wide Web is the aggregate name for all publicly accessible websites.
- A company's internal website for its workers is an example of a private website that can only be viewed via a private network.
- Most websites focus on a single subject or objective, including news, education, business, entertainment, or social networking.
- The navigation of the website, which frequently begins with a home page, is aided by hyperlinks between web pages.
To learn more about website, refer to the following link:
brainly.com/question/9060926
#SPJ4