A ________ variable is accessible to all the functions in a program file

Fill in the blank(s) with the appropriate word(s).


global

Computer Science & Information Technology

You might also like to view...

Assume you have a class named Rabbit which has four methods: GetColor(), SetColor(), GetName(), and SetName(). One object of type Rabbit is named MyRabbitand has Color = “white” and Name = “Peter”. Which set of statements would display the following to the screen: “Peter is a white rabbit.”.

a. Write MyRabbit.GetName()+“ is a “+MyRabbit.GetColor()+“rabbit.”. b. Write Peter + “ is a “ + White + “ rabbit.”. c. Write Peter.SetName() + “ is a “ + Peter.SetColor() + “ rabbit.”. d. Write Rabbit.Peter + “ is a “ + Rabbit.White + “ rabbit.”.

Computer Science & Information Technology

Which Boot Options window setting would you use to check your system's BIOS?

A. Repair Installed System B. Firmware Test C. Rescue System D. Memory Test

Computer Science & Information Technology

What algorithm is used to encrypt files on Windows?

A) EWFS B) WFE C) EFS D) NTE

Computer Science & Information Technology

The mail merge function is located on this tab.

A. Home B. Insert C. References D. Mailings

Computer Science & Information Technology