Answer:
import random
a = random.randint(1,10)
b = random.randint(1,10)
answer = a * b
print (str(a) + " X " + str(b) + " = " + str(answer))
Explanation:
Happy to help you mate
Answer: 1 time.
Explanation:
- A binary function is also known as a half-interval search is a search algorithm to find the position of a given element x within a well-sorted array [].
- Binary search compares the target value to the middle element of the array.
- It ignores half of the elements just after one comparison.
- it compares x with the middle element.
So, the function read an element <u>one time</u> in the array before finding the value.
Answer:
If you are referring to a Local Server, this means that you have a server setup on your current machine. When the server is Remote, this just means that it is on another computer.
Answer:
Following steps can be followed to convert disk From FAT 32 to NTFS.
1. Open cmd (Command Prompt)
2. In cmd type the following:
d: /fs:ntfs
Answer:
Magnetic particles on a hard disk.
Explanation:
Computer storage devices are permanent storage devices used to store large data for a long time. Unlike the memory in Computers, it is not volatile ( lost when power goes off). There are different types of storage devices and different forms for which they store data.
The types of storage are Optical storage like CD and DVD, magnetic storage as in hard disk drive ( HDD) and solid state drive (SSD), and holographic storage devices.
The optical disk uses dark and white light to represent data in its disk, while the magnetic disk represent data with the positive and negative values. But the holographic storage uses light refractions at different angles.