Which of the following is not one of the three general types of computer languages?
a. Machine languages.
b. Assembly languages.
c. High-level languages.
d. Spoken languages.
d. Spoken languages.
Computer Science & Information Technology
You might also like to view...
Given the following code segment, what is the output?
int x = 1, y = 1, z = 1; y = y + z; x = x + y; cout << "result = " << (x < y ? y : x) << endl; a. result = 0 b. result = 1 c. result = 2 d. result = 3 e. there will be no output
Computer Science & Information Technology
You can use the Inner Link button to create links to other slides in your presentation.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology