What is a disadvantage of communicating on social media?
Collaborating with others
Speed
Lack of privacy
Maintaining relationships
Answer:
Lack of privacy
Explanation:
Q) Look at the code and determine the output
y=-10
while(y<10):
print('$', end="") y += 5
(a) $$$$$$$$$$
(b) $$$$
(c) $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
(d) Nothing will be printed
Answer:
B.
Explanation:
In PowerPoint, a picture might be a photograph, a shape you draw, a piece of clip art, or an illustration created using a graphics app
O True
O False
Answer:
True
Explanation:
In PowerPoint, you can insert pictures/images that include photographs, shapes, and illustrations.
Answer:
True
Explanation:
A certain microprocessor requires either 2, 4, 8, 12, or 16 machine cycles to perform various operations. Seventeen and one-half (17.5) percent of its instructions require 2 machine cycles, 12.5% require 4 machine cycles, 35% require 8 machine cycles, 20% require 12 machine cycles, and 15% require 16 machine cycles. What is the average number of machine cycles per instruction for this microprocessor
What term describes the story of a game?
tale
fable
narrative
setting
Answer:
tale.
Explanation:
because the other answers make 0 sense.
Read the problem listed below. Formulate a Decomposition or Outline of the problem. Determine if you have seen this problem before and how it was solved. Start to write your Algorithm, making note of the inputs and outputs that will be required. Write your code, test and debug.
Problem:
Create a program in Python that will draw a series of triangles. The program needs to ask the user for the number of triangles to draw and the size of the triangle.
The inputs for this program need to look like the following:
Enter the number of triangles:
Enter the size of the triangles:
Using these two inputs, your program will then draw a series of triangles in the size the user wishes.
For example if the user enters 3 triangles with a size of 5, the following will be the output:
*
**
***
****
*
**
***
****
*
**
***
****
The easiest way to solve this problem is with two loops. One loop draws the triangles and the other repeats the drawing.
When testing your program make sure you test with different sizes and different numbers of triangles as this will be how your code will be run by Codio.
URL where the media can be found;
the description of the type of media used in the example;
an analysis of the media piece in relation to the best practices discussed in this lesson, which answers these questions:
Does the piece illustrate best practices?
Which are best represented?
What point do you feel the company
Victor and Ellen are software engineers working on a popular mobile app. Victor has been in his position for 10 years longer than Ellen, who is a recent graduate. During the development of a new feature, Ellen expressed her concern that VIctor's proposed code would create instability in the app. Victor told Ellen he would address her concern with their supervisor. When Victor met privately with his supervisor, he claimed that he had discovered the problem, and that Ellen had dismissed it. Which principle of the Software Engineering Code of Ethics has Victor violated
Victor violated principle 7: Colleagues of the Software Engineering Code of Ethics
A code of ethics reaffirms an organization's ethical conducts and morals so that workers, as well as, third parties are aware of the expectations they must meet.
A code of ethics' objective is to instruct persons functioning on behalf of an organization on how they should act.
The attitude of Victor towards her junior colleague (Ellen) is unjust and dishonest since Victor has claimed the credit meant to be for Ellen.
Therefore, we can conclude that Victor has violated principle 7: Colleagues of the Software Engineering Code of Ethics.
Learn more about the code of ethics here:
https://brainly.com/question/18401975
Please answer the questions.
Answer:
10 days
Explanation:
because they have to go through all your history to see if any of that could of caused it
Answer to questions 1 is option D, answer to question 2 is option B, answer to question 3 is option D
The problem below uses the function get_numbers() to read a number of integers from the user. Three unfinished functions are defined, which should print only certain types of numbers that the user entered. Complete the unfinished functions, adding loops and branches where necessary. Match the output with the below sample:
Enter 5 integers:
0 5
1 99
2 -44
3 0
4 12
Numbers: 5 99 -44 0 12
Odd numbers: 5 99
Negative numbers: -44
Project planning output is :
A. Top-down planning
B. Bottom up planning
C. Waterfall planning
D. Iterative planning
Answer:
A
Explanation:
The main output of Project palnning is project plan.
Why is information so important in our lives
Does The ps5 digital have a disc drive even Though ps4 games are not compatible
Answer:
Since the PS5 is backward compatible with the PS4, PS4 games can be played on the new console. Then, select the game hub from your Games home page. Quick tip: If you have a PS5 Digital Edition, you won't be able to use physical game discs since it does not have a disc drive to read them.
Explanation:
HOPE IT HELPS
What is accomplished by the following code snippet, assuming all variables had been
populated?
amount_owed += duration rate
O Amount owed is set to duration times rate.
O Amount owed adds duration times rate to it.
O Amount owed is displayed to a user as duration rate.
O This line would return a syntax error.
There are different kinds of computer programs. The option that is accomplished by the following code snippet is the Amount owed adds duration times rate to it.
Code Snippet is simply regarded as a term used to show a tiny portion of re-usable source code, machine code etc. It is know to help a programmer to avoid typing repetitive code when undergoing routine programming.It is a common example in documentation. It depicts how to use some particular class or how to finish an assigned task. It can be in form of a short snippet that is based on a specific task or a longer one.
Learn more about Code Snippet from
https://brainly.com/question/24171161
Type the correct answer in each box. Spell all words correctly, and use numerals instead of words for numbers. If necessary, use / for the fraction bar(s). What is the hexadecimal equivalent of the decimal number 125.28? The hexadecimal equivalent of the decimal number 125.28 is
Answer:
125.28₁₀ in hexadecimal = 7D.47AE147AE1₁₆
Step-by-Step Explanation:
To convert decimal number 125.28, we convert its integer and fraction part individually and then add them to get the equivalent hexadecimal number, as below:
To convert integer 125 to hexadecimal, follow these steps:
Divide 125 by 16 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero.
Then just write out the remainders in the reverse order to get the equivalent hexadecimal number.
125 / 16 = 7 with remainder 13 (D)
7 / 16 = 0 with remainder 7
Here is the answer to 125 decimal to hexadecimal number:
7D
For converting decimal fraction 0.28 to hexadecimal number, follow these steps:
Multiply 0.28 by 16 keeping notice of the resulting integer and fractional part. Continue multiplying by 16 until you get a resulting fractional part equal to zero (we calcuclate upto ten digits).
Then just write out the integer parts from the results of each multiplication to get equivalent hexadecimal number.
0.28 × 16 = 4 + 0.48
0.48 × 16 = 7 + 0.68000000000001
0.68000000000001 × 16 = 10 (A) + 0.88000000000011
0.88000000000011 × 16 = 14 (E) + 0.080000000001746
0.080000000001746 × 16 = 1 + 0.28000000002794
0.28000000002794 × 16 = 4 + 0.48000000044703
0.48000000044703 × 16 = 7 + 0.68000000715256
0.68000000715256 × 16 = 10 (A) + 0.88000011444092
0.88000011444092 × 16 = 14 (E) + 0.080001831054688
0.080001831054688 × 16 = 1 + 0.280029296875
Here is the answer to 0.28 decimal to hexadecimal number:
0.47AE147AE1
Therefore, decimal number 125.28 converted to hexadecimal is equal:
7D.47AE147AE1
Which system carries the idea of GPS service further than simply telling you which route to take to arrive at a particular place
There are different uses of GPS. Apple’s Siri system carries the idea of GPS service further than simply telling you which route to take to arrive at a particular place.
Apple Siri is a software device that can make calls or send texts for a person when he or she is driving.
It often carries the idea of GPS service further as it does not only give GPS but it can help you to tell you, your messages on your Airpods. It often offers some suggestions on things you want to do will driving.
Learn more about Apple Siri from
https://brainly.com/question/9795929
Here’s my last question
Answer:
Can't find it lolol
Explanation:
Where?
True or False. The 'C' programming language guarantees that R0 will always contain a zero value on the ATmega328P
What should you look out for when choosing snacks that seem healthy? How can you make sure that the snacks you are choosing are actually healthy?
Answer:
You can make sure that the snack is healthy by looking at the ingreadents. A healthy snack should not have alot of persavatives and sugars. A good golden rule is if you can't pronaunce the word then its not good for you.
Explanation:
True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.
The statement that Reader Accounts are able to extract data from shared data objects for use outside of Snowflake is; A: True
Snowflake is all about cloud computing data warehousing. This platform offers cloud-based data storage and analytics service that enables corporate users to store and analyze data with the aid of their cloud based hardware and software.
Now, Reader Accounts are Snowflake accounts that are created and managed by data providers on behalf of their consumers. These reader accounts make it a lot more easy for organizations to easily share data with anyone and as such they can also extract data from shared objects for use outside of snowflake.
Read more about snowflake at; https://brainly.com/question/9124395
What is the difference between * and **operator? in python
Answer: "**" is used for power off while "*" is used for multiplication
Explanation: you just have to memorize it
In python language the "**" operator is used for 'power of" and "*" is used for multiplication.
To alter the value of operands in Python, utilise the operators constructs. These are the figurative representations of logical, mathematical, and other operations.
Consider the equation 4 + 5 = 9. The operator in this instance is +, and the operands are 4 and 5. We'll examine numerous Python operators in this session.
The following operator categories are supported by the Python language.
Comparison (Relational) Operators for ArithmeticOperators of assignmentsIntelligent OperatorsOperators in bitsOwners of membershipsIndividual OperatorsLet's quickly review each of these operators in turn.In python language the "**" operator is used for 'power of" and "*" is used for multiplication.
Therefore, in python language the "**" operator is used for 'power of" and "*" is used for multiplication.
Learn more about the python language here:
https://brainly.com/question/11288191.
#SPJ3
Does technology always follow the science,yes or no explain why to choice
Answer:
NoExplanation:
because Technology does not always follow science but it may actually lead science in some instances. An example is weather forecasting.Again Mark me brainliest plz i really need itwho invent cars and who invent bikes and who invent pc
Answer:
Cars were invented in 1886 by Karl Benz.The term bicycle was coined in France in the 1860s, but The first verifiable claim for a practically used bicycle belongs to German Baron Karl von Drais in 1817The first computer was by Charles Babbage, an English mechanical engineer and polymath he originated the concept of a programmable computer.A wireless ________ extender is a network device that enhances transmission of your wireless signal.
Explanation:
A wifi range extender,sometime called a range expander,is type of wireless repeater used to exten wifi range.
Implement a function mystery( ) that takes as input a positive integer n and answers this
question. How many times can n be halved (using integer division) before reaching 1?
The function mystery that takes as input a positive integer n is given below. The number of times that can n be halved (using integer division) before reaching 1 is infinite.
What are function mysteries?The non-negative integers are used to define the mystery function. The more common name of this method is hidden to avoid tempting you to explore the Web for assistance in completing this task, which would be a very dishonorable thing to do. Assume n has m bits.
Count= 0
While n > 1
n = n
Count += 1
Return count
Once. You now have 1/2. You can split 1/2 in half to make quarters, but that is not dividing one, it is dividing one half. If you mean how long the series of subsequent subdivisions you can make can be, the answer is infinite.
Therefore, the number of times that can n be halved (using integer division) before reaching 1 is infinite.
To learn more about function mysteries, refer to the below link:
https://brainly.com/question/14201335
#SPJ2
what changes might you make to a circuit in order to slow the flow of electrical energy?
Answer: The resistor uses the energy of the electrons around the wire and slows down the flow of electrons.
Explanation:
When running the following code:
true = 5
false = 6
print (true + false)
-
The interpreter will:
Answer:
print(11)
Explanation:
true + false = print statement
5 + 6 = 11
To permit communication between two people who do not speak the same language, interpreters accurately and objectively translate spoken or sign languages into other languages.
What is role of print statements in interpreter?It is the interpreter's responsibility to use these code objects and carry out the directives. You might be astonished to learn that compilation even occurs during the execution of Python code.
As contrast to “compiled” languages like C or Rust, Python is frequently referred to as a “interpreted” language like Ruby or Perl.
A trained expert who facilitates communication between those who speak or sign in various languages is known as an interpretation.
The print() function outputs the message to the normal output device, such as the screen. The message can be a string or any other object, and before it is displayed on the screen, the object will be changed into a string.
Therefore, true + false = print statement 5 + 6 = 11
Learn more about print statements here:
https://brainly.com/question/24200615
#SPJ2
Write a program to test if an integer input from the keyboard is odd or even. Sample Run 1: Enter a Number: 78 Even Sample Run 2: Enter a Number: 17 Odd
Answer:
number = int(input("Enter a number: "))
if number % 2 == 0:
print("Even")
else:
print("Odd")
Explanation:
Currently taking python at school. On the last few lessons.
10011÷11 binary division
Answer:
110.01001
Explanation:
it's a repeating decimal
All Office programs have similar commands on the tab for changing the document view a. File b. View c. Locate d. display
Answer:
B. View
Explanation:
So you can eliminate "Locate" and "Display", since those do not exist on the Microsoft Word task bar.
Now you're left with File and View. File has everything to do with sharing and exporting your file, such as printing or saving it to your computer as a specific file.
With that being said, we're left with "B. View", which as you can see when you click it, presents many us with ways to view our document.
Good luck on your Microsoft Office/Word Certification!
g Tonya recognizes that one example of the impact of censorship on Internet service providers (ISPs) is that