logo

Crowdly

Programowanie I

Looking for Programowanie I test answers and solutions? Browse our comprehensive collection of verified answers for Programowanie I at el.us.edu.pl.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Maszyna wirtualna w programowaniu, przypomina swoim działaniem interpreter.

View this question

C++ jest językiem:

100%
0%
100%
0%
View this question

Typowanie dynamiczne:

0%
100%
View this question

Ile znaków '#' wyprowadzi do strumienia wyjściowego taka iteracja: 

  int i;

  while(i < 10)

  {

     cout << "#";

     ++i;

  }
0%
100%
0%
View this question

Co wyprowadzi do strumienia wyjściowego taki kod:

  int a = 1;

  cout << ( a ? a : -a );
0%
0%
100%
0%
View this question

Co wyprowadzi do strumienia wyjściowego taki kod:

  int a = 1;

  int b = 2;

  cout << (a & b) << ' ' << (a | b);
0%
0%
0%
100%
View this question

Co wyprowadzi do strumienia wyjściowego taki kod:

  int a = 5;

  if(a=1)

    cout << "X";

  else

    cout << "Y";
100%
0%
0%
0%
View this question

Tekst programu zapisany z wykorzystaniem języka programowania wysokiego poziomu to:

100%
0%
0%
View this question

Transpilator:

100%
0%
View this question

Kod pośredni zawiera skompilowane instrukcje w pewnym ustalonym języku, taki kod może być:

0%
0%
100%
View this question

Want instant access to all verified answers on el.us.edu.pl?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!