minasov19
?>

1. выполнить сложение: а) 10000011(2)+1000011(2); б) 1010010000(2)+1101111011(2); в) 110010, 101(2)+1011010011, 01(2); г) 356, 5(8)+1757, 04(8); д) 293, 8(16)+3cc, 98(16 2. выполнить вычитание: а) 100111001(2)-110110(2); б) 1111001110(2)-111011010(2); в) 1101111011, 01(2)-101000010, 0111(2); г) 2025, 2(8)-131, 2(8); д) 2d8, 4(16)-a3, b(16). 3.выполнить умножение: а) 1100110(2)× 1011010(2); б) 2001, 6(8)× 125, 2(8); в) 2c, 4(16)× 12, 98(16). 4. выполнить деление: а) 110011000(2) : 10001(2); б) 2410(8) : 27(8); в) d4a(16) : 1b(16);

Информатика

Ответы

alexanderpokrovskij6

1. а)11000110;

    б)11000001011;  

    в)1100000101,111;  

    г)2335,54;    

    д)3f5d0.

 

  2.а) 100000011;

      б)111110100;  

      в) 1000111001,1101;  

      г)1110111100000  

 

3.а) 10001111011100;  

 

4.а)   11000;     б) 70;     в)7е.

 
dddddd68
#include < iostream> #include < cstdlib> inline double y(double x) { return (x/(x+5)); } int main(int argc, char *argv[]) { system("chcp 1251 > nul"); setlocale(lc_all, "russian"); for(double x = 0; x < 1; x+=0.1) printf("%f ", y(x)); std: : cout < < std: : endl; for(double x = 1; x < 10; x+=1) printf("%f ", y(x)); std: : cout < < std: : endl; for(double x = 10; x < 50; x+=5) printf("%f ", y(x)); std: : cout < < std: : endl; for(double x = 50; x < 100; x+=10) printf("%f ", y(x)); std: : cout < < std: : endl; return exit_success; }
Леонтьева
#include < iostream> using namespace std; int main() {   const int s = 6;   int matrix[s][s];   cout < < "введите матрицу построчно, разделяя пробелами: " < < endl;   for (int i = 0; i < s; i++) {       for (int j = 0; j < s; j++) {           cin > > matrix[i][j];       }       cout < < endl;   }   int p;   cout < < "p = ";   cin > > p;   int count = 0, max;   for (int i = 0; i < s; i++) {       max = matrix[i][0];       for (int j = 1; j < s; j++) {           if (matrix[i][j] > max) max = matrix[i][j];       }       if (max > p) count++;   }   cout < < endl < < "ответ: " < < count;   return 0; }

Ответить на вопрос

Поделитесь своими знаниями, ответьте на вопрос:

1. выполнить сложение: а) 10000011(2)+1000011(2); б) 1010010000(2)+1101111011(2); в) 110010, 101(2)+1011010011, 01(2); г) 356, 5(8)+1757, 04(8); д) 293, 8(16)+3cc, 98(16 2. выполнить вычитание: а) 100111001(2)-110110(2); б) 1111001110(2)-111011010(2); в) 1101111011, 01(2)-101000010, 0111(2); г) 2025, 2(8)-131, 2(8); д) 2d8, 4(16)-a3, b(16). 3.выполнить умножение: а) 1100110(2)× 1011010(2); б) 2001, 6(8)× 125, 2(8); в) 2c, 4(16)× 12, 98(16). 4. выполнить деление: а) 110011000(2) : 10001(2); б) 2410(8) : 27(8); в) d4a(16) : 1b(16);
Ваше имя (никнейм)*
Email*
Комментарий*

Популярные вопросы в разделе

tatur-642789
Paradismebel
Yevgenevich775
skononova01
suturinavaleriya51
dmitriy
alyonafialka
mustaevdmitry397
oldprince840
marinazubcko16729
vikashop269
margusha1974
Zladthesecond577
Latsukirina
nikolotovas