subject
Computers and Technology, 27.02.2020 20:51 vant

Zadanie 1
Co oznaczają pojęcia:
a) algorytm,
b) język programowania,
c) kompilator i kompilacja,
d) słowo kluczowe,
e) zmienna (i co należy w języku C++ zadeklarować używając daną zmienną)
Zadanie 2
Czym się różni program źródłowy od programu wynikowego?
Zadanie 3
Opisz instrukcje warunkową w języku C++:
a) postać ogólną + przykład
b) postać uproszczoną + przykład

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:30
Consider the following statements: #include #include class temporary { private: string description; double first; double second; public: temporary(string = "", double = 0.0, double = 0.0); void set(string, double, double); double manipulate(); void get(string& , double& , double& ); void setdescription(string); void setfirst(double); void setsecond(double); }; write the definition of the member function set() so that the instance variables are set according to the parameters. write the definition of the constructor so that it initializes the instance variables using the function set() write the definition of the member function manipulate() that returns a decimal number (double) as follows: if the value of description is "rectangle", it returns first * second if the value of description is "circle" it returns the area of a circle with radius first if the value of description is "cylinder" it returns the volume of a cylinder with radius first and height second. hint: the volume of a cylinder is simply the area of the circle at the base times the height. if the value of description is "sphere" it returns the volume of the sphere with radius first. otherwise it returns -1.0;
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Kirk found a local community college with a two-year program and he is comparing the cost with that of an out-of-state two-year school. what is the expected total cost for one year at the local community college if kirk lives at home? what is the expected total cost for one year at the out-of-state school if kirk lives on campus?
Answers: 2
question
Computers and Technology, 23.06.2019 15:30
Write a program in plp assembly that counts up by one starting from zero (or one) inside a loop and writes this value to the leds every time the value is increased. the memory address of the leds is 0xf0200000. the table below shows the meaning and an example usage of the instructions covered in the video, plp instructions for project 1. instruction example usage meaning load immediate li $t0, 8 register $t0 is set to the value, 8. store word sw $t2, 0($t1) the value in register $t1 is used as the memory address. the value in register $t2 is copied into this memory address. add addiu $t4, $t3, 29 register $t4 is assigned the sum of 29 and the value in register $t3. jump j your_label_name the program jumps to the line following the label, "your_label_name: ". label your label name: defines a label called "your_label_name: " that can be jumped to
Answers: 2
question
Computers and Technology, 24.06.2019 07:00
Guys do you know sh27 cause he hacked me : ( pidgegunderson my old user
Answers: 2
You know the right answer?
Zadanie 1
Co oznaczają pojęcia:
a) algorytm,
b) język programowania,
c) komp...
Questions
question
Mathematics, 08.09.2021 09:00
question
Chemistry, 08.09.2021 09:00
question
Chemistry, 08.09.2021 09:00
question
Mathematics, 08.09.2021 09:00
question
History, 08.09.2021 09:00
question
Mathematics, 08.09.2021 09:00
Questions on the website: 13722359