what does c++ programming mean?

Answers

Answer 1

Answer:

It's an internal joke to say the language is basically C with some extra stuff (like classes)

the "++" is short for

C += 1 or

C = C + 1 which is a common calculation among programmers so they named it C++ to be a more commercial and attractive name than "C with classes"

Explanation:


Related Questions

7. What was the original purpose of the network that would become the internet?
A shopping and commerce
B. social media
C. digitizing books
D. military and academic communication

Answers

Answer:

D, Mulitary and Academic communicationj

Explanation: Just did this

Which option is the output of the Functional Requirements of the SRS document?
A.
program modules
B.
data formats
C.
storage capabilities
D.
hardware interfaces
E.
communication interfaces

Answers

Answer:

E

communication interface

I just need question 2 answered. Someone please help I’m on a test!

Answers

Answer:

Principal photography

Explanation:

What do you understand by the term input, output, processing and storage.​

Answers

Explanation:

The hardware responsible for these four areas operates as follows: Input devices accept data in a form that the computer can use; they then send the data to the processing unit. ... Output devices show people the processed data-information in a form that they can use. Storage usually means secondary storage.

Answer:

input is any information that are given by user and output is the meaningful results that displays in screen and processing means the actions of computer to convert input into output and storage is the last stage where the data and information held for future. I hope you like the answer

how does communication promotes team building​

Answers

Team members must communicate with one another in a way that encourages collaboration and mutual understanding. Trust, message clarity, and loyalty are all enhanced by effective communication. Trust and motivation are eroded by ambiguous, poorly structured communication.

Answer:

Effective communication within a team will build a common purpose among team members that will allow them to reach their goals. ... Strong group communication will create understanding and that understanding will create powerful relationships within a team.

What was the most surprising thing you learned this term? Why did it surprise you? ​

Answers

Answer:

is this just a small question you are asking the world?

Explanation:

because i am not fully understanding this, could you please give further detail?

While shopping online, Tucker visits a website that looks outdated and has limited reviews. Which of the following strategies should he use to make sure the site is trustworthy?

Evaluate source credibility.
Fact check.
Use the website anyway.
Look for authenticity.

Answers

Answer:

Evaluate source credibility

Explanation:

cuz it is

Evaluate source credibility is the strategies should he use to make sure the site is trustworthy. Hence, option A is correct.

What is source credibility?

documents released during the last ten years; research publications written by reputable and well-known writers; websites registered by governmental and educational institutions.

the extent to which consumers trust and believe what other people and organizations say about a specific offering or service According to the source credibility idea, when a source promotes itself as credible, people are more likely to be convinced.

The sources can be categorized into three groups: primary sources, secondary sources, and tertiary sources. There are numerous distinct sorts of sources. Since they provide you with direct evidence of the topic you are investigating, primary sources are frequently thought to be the most credible forms of support for your claim.

Thus, option A is correct.

For more information about  source credibility, click here:

https://brainly.com/question/16530693

#SPJ2

2p + 1 = -1


please help

Answers

Answer:

this is the start of the equation

Explanation:

2p + 1 = -1

-2 -2

Answer:

I think its -1

Explanation:

2p+1=-1

2p+1-1=-1-1 minus one from each side

2p=-2 divide both sides by 2

2p/2=-2/2

p=-1

Thiết kế biểu đồ thực thể liên kết và tập lược đồ cơ sở dữ liệu quan hệ cho các bài toán quản lý sau:
Bài toán 1. Bạn cần một cơ sở dữ liệu để quản lý thông tin về các tạp chí. Với mỗi tạp chí bạn cần quản lí tên tạp chí, số ISSN (mã số công bố của tạp chí), số phát hành và năm phát hành. Dữ liệu về các bài báo trong tạp chí bao gồm: tiêu đề bài báo, trang bắt đầu và trang kết thúc của bài báo trong tạp chí (nghĩa là bài báo bắt đầu từ trang nào, và kết thúc ở trang nào trong tạp chí). Giả thiết rằng không có hai bài báo nào có cùng tiêu đề. Mỗi bài báo được viết bởi một vài tác giả. Mỗi tác giả bạn sẽ lưu các thông tin về tên, địa chỉ email và địa chỉ cơ quan.

Answers

Answer:

sorry please write in English than i help.you i don't understand your language

CPU is also called RAM.
True or false.​

Answers

Answer:

False

Explanation:

RAM works in conjunction with the central processing unit (CPU). If RAM is the temporary memory, you can think of the CPU as the brain of the computer. The CPU chip retrieves data from the RAM

FALSE ...

BECAUSE RAM IS A MEMORY AND CPU IS A UNIT OF COMPUTER THAT'S WHY IT IS FALSE

what are the components of computer system??

Answers

Answer:

1. A motherboard.

2. A Central Processing Unit (CPU)

3. A Graphics Processing Unit (GPU), also known as a video card.

4. Random Access Memory (RAM), also known as volatile memory.

5. Storage: Solid State Drive (SSD) or Hard Disk Drive (HDD)

(Please give me brainliest)

What is printed when the following code has been executed?
int x = 15;
int y = 4;
System.out.println((2 * x + y) % x);
15
4
34
2
19

Answers

Hey it is 15 hope this helps

Number 1 is what part of an application







Title Bar


Ribbon


Quick Access Toolbar


Status Bar

Answers

Answer:

The correct answer is Quick acces tool bar. You litteraly probably don't even use brainly anymore lol.

Explanation:

I absolutly confirm this is correct.

The number 1 is the part of an application that is considerably known as the Quick Access Toolbar. Thus, the correct option for this question is C.

What does the Quick Access toolbar contain 1 point?

The customizable Quick Access Toolbar contains a set of commands that are independent of the currently displayed tab on the ribbon. You can move the Quick Access Toolbar from one of the two possible locations, and you can add buttons that represent commands to the Quick Access Toolbar.

According to the context of this question, the quick access toolbar is located in the title bar of the application window but can be configured to display below the ribbon usually consisting of the number 1 part of an application.

Therefore, number 1 is the part of an application that is considerably known as the Quick Access Toolbar. Thus, the correct option for this question is C.

To earn more about Quick access toolbar, refer to the link:

https://brainly.com/question/13523749

#SPJ6

what is keyboard buffer tell me the answer nicely and I will give brainlitst​

Answers

Answer:

A keyboard buffer is a very small partition of memory that is usually stored in the computer memory in random access memory (RAM) and captures all the keystrokes made on a keyboard.

Explanation:

Which term describes the variable x in this program?

x = int(input("Enter a score or enter -1 to end. "))

while x != -1:

x = int(input("Enter a score or enter -1 to end. "))

an iteration counter
a sentinel value
a string counter
a loop counter

Answers

Answer: a sentinel value

Explanation:

a sentinel value is a value that is used as a condition to end the program. notice that it says "enter -1 to end"

The theory of plate tectonics evolved from previous theories and concepts put forward by several scientists before its conception. Which theories and concepts are part of this evolution? I. continental drift III. convection current II. seafloor spreading IV. internal structure of Earth

Answers

Answer:

I. Continental drift.

Hope this helps

explain how communication in fuses management efficiency​

Answers

Explanation:

Effective communication is pivotal in increasing productivity because it directly influences the behavior of the staff and the way they perform. ... That is why it is essential that you practice communicating with your staff. It will improve understanding and, in the result, will elevate productivity and efficiency.

Design and implement an application that reads a string from the user then determines and prints how many of eachlowercase vowel (a,e,i,o,and u) appear in the entire string.

Answers

Design and implement an application that reads a string from the user, then determines and prints how many of each lowercase vowel (a, e, i, o, and u) appear in the entire string . Have a separate counter for each vowel. Also count and print the number of nonvowel characters .

SPECIFICATION OF PROMPTS, LABELS AND OUTPUT : Your code should use the prompt "enter string : ". After the input is read, there are six lines of output , each starting with a different label: "a: ", "e: ", "i: ", "o: ", "u: ", "other: " in that order. After each label is the required count.

For example: if "aardvark heebie jeebies" were read in,

Philip took pictures with his smartphone and save them into his computer unless you delete the photos from the computer they will remain strong because the a computer has a​

Answers

Answer:

Storage drive

Explanation:

1. Philip took pictures on a smartphone; given

2. Philip saved pictures from smartphone onto computer; given

Philip saved the pictures onto the computer. This means that the data was transferred from the phone's storage drive onto the computer's storage drive. Storage drives are strong/hard storage mediums. This means that the storage drive will not be deleted on each start-up, unlike weak/soft storage of random access memory (RAM).

HDD = Hard Disk Drive; strong/hard medium (non-volatile); a mechanical actuator etches data into magnetic platters.

SSD = Solid State Drive; strong/hard medium (non-volatile); NAND logic gates on electronically erasable programmable read-only memory (EEPROM) chips are controlled through a SSD controller

RAM = Random Access Memory; weak/soft medium (volatile); Double Data Rate (DDR) Synchronous Dynamic Random Access Memory modules (SDRAM) are controlled most commonly through a central processor unit (CPU) or through a dedicated memory chip (specialized tasks most commonly).

Which type of game is least likely to need a structured narrative?


a first-person shooter, ,

an adventure game ,

a role-playing game ,

a sports game







Question 4

Answers

Answer:

an adventure game

Explanation:

It is this because people explore more than rather have certain dialouge or storylines like perspective games. so in that case i hope this answer helps!!!

In order to get the maximum functionality out of a device that is plugged in, a user should download the specific ___ for that device.

Answers

I think the answer they are looking for is drivers. You need to download specific drivers for the device to function to its max potential
the answer to that question is Drivers

Write a program that can add, Subtract, multiply and divide entered numbers.

Answers

In Python:

def add(x, y):

   return x + y

def subtract(x, y):

   return x - y

def multiply(x, y):

   return x * y

def divide(x, y):

  return x / y

1. The jargon for navigating on the Internet is called: A. surfing B. selecting C. clicking D. analyzing​

Answers

Answer:

A. surfing

Explanation:

Browsing the internet is known as surfing the internet.

what is the impact of using computer in office?​

Answers

Answer:

It significantly enhance productivity.It can increase the speed and accuracy of many work processes, which improves overall worker efficiency. Documents can be written and edited much more quickly with the aid of a word processing program, and procedures, such as billing and accounting, can also occur more rapidly and with fewer errors.Computers in the office increase productivity not only in areas such as word processing, data management and information access, but also in information creation, collation and ultimately storage.

The Impact of using computer in the office can not be over emphasised as it generally increase throughput makes work flow fluid and encourages collaboration.

Some other positive Impact of using computer

Some of the positive effects are faster communication, an organisation of data and information, computerisation of tasks, and easier access to the information.

Learn more about impact of computer:

https://brainly.com/question/984271

For what purpose does a programmer use flowcharts and pseudocode?

A- to execute code
B- to translate code into assembly language
C- to communicate the steps needed to write a program
D- to communicate methods to test code

Answers

When there’s a quizlet theirs a way. So the answer is C. Pls give brainliest.

Give short introduction of profession and make a list of its types. ​

Answers

are you asking for a list of professional jobs or?…..

We know that February has either 28 or 29 days, but there is a year in the future, February will have 30 days
What exactly is this year?

Answers

Answer:

39 days is the offensive number

Explanation:

cuz calendar no have that numer

Types of cloud storag?

Answers

Answer:

There r 3 types of data storage: object storage, file storage, and block storage. Each offers their own advantages and have their own use cases: Object Storage - Applications developed in the cloud often take advantage of object storage's vast scalablity and metadata characteristics.

explain how communication managerial efficiency​

Answers

Answer:

The efficiency of manager depends upon his ability to communicate effectively with the members of his organisation. It is only through communication that management conveys its goals and desires, issues instructions and orders, allocates jobs and responsibility and evaluates performance of subordinates.

pls tag me brainliest

phân tích cạnh tranh của cocacola và pepsi

Answers

I don’t understand please speak English
Other Questions
According to the following image, what is the length of ST? A caterer charges 5500 plus 530 per guest to cater a wedding. Walt and Traci don't want to spend more than $8000 on catering Writeand solve an inequality in terms of the number ofguests, 9 that can be invited. The permanent tilt of the Earths axis and the revolution of the earth in its orbit results in (a) Day and night(b) the four seasons(c) deflection of winds(d) rise and fall of tides 1) a supermarket sells articles during the festival seasons with a 10% discount. find the new price of the following articles.i) A CFL bulb if the marked price is Rs. 280ii) A bunion if the marked price is Rs. 650.iii) A gas cooker if the marked price is Rs. 7500 There is 1 inch of water in a pool. The water level is increasing at 0.75 inches/minute. Which linear equation represents the total depth of the water, in inches, after x minutes?Question 3 options:y=0.75x+11+y=0.75xx=0.75yy=0.75x Find (f +g)(x) where f(x) = x+ 3 and g(x) = x + 4. what is the primary pigment that makes leaves green in land plants? Why do you think government is an important part of any civilization create a equation for this exponential function An item on sale costs 65% of the original price. The original price was $25. how are you? and why? are u having trouble on your hw? Complete the sentence with the correct word. The period of rule ended in the United States on July 4, 1776. o colonial O heritage O contributions O ancestor before becoming the u.s. virgin islands, what were these islands known as? The people on this app are mean for not answering How did this trade route and others most likely impact societies and civilizations? A. Trade closed the gap between the wealthy and poor, as everyone profited. B. Trade facilitated the spread of new goods, technology, and culture. C. Trade only benefitted a few societies, allowing them to dominate others. D. Trade led to increased isolation as societies rejected new ideas and people. Qu consecuencias trajo la reduccin o eliminacines de inpuestos y cargas tributarias para el gobierno de iturbide? Drag the tiles to the boxes to form correct pairs.Match each definition to the correct word.TilesImpossible to see or pass through:Impossible to understandthe state of being marriedrushed forward suddenlylived in a particular placebeing reddish in colortalking for a long time about unimportantand uninteresting thingsasked someone to do something usinga serious or emotional tonethe usual attitude or mood of a person or animal How did the Crusades accelerate change in Europe? Colby has a square placemat. The area of theplacemat is 3 square feetWhat is the exact perimeter of the placemat?Use the number pad to enter your answer in the boxThe exact perimeter isft help please Can somebody help me with this im so confused :-(