you are the administrator for an organization that has 100 devices that run windows 10 pro. the devices are joined to azure ad and enrolled in microsoft intune. you need to upgrade the computers to windows 10 enterprise. what should you configure in intune?
what is cloud computing? what are iaas, paas and saas? given a mom and pop store with 5 employees and sales of $1million/year. would you recommend cloud migration, give reasons.
a lawyer wants to give a laptop the ability to connect to the internet through the cellular network. what technology allows this task to be accomplished?
an analyst notes that their data is formatted as euros, but it should be formatted as pesos. what spreadsheet tool can help them select the right format?
akash used the header section in his main form design, but he does not plan to use the footer section. to remove the footer section, which section property should be set to zero?
write a method to remove the first two elements in the queue. make sure you use the interface from above. you should check that queue is not null and it has more than 2 elements.
a class of 30 kids line up for recess. two of the kids are named mike and ike. how many ways are there for the kids to line up if ike and mike are next to each other in the line?
role playing the use case with actual users is a good way to: a. identify the primary actor b. identify the use case c. identify the elements within steps d. confirm the use case
According to the the pour principles of accessibility video case, which of the four pour principles requires content to be available to technologies individuals are using, such as screen readers or an older version of a browser?.
Find the maximum value and minimum value in milestracker. Assign the maximum value to maxmiles, and the minimum value to minmiles.
Choose the correct term to complete the sentence. A search can be done on a list such as [5, 2, 3, 10, 4] linear binary
This is your code. >>> A = [21, 'dog', 'red'] >>> B = [35, 'cat', 'blue'] >>> C = [12, 'fish', 'green'] >>> E = [A, B, C] What is the value of E[1][2]? blue fish cat gree
Which line of code will use the overloaded greater than comparison operation? class num: def __init__(self,a): self.number = a def __truediv__(self,b): return self.number + 10 * b.number def __gt__(self,b): if self.number + self.number > 10: return True else: return False numA = num(5) numB = num(10) if ; print ("You win!") else: print("You lose.")
What will be the output? class num: def __init__(self,a): self.number = a def __mul__(self,b): return self.number + b.number # main program numA = num(8) numB = num(4) result = numA * numB print(result) 12 4 32 4096
q4.1: we add a 1 kib cache which has a hit time of 5 clock cycles; our miss penalty is still the 100 clock cycles needed to access main memory. to test this cache, we then run a program that accesses random memory addresses. to the nearest clock cycle, what does the amat converge to as the program runs indefinitely?