Answer and Explanation
Needs to 'multiply' a number by the base value 8 in octal.
To convert from octal to decimal, make a table of base 8 multipliers.
8⁵ = 32,768
8⁴ = 4,096
8³ = 512
8² = 64
8¹ = 8
8⁰ = 1
Octal number system is the base of -8 number system which uses the digits zero to seven. while decimal numbers or decimal system uses the positional numeral system 0-9. . It also requires a dot (decimal point) to represent decimal fractions.
the answer is 5,000 hours.
I recommend you post these kind of questions in the mathematics section
Answer:
C++.
Explanation:
#include <iostream.h>
void main(int argc,char* arg[]) {
// Arrays
int x[100];
int y[50];
int z[50];
////////////////////////////////////////////////////////////////////////////
int count = 0;
for (int i = 0; i < 100; i+=2) {
z[count] = x[i] * y[count];
count++;
}
for (int i =0; i < 5; i++) {
cout<<z[i]<<endl;
}
getche();
}
Answer:
Dynamic
Explanation:
A dynamic web page is a type of web page that shows different and diverse content each time it's viewed. For instance, the webpage may adjust with every passing time of day, it might also change according to the different preference of each user that accesses the webpage, or the kind of user interaction.