Windows Ruby script developers can use the ____ code/text editor.

A. Notepad
B. TextEdit
C. SciTE
D. a. or c.


Answer: D

Computer Science & Information Technology

You might also like to view...

A ________ chart is used to shows project schedule where each bar represents a project component or task

A) Gantt B) Flow C) Structure D) Venn

Computer Science & Information Technology

What are three symptoms of a processor problem? (Select three.)

A) You smell a burning odor. B) The computer shows a blinking cursor in the upper-left corner. C) You smell an odor of sour lemons. D) The system boots briefly and then shuts down. E) An error code appears. F) The computer plays tones of increasing intensity.

Computer Science & Information Technology

Whereas disabling or closing an account is relatively easy, it is ____ to remove your information from archives on the social networking site or a search engine's database.

A. somewhat difficult B. difficult C. very difficult D. virtually impossible

Computer Science & Information Technology

Suppose sum, num, and j are int variables, and the input is 4 7 12 9 -1. What is the output of the following code?cin >> sum;cin >> num;for (j = 1; j > num;      sum = sum + num;}cout

A. 24 B. 25 C. 41 D. 42

Computer Science & Information Technology