When a large project begins, a programmer can build a(n) ________, which is a small model of what the final program will look like when it is finished

Fill in the blank(s) with correct word


prototype

Computer Science & Information Technology

You might also like to view...

In C++11, assuming mychar is a char variable and mystring is a string, what is the value of mychar after the following statement executes?

``` mychar = mystring.front(); ``` a. the ASCII value of the first character of mystring b. the first character of mystring c. nothing, the function is missing an argument d. this will cause a compiler error

Computer Science & Information Technology

To group objects means to select two or more objects, then make them into one selectable object by clicking Group on the ____ menu.

A. Group B. Object C. Tools D. Arrange

Computer Science & Information Technology

Which of the following is not one of the ways to sign on a signature line?

A) Type a signature. B) Run the pre-defined Signature macro. C) Select a digital image of a signature. D) Write a signature.

Computer Science & Information Technology

Using the ____, 802.11F specified information that access pointsneed to exchange to support WLAN roaming.

A. AIFSN B. HCCA C. IAPP D. EDCA

Computer Science & Information Technology