Adding a rock or stone looking characteristic to a background is which element of design?

Answers

Answer 1

Answer:

Explanation:

ejhdkl;xs

'


Related Questions

Can someone tell me why this code in Java won't run?

if (s.toLowerCase().equals(s.toUpperCase()))
{
System.out.println("*");
}

Answers

Answer:

try typing the following:

String lc = s.toLowerCase();

String uc = s.toUpperCase();

if(lc == uc){

System.out.println("*")

}

Assume a 64KB cache with four-word block size (a word is 4 bytes) and a 32-bit address. If a block has 28 tag bits, what is the type of this cache

Answers

Answer:

Fully associative

Explanation:

Fully associative cache is a type of cache in which after retrieving the data from memory, it subsequently allows data to be deposited in the available but unused cache block. This is to ensure that the storage of cache is done without forcing each memory address into one specific block.

Given the following

address = 32 bits,

tag = 28 bits, as a block is 4 words that are, 4x4 bytes,

offset = 4 bits, which equates to index = 0 bits.

Hence, it can be concluded that the type of cache is FULLY ASSOCIATIVE.

The Beaufort Wind Scale is used to characterize the strength of winds. The scale uses integer values and goes from a force of 0, which is no wind, up to 12, which is a hurricane. The following script first generates a random force value. Then, it prints a message regarding what type of wind that force represents, using a switch statement. You are to rewrite this switch statement as one nested 150 CHAPTER 4: Selection Statements if-else statement that accomplishes exactly the same thing. You may use else and/or elseif clauses.

ranforce = randi([0, 12]); switch ranforce case 0 disp('There is no wind') case {1,2,3,4,5,6} disp('There is a breeze') case {7,8,9} disp('This is a gale') case {10,11} disp('It is a storm') case 12 disp('Hello, Hurricane!') end

Answers

Answer:

ranforce = randi([0, 12]);

if (ranforce == 0)

     disp('There is no wind')

else  if(ranforce>0 && ranforce <7)

     disp('There is a breeze')

else  if(ranforce>6 && ranforce <10)

     disp('This is a gale')

else  if(ranforce>9 && ranforce <12)

     disp('It is a storm')

else  if(ranforce==12)

     disp('Hello, Hurricane!')

end

Explanation:

Replace all switch case statements with if and else if statements.

An instance is:

case {7,8,9}

is replaced with

else  if(ranforce>9 && ranforce <12)

All other disp statements remain unchanged

what are the steps to troubleshoot a frozen computer ​

Answers

You could hold the power button down 5-10 seconds.

Why are floppy disks obsolete ?

Answers

Answer:

they don't have enough space on them to carry useful information, and because most computers no longer have a drive for them. This is true for most legacy items

Other Questions
explain using growth mindset terminology and thinking Please only answer if you truly know Im giving about 100 points for this thats a hell of a lot of points for one question so answer right thank you! An experiment is carried out to determine how different PH values of soil will affect the growth of tomato plants. In this experiment, the dependent variable could be theA) height of the tomato plantsB) pH of the soilC) specific variety of tomato plants usedD) pH of enzymes is tomato leaf cells PLEASE HELP!Which of the following parts of a story' is considered the pivitol part or turning point of the plot?Question 1 options:expositionrising actionclimaxresolution what is research means? Josue knows that his aunt earns more money. than his uncle. He asked how much his aunt earns each month and was told, "$600 less than twice what your uncle earsn." If his aunt earns $4,200 per month, how much money does his uncle earn each month? Whos betterRod wave or polo GAnd whats 12x12 I need help !!!! What religion dominates Russia ? A. Judaism B. Christianity C. IslamD. Buddhism 5.125Express that as a common fraction please What is the structure for each macromolecule (what does each one look like?) PLEASE ANSWER THIS FOR ME!!!!! What is the difference between naming a segment and writing its distance? Tiffany wants to calculate the volume of her globe. The globe is in the shape of a sphere. She measured the circumference of the globe along the equator to be 24 inches. What is the volume of the globe? Round your answer to the nearest whole number. PLEASE PLEASE ANSWER!!!!!!!!!!!!WILL GIVE BRAINLIEST, 5-STAR RATING, AND THANK YOU!!!!!What was the Long Parliament and why did it have to deal with religious issues within England yet again Please help me out thanks 2.7.4 practice on Apex in GEOMETRY REALLY CONFUSED! What is it called when regression methods are used for prediction outside thesampled range of xvalues?OutliersEstimationInterpolationExtrapolation 12 Points/Brainliest Igneous rocks are formed from _____.sedimentary rocksfossils and shellsmagmaeroded land According to one source, the average cumulated college student loan debt for a graduating senior is $29,400. Assume that such debt is normally distributed and that the standard deviation is $5,684. Thirty percent of these graduating seniors owe more than what amount?