What will be the value of the variable intTotalCount when the following code is executed?
For intOuterCount = 1 to 5
    For intInnerCount = 1 to 4
        intTotalCount +=1
    Next
Next

A. 4
B. 5
C. 9
D. 20


Answer: D

Computer Science & Information Technology

You might also like to view...

Match each item with a statement below.

A. A suite of free software based on an interpreter of the Adobe PostScript and Portable Document Format (PDF) page description languages B. An application used to track the progress of and provide necessary resources for separate tasks running on a Windows computer C. A memory location that intervening hardware and software map to physical memory D. The core of an operating system that manages memory, files, and peripheral devices E. An automation platform and scripting language for Windows F. A library of executable functions or data that can be used by a Windows 10 application G. A form of multitasking in which each process controls the length of time it maintains exclusive control over the CPU H. A utility in CentOS 7 that lets you review process activity in real time I. A communications protocol used by Windows-based operating systems to support resource sharing across a network J. A file system designed as a "next-generation" file system for Windows

Computer Science & Information Technology

What occurs after a method call?

a) Control is given to the called method. After the method is run, the application con- tinues execution at the point where the method was called. b) Control is given to the called method. After the method is run, the application con- tinues execution with the statement after the called method’s declaration. c) The statement before the method call is executed. d) The application terminates.

Computer Science & Information Technology

The ____ Auto Fill Option that fills the destination area using the format of the source area; no content is filled.

A. Copy Cells B. Fill Formatting Only C. Fill Without Formatting D. none of the above

Computer Science & Information Technology

Consider the following email to a fellow technician: "Hey Joe! I really need some help here. I have a hard drive that will not keep a second partition. I KNOW THAT YOU SON OF A GUN REALLY KNOW THIS STUFF and i want your xpert mind. :-) Would you help me out? a3, awhfy? : -)" This is an example of

A) Good written communication skills B) Being proactive C) Teamwork D) Unprofessionalism

Computer Science & Information Technology