1. Horsing around can lead to breaking equipment in the classroom or somebody getting hurt
2. leaving your backpack on the floor can cause someone to fall
3.something unexpected may happen and worsen the problem
4. it can corrupt the computer's files and deleted unsaved work.
if you want the sentences to be longer, add some words to them and make the message the same.
Answer:
The program in C++ is as follows:
#include <iostream>
using namespace std;
int main(){
int qty;
float discount = 0;
cout<<"Quantity: ";
cin>>qty;
int cost = qty * 100;
{
; }
cout<<"Cost: "<<cost - discount;
return 0;
}
Explanation:
This declares the quantity as integer
int qty;
This declares and initializes discount to 0
float discount = 0;
This prompts the user for quantity
cout<<"Quantity: ";
This gets input for quantity
cin>>qty;
This calculates the cost
int cost = qty * 100;
If cost is above 1000, a discount of 10% is calculated
{
; }
This prints the cost
cout<<"Cost: "<<cost - discount;
Answer:
An operating system has three main functions: (1) manage the computer's resources, such as the central processing unit, memory, disk drives, and printers, (2) establish a user interface, and (3) execute and provide services for applications software.
Memory Management.
Processor Management.
Device Management.
File Management.
Security.
Control over system performance.
Job accounting.
Error detecting aid
Explanation:
Answer: jailbreaking
Explanation:
Jailbreaking is the process by which Apple users can remove software restrictions imposed on iOS and Apple products like the iPad, iPhone, iPod, and more. Jailbreaking allows root access to iOS. It lets users install applications, extensions, and other software applications that are not authorized by Apple’s App Store.
<span>A
user has been complaining that their wireless connection has been
connecting and disconnecting too frequently. You could use the command </span><span>netsh wlan show wlanreport
to generate a detailed HTML based report for analysis of the wireless
connection on their computer in the past.
</span>
<span><span>The netsh tool, is used to generate an interactive <span>WLAN Report</span></span>.
</span>