INFORMATION TECHNOLOGY

Question 2: Install OSs in virtual environment. In this question, you have to install/enable a hypervisor and install two guest OS, a Linux and a Windows Server. Do the following: 1. Download and install a type 2 hypervisor (VirtualBox or VMware Player) on your current OS installation. Alternatively, you may enable the Hyper-V (type 1 […]

solve computer science 2 question

 solve computer science 2 question Show that 8𝑛 − 5𝑛 + 7 = 𝑂(𝑛 ) Determine whether each of these functions is bounded by O(n). Say yes or no. 𝑓(𝑛) = 3a) 𝑓(𝑛) = 𝑛 + 𝑛 + 12b) 𝑓(𝑛) = ⌊𝑛⌋c) 𝑓(𝑛) = 17𝑛 + 7d) 𝑓(𝑛) = 15𝑛 log 𝑛e) 𝑓(𝑛) = 𝑛 […]