Answer:
binary numbers system
NoteTaking Cards
Topic
Source
Facts
Key terms
People
Event
Important question
Answer:
The question is what exactly?
What is the difference between a programming language and natural (every-day) language?
Enter your answer here
Answer:
Explanation:
Natural languages are used for communication between people and programming languages enable human to interact with machines.
The natural language is used for comprehension or communication among humans whereas the programming language is used for the communication between humans and machines.
The errors in programming language can lead to mistakes in functioning of program in a machine whereas small minor errors in communication can be ignored if the meaning is understood. Codes and symbols are used for communication between human and machines in programming language and written text or symbols are used for communication between humans in natural language. Gestures cannot be used in programming language to comprehend with machines but gestures can be used for communication between humans in natural language. For learning programming language one should previously have a strong technical background but for learning natural language one should not required to have strong technical knowledge.Learn more about programming language:
https://brainly.com/question/24360571
Is Microsoft team voice lagging for people who use it I want to know I only want to know if you use it ok not if you don’t.
Answer:
Yes it is
Explanation:
Jonathan is slow in math. He finds it difficult to catch up with others students in class. What should the teacher do ?
Answer:
Either tutor him or get him a tutor
Answer:
the teacher should make the student active on study rather then other work.the teacher must take tusion of Jonathan.
what are the advantages of flowcharts over algorithm
Answer:
Flowcharts are easier to understand compare to Algorithms and Pseudocode.
It helps us to understand the Logic of a given problem.
It is very easy to draw a flowchart in any word processing software like MS Word.
Using only very few symbols, complex problems can be represented in a flowchart.
Explanation:
Jeff has created a table to calculate the cost of raw materials that he purchases monthly. Cell A2 shows the fixed cost of the raw material (3).
Column D lists the quantity (number of units) that Jeff purchased each month. What formula can Jeff use in E2 to calculate the monthly cost of
the raw material that he can copy to all the rows below?
Answer:
the correct answer is A
Answer: = A: =A2*D2
Explanation: B only has one $ sign, C has $ signs 4 times in the formula, D is non consistent, and E is also non consistent. A is the only consistent answer.
1st answer will get brainliest!
Which is considered a collection of code that can be run?
Input
Processing
Program
Output
The answer is program!
Answer:
Program
Explanation:
A program is a set of instructions that tell the computer how to perform a process
please tell fast plzzzzzzz
Answer:
spyware
Explanation:
nzyagqiazusvd
Question #5
Multiple Choice
Which statement adds a new item to a dictionary?
O books.insert({5:2})
O books.add({5:2})
O books.update({5:2})
O books.append({5:2})
The statement adds a new item to a dictionary is option C: books.update({5:2}).
How does one add something to a Python dictionary?Python does not support the add(), append(), or insert() methods for adding items to dictionaries. As an alternative, you may add an item to a dictionary by first adding a new index key and then giving it a specific value.
The update() method of dictionary tells more about what is to be added that is the new keys to an existing dictionary.
To add new keys to a dictionary, one need to add an item to a dictionary in Python that has already exist such as:
default_data = {
'item1': 1,
'item2': 2,
}
So if you want to add a any kind of new item such that:
default_data = default_data + {'item3': 3}
Learn more about Python from
https://brainly.com/question/26497128
#SPJ1
Part 1: Select ten foreign currencies and find the current exchange rate. Since currency exchange rates change often, you will need to look up the exchange rates. You can call a bank or look for foreign currency exchange rates on the Internet or in a newspaper.
Part 2: Create a spreadsheet that lists the ten currencies you chose. For each currency, enter an amount and create a formula to convert it to U.S. dollars. Make sure to include dollar signs on appropriate cells.
Answer:
huh? can you tell me a little more.
Explanation:
QUESTION 3 Which sequence of events illustrates the most helpful problem-solving plan? o Think of a solution, execute it, and evaluate the positive and negative effects. If it doesn't wor Recall a time when someone you know had a similar problem, find out what they did, evaluat then evaluate your options Clearly state the problem, analyze its cause and effects, brainstorm possible solutions, evaluat each potential choice, pick an option try it out and evaluate its success Clearly state the problem, get advice from a friend or teacher, and act on the best suggestion QUESTION 4 Click Save and Submit to save and the