logo

Crowdly

Browser

Add to Chrome

Programarea Calculatorului (P-2321, P-2323)

Looking for Programarea Calculatorului (P-2321, P-2323) test answers and solutions? Browse our comprehensive collection of verified answers for Programarea Calculatorului (P-2321, P-2323) at moodle1.ceiti.md.

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

Segmentul de date este

 destinat alocării variabilelor

globale.

43%
57%
View this question

Determinați numărul de operații elementare din secvența de cod:

int x=5,v=-2,y,z;

if((x<1) or (v>1)) {y=2*x+4;x=(5*x)%2;}

  else {y=2*x+3;x=0;}

View this question

Spațiul de memorie pe heap este

 utilizat pentru alocarea

variabilelor locale. 

0%
0%
View this question
View this question

Calculati necesarul de memorie pentru urmatoarele date:

struct Angajat

{  char NumePrenume[20]; 

   unsigned nr_zile;

  

float sal;} ListaPlata[5];

Angajat L1[5],L2[2];

View this question
View this question

Determinați numărul de operații elementare din următoarea secvență de cod:

int x=3,y=2,a,b;

switch (2*x+1)

{

 case 3: a=x+1; b=y+1;

 case 5: a=x-1; b=y-1;

 case 7: a=2*x; b=2*y;

 default: a=x; b=y;

}

View this question

Complexitatea temporala a algoritmilor nu este influențată de nici un

factor.

0%
100%
View this question

Segmentul de stiva este destinat

 alocării parametrilor actuali, variabilelor locale, valorilor

returnate de funcţii şi a adreselor de revenire pe durata execuţiei programului

100%
0%
View this question

Complexitatea temporală a algoritmilor se caracterizează prin timpul de

execuție și numărul de operații elementare.

0%
0%
View this question

Want instant access to all verified answers on moodle1.ceiti.md?

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

Browser

Add to Chrome