Answer:
FOR i% = 1 TO 100
IF ((i%\3) = i%/3) AND ((i%\7) = i%/7) THEN
PRINT i%
END IF
NEXT i%
Explanation:
Of course using MOD would be cleaner, but another way to check if a number is integer divisable is to compare the outcome of an integer division to the outcome of a floating-point division. If they are equal, the division is an integer division.
The program outputs:
21
42
63
84
Have access to your phone info
Answer:
d, brainly wants this to be long so hdjddjd
Answer:
see explaination
Explanation:
If the cache contains 2k blocks, then the data at memory address i would go to cache block index ( i mod 2k )
Memory address = 5 bit
Cache block = 23
So, if the memory location is 9, then binary address = 01001 and cache block = 9 % 8 = 1 = 001
if the memory location is 12, then binary address = 01100 and cache block = 12 % 8 = 4 = 100
if the memory location is 15, then binary address = 01111 and cache block = 15 % 8 = 7 = 111
If you’re using a Windows computer, the best way to transfer photos from your iPhone to your computer is via USB cable.
First, plug your phone into your computer using the phone’s USB Cable. The Photo app should launch automatically then click the Import button. Check to select the photos you wish to transfer. Once you checked all the photos you wish to transfer, click on Continue. Click Import to start the transfer.