sdp1-40

Is this your test? Login to manage it. If not, you can build a test just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
Exercise-03. With Unix command "make" we can use targets at command promt, please select them:
2.
1 point
We have C library calc.h and calc.o, what we have to do next for using this library?
3.
1 point
You can build Java programs at the command line using command:
Exercise-14. You can build Java programs at the command line using command:
4.
1 point
What should we do to remove executable, intermediate build files and all others?
What should we do to delete all files in local directory (i.e. executable and intermediate build files)?
5.
1 point
What is result of "8" + "3" in ASCII codes?
6.
1 point
What is result of "5" + "2" in ASCII codes?
7.
1 point
What does in Unix command "./" the dot "." specify?
8.
1 point
In exercise-04 we used 1E+10 to...
9.
1 point
What is period of DEBUG in exercise-9?
10.
1 point
What does file extension have source code file in C?
11.
1 point
:To get result time in miliseconds (in Java program) what should we do in Ex05?
To get result time in miliseconds (in Java program) what should we do in Ex05 with calculated time?
12.
1 point
For what did we use conditional compilation in exercise-8?
13.
1 point
What was search algorithm used in exercise-8?
14.
1 point
With what function we allocate memory?
15.
1 point
Ex-13. Is it right for "Memory tracing"?
Ex-13. Is it right for "Memory tracing"? Memory tracking simply involves counting the number of times malloc and free are called.
16.
1 point
Ex-09. What was the number of values in data.txt?
17.
1 point
In exercises 11-13 nodes are stored
18.
1 point
Ex-10. What does Unumber structure include?
Ex-10. What does UNumber structure include? (3 right answers)
19.
1 point
What is false for Double Linked List?
20.
1 point
Ex-13. With what format in function printf can program display the values of pointers?
21.
1 point
What number of Exercises in Project-01?
22.
1 point
What header file (C library) we should insert in code for using "clock" function?
23.
1 point
CONWAY GAME OF LIFE. Is this rule true?
Any live cell with fewer than two live neighbors dies
24.
1 point
Exercise-05. How to right look in third section of man pages?
Exercise-05. How to right look in third section of man pages about function "clock"?{
25.
1 point
With what function we release memory?
26.
1 point
What does Unix command - '../make_file' ?
27.
1 point
Type macros bool is contained in library:
28.
1 point
What number of array's size is large enough in ex-15?
29.
1 point
With what option we can display warnings while compile with command "gcc"?
30.
1 point
Exercise-14. You can run Java programs at the command line using command:
31.
1 point
In exercise-04 for loop we used 2nd limit for ending, and limit was what number of cycles?
32.
1 point
The default name with option "-o task_01" of the compiled program is
The name of compiled file with option "-o task_01" is\:
33.
1 point
What is false for Single Linked List?
34.
1 point
Pointer arithmetric formula for 2-dim arrays in C?
35.
1 point
What does "makefile" include? (2 right answers)
36.
1 point
What have we learned in exercise-9 for minimizing errors in code?
37.
1 point
Exercise-04. How we calculate new_guess number in our Newton's method?
38.
1 point
How to delete files in Unix terminal?
39.
1 point
What was sort algorithm used in exercise-7?
40.
1 point
Function malloc is contained in library