In a switch statement

a) a break is required after each case
b) multiple actions do not need to be enclosed in braces
c) a default case is required
d) a break is required after the default case


b) multiple actions do not need to be enclosed in braces

Computer Science & Information Technology

You might also like to view...

What do the following commands do on your UNIX or LINUX system,? Where does the output of these commands go?

a. gcc myProg.c b. gcc myProg.c -o myProg c. gcc -o myProg myProg.c d. gcc myProg.c -o myProg.c e gcc myProg.c -o myProg -lm -lsocket f. gcc -E myProg.c g. gcc -E myProg.c > myProg.i h. gcc -S -DSIZE=256 myProg.c i. gcc -S -DSIZE=256 myProg.c -o myProg

Computer Science & Information Technology

The ____ property of the Document object can be modified after the page is rendered.

A. URL B. title C. body D. domain

Computer Science & Information Technology

You can run a macro by assigning it to a ____ on your worksheet.

A. tab B. group C. Dim statement D. button

Computer Science & Information Technology

Increased costs and wasted effort are consequences of

a. failed information technology projects.
b. missed information technology projects.
c. complicated information technology projects.
d. overlooked information technology projects.

Computer Science & Information Technology