Answer:
c
Explanation:
does anyone knows how I can remove those people at the bottom In google photos it’s not showing up in google contact help
What is the default zoom percentage in Word?
Answer:
50%
100%
150%
200%
Explanation:
Which ribbon tab is not a default in Outlook 2016's main interface?
O Home
Send/Receive
O Folder
O Review
Answer:
review
Explanation:
Guitar players calling their guitar an "axe" in the company of their bandmates is an example of:
A. creating an acronym for simplicity.
B. a bromance relationship.
C. using slang in a community.
D. an instant-message chat.
Answer:
The answer is A
Explanation:
DECIPHER AND SOLVE THIS
SCC:R
D
YJOTE VP=GPIMFRT
Jason found his father’s old phone . When he looked into the interior circuit of the phone, he found that the storage car was permanently fixed on the primary circuit board of the phone, what type of storage media is this?
Which program will have the output shown below?
5
6
7
>>> for count in range(4, 7):
print(count)
>>> for count in range((4, 8):
print(count)
>>> for count in range(5,7):
print(count)
>>> for count in range(5, 8):
print(count)
for count in range(5, 8):
print(count)
This will produce.
5
6
7
I hope this helps!
Answer:
>>> for count in range(5, 8):
print(count)
Explanation: got it right on edgen
what is the branching factor of the following tree?
Answer:
a is the branching factor
Answer:
B, 2 factor
Explanation:
Which option helps you choose the design of a slide in a presentation?
Answer:
Wut options??
Explanation:
6. An example of a private network is.
•internet
•wi-fi
•modem
•router
Answer:
a. internet
because all the others are public
Answer:
the answer is A
Explanation: hope this helps
round 9572to the nearest 1000
Answer:
10,000
Explanation:
Since the 5 is behind the thousand place, which is 9, we round according to 5. Although 5 is in the middle of 1 and ten, it rounds up to ten. Therefore, your answer is 10,000.
Can someone help me with number 4 will award brainliest
Answer:
(Read Below)
Explanation:
System managers manage all efficiency tasks, but personally I think that the allocation of system resources is the most useful task the system manager performs. This is because if system resources weren't optimally managed, performance would drop significantly. (Hope this helped! :))
Which is the most popular language used in game programming?
A.binary
B. C++
C. CGI
D. Flash
Answer:
B C++
Explanation:
The two most common languages for game designers to learn are C++ and Java, although other languages are popular (such as C# for Unity). Another type of programming you may hear referred to is scripting, but that essentially comes down to a type of systems programming.
Answer:
b
Explanation:
i just know it
Pls help... : Slide layouts can be changed by _____.
selecting new layout from the Tools menu
selecting new layout from the Edit menu
selecting a new layout from the Task pane
selecting a new layout from the Slide pane
Answer:
Selecting a new layout from the task pane
Explanation:
selecting a new layout from the Task pane
kekw
Question #1
Multiple Select
Which collections can contain duplicate items?
deque
O dataset
O list
tuple
organizer
Answer:
Deque
Tuple
List
(Did it on Edge)
In this exercise we have to use python knowledge to identify which ones can be used with duplicate terms, like this;
it is the List
What is a list in Python?A list in Python is an ordered sequence or collection of values. Each value in the list is identified by an index. The values that form a list are called elements or items.
See more about list in python at brainly.com/question/26104476
Witch icon allows you to see paragraph formatting feature
Bert is familiar with multiple operating systems. His primary work revolves around repairing and upgrading computers. What is his role at his company? ОА Network Administrator OB. Network Technician Network Engineer OD. Network Manager
Answer:
I think its B
Explanation:
Because only technicians do that kinda stuff. Sorry if incorrect
What game is this ?? Helppp me
edhesive 2.3 code practice question 1
Answer:
a=int(input("Enter a numerator: "))
b=int(input("Enter a divisor: "))
quotient=a/b
remainder=a%b
print("Quotient is: " + str(int(quotient)))
print("Remainder is: " + str(int(remainder)))
Explanation:
Hope this helps :)
Is this statement true or false?
Humor should never be used in a presentation as it will distract your audience.
true
false
Answer:
false
Explanation:
you are welcome ;)
What is the speed of Android operating system?
Answer:
There isn't an exact android speed due to a variety of androids. But there are very fast like the HTC 10 or a Samsung Galaxy.
Explanation:
100 points! What categories would you need to access to create a full program where a sprite paints a square on the screen?
A.
Motion, Pen, Control, Sensing
B.
Events, Pen, Looks, Operators
C.
Events, Pen, Motion
D
Variables, Pen, Operators
Answer:
i think its A. but im not sure
Answer:
A
Explanation:
I took the test and this was right
Which tools are found in the Quick Analysis feature? Check all that apply.
Table
pivot table
sum
count
more
row evaluation
Answer:
A, C, E
Explanation:
Answer:
A,B,E
Explanation:
just did it on edge2020
what does memory Stores?
Alisa Miller reports that the number of Americans who closely follow overseas news:
A.) decreased by 30 percent in the past 20 years.
B.) jumped to more than 50 percent in the past 20 years.
C.) will double over the next 20 years.
D.) doubled over the past 20 years.
Jumped to more than 50 percent in the past 20 years
Select the correct answer
in the context of website navigation, what is a node?
a point at which the user chooses a certain path
a part of a web page that gives it a unique identity
a navigational aid that tells users know where they are
a hyperlink that leads to the home page
Answer:
a point at which the user chooses a certain path.
Answer:
a point at which the user chooses a certain path.
Explanation:
3.4 lesson practice
Answer:
The answer is A. Second Half of the month.
Explanation:
If Im reffering right to the source. So If you doing Chapter 3 Comp. Science. Than this is right.
Answer:
A
Explanation:
what generally occurs in an economy as specialization increases
It's very obvi that the answer is when the economic impact of specialization can be seen in the propensity for people to choose different missions that are more "in line" with their interests, talents or skills, chances and education
What makes this information systems environment unique? (3 points)
Information technologies are unique not just because of their growing use in decision-making and knowledge management systems, important as that is. Their use has also yielded significant improvements in the efficiency of energy and materials use.
What changes should be made in OSI model(Open System Interconnection).
Answer:
Explanation:
When most non-technical people hear the term “seven layers”, they either think of the popular Super Bowl bean dip or they mistakenly think about the seven layers of Hell, courtesy of Dante’s Inferno (there are nine). For IT professionals, the seven layers refer to the Open Systems Interconnection (OSI) model, a conceptual framework that describes the functions of a networking or telecommunication system.
The model uses layers to help give a visual description of what is going on with a particular networking system. This can help network managers narrow down problems (Is it a physical issue or something with the application?), as well as computer programmers (when developing an application, which other layers does it need to work with?). Tech vendors selling new products will often refer to the OSI model to help customers understand which layer their products work with or whether it works “across the stack”.
Layer 7 - Application
To further our bean dip analogy, the Application Layer is the one at the top--it’s what most users see. In the OSI model, this is the layer that is the “closest to the end user”. It receives information directly from users and displays incoming data it to the user. Oddly enough, applications themselves do not reside at the application layer. Instead the layer facilitates communication through lower layers in order to establish connections with applications at the other end. Web browsers (Google Chrome, Firefox, Safari, etc.) TelNet, and FTP, are examples of communications that rely on Layer 7.
Layer 6 - Presentation
The Presentation Layer represents the area that is independent of data representation at the application layer. In general, it represents the preparation or translation of application format to network format, or from network formatting to application format. In other words, the layer “presents” data for the application or the network. A good example of this is encryption and decryption of data for secure transmission - this happens at Layer 6.
Answer:
go darlin
Explanation: