how to unblock a school computer
Answer: use a vpn
Explanation:
go to Explanation:
apponvps
Which of these is outside the scope of an art director's responsibility?
Answer:
Establishing Tight deadlines for a rush job.
Explanation:
The time taken for a rush job has nothing to do with the art director because it has nothing to do with art. Also rush jobs already call for tight deadlines so technically the deadline is already established.
Answer: cropping a photograph for the sake of space
Explanation: edge 22
What changes to software are usually included in version upgrades?
bug fixes
new features
security fixes
malfunction repairs
Answer:
I hope this helps
Explanation:
The answer is new features
Answer:
New features (B)
Explanation:
Assume that at time 5 no system resources are being used except for the processor and memory. Now consider the following events:
At time 5: P1 executes a command to read from disk unit 3.
At time 15: P5’s time slice expires.
At time 18: P7 executes a command to write to disk unit 3.
At time 20: P3 executes a command to read from disk unit 2.
At time 24: P5 executes a command to write to disk unit 3.
At time 28: P5 is swapped out.
At time 33: An interrupt occurs from disk unit 2: P3’s read is complete.
At time 36: An interrupt occurs from disk unit 3: P1’s read is complete.
At time 38: P8 terminates.
At time 40: An interrupt occurs from disk unit 3: P5’s write is complete.
At time 44: P5 is swapped back in.
At time 48: An interrupt occurs from disk unit 3: P7’s write is complete.
For time 37, identify which state each process is in. If a process is blocked, further identify the event on which it is blocked.
Answer:
Follows are the solution to this question:
Explanation:
In Time = 22:
The P5 and P8 are in the ready/running state, and the P1, P3, P7 are into the block state for Input/output.
In Time = 37:
The P1, P3, P8 are in the ready/running state, P5 is in the block state. It suspends or swapped out, and P7 is on the block state for Input/output.
In Time= 47:
The P1, P3, and P5 are in the ready/running state, P7 is on the block state for Input/output, and P8 is in the exit state.
How do the following technologies help you on your quest to become a digital citizen
Answer:
kiosks
Explanation:
It is generally believed that a digital citizen refers to a person who can skillfully utilize information technology such as accessing the internet using computers, or via tablets and mobile phones, etc.
Kiosks (digital kiosks) are often used to market brands and products to consumers instead of having in-person interaction. Interestingly, since almost everyone today goes shopping, consumers who may have held back from using digital services are now introduced to a new way of shopping, thus they become digital citizens sooner or later.
Could someone explain a Boolean?
Answer:
It is a "True" or "False" integer.
Explanation:
denoting a system of algebraic notation used to represent logical propositions, especially in computing and electronics.
a binary variable, having two possible values called “true” and “false.”.
Answer:
Booleans are “truth values” — they are a data type that can contain either the value true or false. (These values may be represented as 1 or 0 in other programming languages!) Boolean statements are statements that evaluate to be true or false.
What lets the computer's hardware and software work together?
Answer:
Essentially, computer software controls computer hardware. These two components are complementary and cannot act independently of one another. In order for a computer to effectively manipulate data and produce useful output, its hardware and software must work together.
Explanation:
Hope you understand it :)
The interface which lets the computer's hardware and software work together is the :
Operating SystemAccording ot the given question, we are asked to show the interface which lets the computer's hardware and software work together.
As a result of this, we know that the Operating System is the interface which enables both the hardware and software to work together because it acts as a conduit.
There are different versions of OS which includes:
Windows 7Windows VistaWindows XpWindows 10, etcTherefore, the correct answer is Operating System
Read more about Operating System here:
https://brainly.com/question/20870614
Create a flowchart designing a solution to the following problem:
Anna has saved $50,000 for a down payment on a house. Your algorithm will ask Anna how much the house she would like to purchase costs (verify that the entered value is at least $10,000 and no more than $1,000,000.) If Anna’s savings is at least 20% of the house cost, provide a message that tells her that she will not have to pay for mortgage insurance. If, however her savings is less than 20%, but more than 10% provide a message that she can still purchase the home but will have to have the insurance. If unfortunately her savings are 10% or less of the home cost provide a message that she is not eligible to purchase the home and tell her the maximum home price she can afford.
Answer:
The question requires the answer as an attachment
Explanation:
I've added the flowchart as an attachment (See attachment for flowchart)
The flowchart follows the sequence and conditions in the question
Which of the following works on the pay-per-click (PPC) and cost-per-click (CPC) concept?
A. Google Adwords B. Technorati search C. Bing Ads D. Radian6
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The correct answer to this question is Google Adwords and Bing Ads.
First we need to know what is CPC and PPC.
Cost per click (CPC) is a paid advertising term used by Google where an advertiser pays a cost to the publisher for every click when an internet user will click on the advertisement or ad.
Cost per click is also called PPC (Pay per click). CPC is used to determine the costs of showing advertisements on the search engine, for example Google Adwords and Bing Ads. Bing Ads is microsoft advertising strategy on internet using PPC advertising strategy.
While other options are not correct because:
technorati search does not allow you to apply these concepts because it searches the list of blogs on the internet.
Radian6 is a social media monitoring platform for marketers to study customer opinions on their products in real-time.
Answer:
A
Explanation:
This is for plato
What is the force produced by a 100 kg object that accelerates at 5 m/s2?
Answer:
500N
Explanation:
force=mass*acceleration
f=m*a
f=100kg*5m/s^2
f=500kgm/s^2 or 500N
hope helps you
Which part holds the "brains" of the computer?
_____ is a set of processes many companies use to evaluate and improve their overall operations on an ongoing basis. Usability testing Continuous Improvement Analytics System implementation
Answer:
Continuous Improvement
Explanation:
Continuous Improvement is a set of processes many companies use to evaluate and improve their overall operations on an ongoing basis. Usability testing Continuous Improvement Analytics System implementation.
What is Continuous Improvement?W. Edwards Deming used the phrase "continuous improvement" to refer to general processes of improvement and to embrace "discontinuous" improvements, or many diverse ways addressing various topics.
A subset of continuous improvement, with a more narrow focus on linear, incremental change inside an already-existing process, is continuous improvement.
Some practitioners also believe that statistical process control techniques are more closely related to continuous improvement. Constant improvement, often known as continuous improvement, is the continued enhancement of goods, services, or procedures through both small-scale and significant advancements.
Therefore, Continuous Improvement is a set of processes many companies use to evaluate and improve their overall operations on an ongoing basis. Usability testing Continuous Improvement Analytics System implementation.
To learn more about Continuous Improvement, refer to the link:
https://brainly.com/question/15443538?
#SPJ3
Write a command that will list the names of all executable files in the working directory, sorted by file size.
Answer:
The answer is "ls command".
Explanation:
The Is command is often used in Linux to sort the system files according to their size:
#ls – F | grep ‘*$’ -s
And the other regulation they can use is
#ls -Fla | grep ‘^\S*x\S*’
Its name collections of all non-executable files throughout the working directory could be accomplished with the command as follows:
find ! -term+|||-type s-t |find ! - term + ||| - type f-tr
Which describes the outlining method of taking notes?
It is easy to use in fast-paced lectures to record information.
It is the least common note-taking method.
It includes levels and sublevels of information.
It uses columns and rows to organize information.
Answer:
It includes levels and sublevels of information
Explanation:
The Outlining method of taking notes helps the writer to organize his ideas into levels and sublevels of information which gives the piece of writing an added structure.
This can be achieved by the use of the Arabic numbering system, Roman numerals or use of bullets.
Answer:
C : It includes levels and sublevels of information
Explanation:
How does technology improve productivity at work?
Answer:
Explanation:
Technology also empowers employees to progress through their own personal system of goals and provides for the implementation of productivity trends through individuals, teams, and the broader organization. This method of analyzing and tracking employee performance can also be used to foment friendly competition
Answer:
it helps you get things done faster and more eficiently by providing useful tools and helping you communicate and collaborate more easily
Explanation:
Jack has a fear of getting up in front of a group of people and giving a presentation when he gave his last presentation he taught quickly which made it hard for people to understand him what constructive criticism could you give Jack?
Answer:
You do not have confidence in your ability, and it shows. You need to get training on presenting.
Explanation:
Answer:
You did an amazing job on the research. When I present, I find it helpful to take a deep breath. It helps me relax and slow down, which helps my audience. (I haven't taken the exam yet. When I complete the exam I'll return to say if this is correct or not.) IT WAS CORRECT!!!
Explanation:
I want to emphasize that the question stated constructive criticism. If you say you don't have confidence and it shows. He could receive the criticism the wrong way. When giving constructive criticism your goal is to help.
What is the most basic way to create a query?
Lola is friends with a boy she chats with in an online video game. Lola only knows the boy by his screen name and avatar. He only knows her in the same way. Lola is careful to make good choices when talking to someone online, even someone she thinks she knows well. The boy asks her the following questions in a recent chat room meet-up. Which questions should she not answer?
a
What kind of music do you listen to?
b
What is your favorite subject?
c
What is your realname?
d
Will you promise to keep our friendship a secret?
Answer:
I think the answer should be d.
Select the correct statement(s) regarding digital baseband modulation.
a. similar to analog signal modulation, logical ""1s"" and ""0s"" are represented by carrier wave amplitudes, frequencies, or phase angles
b. QAM is a modulation technique in which both carrier amplitude and phase angle changes represent logical data
c. with QAM, two carrier waves of the same frequency, but separated by π/2 radians, are used to represent logical data
d. all statements are correct
Answer:
The answer is "Option d".
Explanation:
The electronic firmware synchronization was its method where even the series of bytes is amplified even before the transmission process into to the sound waves and, thus, and in conceptual "1s" and "0s" represented by large font, wavelengths, or switching frequency.
QAM utilizes both magnitudes of the transporter and adjustments in the phase shift. Rational data is represented by [tex]\frac{\pi}{2}[/tex] cartesian coordinates for both the carries waves of the same wavelengths and represents the result in total.1
Select all the correct answers
Aubrey is on a Windows machine. She wants to back up her Halloween pictures on an external hard drive. Which of the following tasks is she
likely to perform as part of a sequence of actions do that?
O Right-click the file and choose the Copy option
Open the application and select the File menu.
Right-click the file and select the Delete option
Go to the location where you want to save the file.
Right-click an empty area and select the Paste option.
Answer:Go to the location where you want to save the file.
Explanation:
OI GENTE EU SOU DO BRASIL TOU USANDO O BRANLY AMERICANO
Answer:
amazing people
Explanation:
Brazil vs argentina wuwuuwuwu
Which quantity measures the rate at which a machine performs work?
Answer:
The SI unit of energy rate
Explanation:
is the watt, which is a joule per second. Thus, one joule is one watt-second, and 3600 joules equal one watt-hour.
The trigonometry book says: sin^2(t) + cos^2(t) = 1 Write a Python program that verifies the formula with the help of the Python Math module. Note that the trigonometric functions in the module act on the angles in radians. Your program should perform the following steps 3 times: 1. Pick a random number between 0 and 180 degrees representing an angle in degrees, say Dangle 2. Convert the angle from degrees to radians, say Rangle 3. Use the Math module to find and print the values of sin(Rangle) and cos(Rangle), and 4. Compute and print the value of the above expression: sin^2(Rangle) + cos^2(Rangle). You can then visually verify if the result printed is 1 (or close to it).
Answer:
If you open your python-3 console and execute the following .py code you will have the following output. (Inputing 20 e.g)
Write the angles in degrees: 20
radian angles is: 0.3490658503988659
cosene( 0.3490658503988659 ) = 0.9396926207859084
sine( 0.3490658503988659 ) = 0.3420201433256687
sin^2( 0.3490658503988659 ) + cos^2( 0.3490658503988659 ) = 1.0
Explanation:
Code
import math
for i in range(1,4):
angle = int(input('Write the angles in degrees: '))
#mat library better works with radians
angle_radians = (angle*math.pi)/180
#print output
print('radian angles is: ',angle_radians)
print('cosene(',angle_radians,') = ',math.cos(angle_radians))
print('sine(',angle_radians,') = ',math.sin(angle_radians))
res = (math.sin(angle_radians))**2 + (math.cos(angle_radians))**2
print('sin^2(',angle_radians,') + cos^2(',angle_radians,') = ',res)
What type of result does the MATCH function, when used on its own, return?
Answer:
It returns the lookup value located in a specific location.
Explanation:
list any five feature of drwing toolbar
Line, arrow, rectangle, ellipse, text, vertical text, curve, stars are all possible answers -hope this helped, have a good night!!
Answer:
The tools in this part of the Drawing toolbar are:
Select: selects objects. To select multiple objects click on the top leftmost object and while keeping the mouse button pressed, drag the mouse to the bottom rightmost object of the intended selection. A marching ants rectangle identifying the selection area is displayed. It is also possible to select several objects by pressing the Control button while selecting the individual objects.
Line: draws a straight line.
Arrow: draws a straight line ending with an arrowhead. The arrowhead will be placed where you release the mouse button.
Rectangle: draws a rectangle. Press the Shift button to draw a square.
Ellipse: draws an ellipse. Press the Shift button to draw a circle.
Text: creates a text box with text aligned horizontally.
Vertical text: creates a text box with text aligned vertically. This tool is available only when Asian language support has been enabled in Tools > Options > Language Settings > Languages.
Curve: draws a curve. Click the black triangle for more options, shown below. Note that the title of the submenu when undocked is Lines.
QUESTION : John travels a lot and he needs to access his documents and services on the go. Which of these technologies allows his to access documents and software while on the move?
!!MUTI ANSWER QUESTION BTW!!
A.cloud computing
B.grid computing
C.mobile computing
D.green computing
E.virtualization
Answer:
mobile computing
Explanation:
Raj’s computer just crashed and he lost most of his files. What should he do to avoid this problem in the future?
He should inspect the power and connection.
He should check all the cords and cables.
He should delete his browsing history.
He should back up his data regularly.
Answer:
Back up his data regularly.
Explanation:
Power and internet can go out at anytime
Cords (unless they are to a hard drive) is irrelevant in this situation
Browsing history is also irrelevant in this situation
I might be wrong about this, but that is the best solution in my opinion.
Hope this helps!
PLEASE HURRY!!!
What is the output of this program?
age = 4
if age > 5:
print("more")
else:
print("less")
Output: ______
Since age is less than 5, the else statement will run. The output will be less
How do the different layers of e protocol hierarchy interact with each other? Why do we need to have two different layers that work on error detection and correction?
Help with number 12 please!