1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
WARRIOR [948]
3 years ago
15

Variables are: Group of answer choices Operators that perform operations on one or more operands. Symbolic names made up by the

programmer that represents locations in the computer's RAM. Symbolic names made up by the programmer whose values cannot be changed. Reserved words.
Computers and Technology
1 answer:
mezya [45]3 years ago
5 0

Answer:

Symbolic names made up by the programmer that represents locations in the computer's RAM

Explanation:

Variables refer to memory location that has a name and holds a value of a particular type.

In most programming langauges a variables must be declared before it can be used in the program. Declaration means giving the variable a name according to some established rules and mentioning its data type. The popular types are integers (whole numbers), floats (floating point) and String(sequence of characters)

Some examples of variables' declarations and initializations are given below

int a = 5; //This declares a variable called a of type integer with a value of 5

float b = 1.2; //This declares a variable called b of type float with a value of 1.2

String name = "David" //This declares a variable called name of type String with a value of David

You might be interested in
when connecting to a wireless local area network (wlan), what is the most important fact about the service set identifier (ssid)
iragen [17]

The most important fact about the service set identifier (SSID) is that all the end users and all access points (AP) must be configured with matching SSIDs.

<h3>What is SSID?</h3>

SSID is an acronym for service set identifier and it can be defined as the generic name given to a wireless local area network (WLAN) connection.

In Computer networking, the most important fact about the service set identifier (SSID) is that all the end users and all access points (AP) must be configured with matching SSIDs.

Read more on wireless local area network here: brainly.com/question/13697151

#SPJ11

4 0
2 years ago
How do graphic designers showcase their work?
Luda [366]

They showcase it digitally since their work is done on computers.

6 0
4 years ago
Read 2 more answers
Write a python program stored in file extra_credit.py that takes three different inputs from the user where : First Input: The p
LUCKY_DIMON [66]

Answer:

Check the explanation

Explanation:

print("************************************************************")

sentence = input("Enter a sentence : ").split()

replace_words = input("\nEnter the words that should be replaced : ").split()

special = input("\nEnter the replacing special Character : ")

result = []

for word in sentence:

   if word not in replace_words:

       result.append(word)

   else:

       result.append(special * len(word))

result = ' '.join(result)

print("\nThe Sentence with words censored is : " + result)

print("************************************************************")

4 0
3 years ago
Backing up data on a computer means
aleksklad [387]

Answer: when you back data up you are copying it and then moving the copy to another storage device

6 0
4 years ago
Read 2 more answers
How was WiFi discovered?
postnew [5]

Answer:

An Australian scientist by the name of John O'Sullivan was inspired by Stephen Hawking's theory of evaporating black holes and their subsequent radio waves. He set out to find them and prove the theory correct. (Wi-Fi was discovered on accident)

7 0
3 years ago
Other questions:
  • Which structure is the following true for? For _________, arguments are substituted exactly as entered, without checking for mem
    6·1 answer
  • The three devices you are going to install are a 2u server, a 1u keyboard tray, and an 8u space for a rack mounted moitor. Given
    6·1 answer
  • Write calls to printf to display the variable x in the following formats:
    8·1 answer
  • The QWERTY keyboard is the most common layout of keys on a keyboard. <br> a. True<br> b. False
    8·2 answers
  • Write a Python function called simulate_observations. It should take no arguments, and it should return an array of 7 numbers. E
    7·1 answer
  • We use a cubic equation in which the variables and coefficients all take on values in the set of integers from 0 through p - 1 a
    8·1 answer
  • Peter was working on a design for a magazine. He had to give his design to his team for further editing. He wanted to use a file
    8·1 answer
  • Player casts 'Assassinate' on 'Acolyte of pain'. Acolyte's owner will:
    6·2 answers
  • Please explain what is Ribbon?  give examples​
    7·2 answers
  • Treating others with respect, even when they're impolite, is considered
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!