Answer:
I like to used the keyboard to type and controller too.
Explanation:
Answer:
Gaming with MnK is better
Explanation:
Mouse and keyboard allow for faster response times
what is the deck of a suspension bridge called
Answer:
that would be the tension in the cables and compression in the towers I believe, my aunt and my uncle work on technology stuff and I'm learning from them.
22. (a) List two arithmetic
operations that can be
performed on a row of
numeric data in a word
processing
table.
Answer:
Addition
Division
Explanation:
Basic calculations which can be performed on numerical data may include ; Addition, subtraction, multiplication, division and so on. For a row of numeric data, arithmetic operation across the rows may include taking the sum of the values, thus can be achieved using the '+' operator symbol. Additionally, the product of the values can also be obtained by using the '*' operator symbol to obtain the product of the row values.othwr arithmetic operations include the division operation, modulus operator which obtains the remainder value of dividing to numbers and the floor division which gives the integer value for a division without the the remainder.
1) "Information systems are revolutionizing the way businesses function in the 21st century," Do you agree or disagree with this statement? Provide evidence to support your position, (2 points)
Answer:
true
Explanation:
everything is computerized. banks, shopping, financial business records, ect
Can someone tell me how to hit on a link on Brainly to see the answer
What is output by the code below?
print("Comp Sci")
print("Rocks")
Answer:
If this is python the output will be:
Comp Sci
Rocks
Explanation:
When you print something it will output that line. However, when you print something in python it automatically skips a line. For instance you told print Comp Sci. And then you asked python to print Rocks. Python will output those two things on two separate lines. Thus proving the answer is:
Comp Sci
Rocks
hope this helps!
What does a WLAN use to transmit data to clients
Here's link to the answer:
tinyurl.com/wpazsebu
Is brainly allowed because you don't Really learn from this..?
Explanation:
I don't know it's some time good and some times bad
Answer:
i bet ur like that one kid who tells the teacher that she forgot to collect the homework even tho u aint even do it
True or False
Explanation:
write 3 things that can't be done without technology.
Answer:
Hacking Online Orders Math
Explanation:
Most wires are covered in rubber to insulate them and keep people safe from electricity and heat true of false
Answer:
I think it is true...
Explanation:
Hope its right
How is this a SyntaxError?(python3)
Answer:
1 bracket, instead of 2 is closed in line 9
Explanation:
Given
The attached code
Required
Why is line 10 a syntax error?
The error points to line 10.
From the attached code, the line 9 is:
amount = int(input("Enter cheese order weight: ")
When converting an input to integer, the syntax is:
variable = int(input("Prompt"))
But, only 1 bracket is closed in the program, where 2 is required.
This is definitely a syntax error
Answer: theres only one bracket
Explanation: got it right on edgen
Can someone write this in java? Also, does anyone know how to do Edhesive assignments? I NEED HELP!!!!!
Answer is in the file below
tinyurl.com/wpazsebu
Can someone tell me how this is a SyntaxError! (Python3)
Answer:
The expression on line 9 required 2 brackets
Explanation:
Given
The attached code
Required
Why syntax error.
The error points to line 10, but the error is actually from line 9
To get an integer input, the syntax is:
variable-name = int(input("Prompt"))
From the attached code, the line 9 is:
amount = int(input("Enter cheese order weight: ")
By comparing the syntax to the actual code on line 9, only 1 of the brackets is closed.
This, in Python 3 is a sytax error
Answer: it needs two brackets
Explanation: got it right on edgen
The first form of the rocket is believed have been developed in _?
China
Germany
Greece
Poland
i will mark u brainliest mf
Answer:
Greece
Explanation:
It is believed that the reaction principle, the physical law of rocket motion, was first demonstrated about 360 B.C. by a Greek named Archytas. Far from demonstrating the reaction principle in a weapon, Archytas simply filled a hollow clay pigeon with water. He then suspended the clay pigeon by string over a fire. The heating of the water produced steam, and the clay pigeon could move under its own power as steam escaped through strategically placed holes. Archytas could hardly have imagined that the same basic principle would one day carry men to the Moon.
Which program will have the output shown below?
12
13
14
>>> for count in range(12, 15):
print(count)
>>> for count in range(15):
print(count)
>>> for count in range(12,14):
print(count)
>>> for count in range(14):
print(count)
Answer:
>>> for count in range(12,14):
print(count)
The All India Cricket Council is experiencing sporadic activity on their ticketing website, depending on the announcement of match schedules. They require high-speed processing during peak times, but otherwise website traffic is nominal. Which unique Cloud feature seamlessly helps manage the increase and decrease in traffic?
Answer:
Elasticity.
Explanation:
Cloud computing can be defined as a type of computing that requires shared computing resources such as cloud storage (data storage), servers, computer power, and software over the internet rather than local servers and hard drives.
Generally, cloud computing offers individuals and businesses a fast, effective and efficient way of providing services.
Cloud computing comprises of three (3) service models and these are;
1. Platform as a Service (PaaS).
2. Infrastructure as a Service (IaaS).
3. Software as a Service (SaaS).
The three (3) main characteristics of cloud computing are;
I. Measured service: it allows cloud service providers to monitor and measure the level of service used by various clients with respect to subscriptions.
II. Resource pooling: this allows cloud service providers to serve multiple customers or clients with services that are scalable and provisional.
III. Elasticity: this is the ability of the cloud computing service to be flexible and adaptive to the traffic or requests from the end users.
Hence, the unique Cloud feature which seamlessly helps manage the increase and decrease in traffic is elasticity.
Give 3 features and uses of
Desktop
laptop
palmtop computer
Answer:
A Palmtop or hand-held personal computer is small enough to hold in one hand and operate with the other. Also called a handtop, these ultra-small computers may have specialized keyboards or keypads for data entry applications or have small qwerty keyboards.
• Palmtops are also called PDAs, hand-held computers and pocket computers.
• Palmtop or hand-held personal computer, lightweight, small, battery-powered, general-purpose programmable computer. It typically has a miniaturized full-function, typewriter like keyboard for input and a small, full color, liquid-crystal display for output. In addition to an operating system that is compatible with that of a desktop computer, a palmtop will typically contain a word processor, a spreadsheet program, and a calendar and phone book. A variety of other programs can be loaded and executed, and data can usually be transferred to and from a desktop computer. Although some palmtops are like personal digital assistants in that they accept handwritten or touch screen input, they generally differ in that the palmtop has more memory, a keyboard, and a greater variety of available programs.
Explanation:
Does anyone know how to do 8.3 Code Practice on Edhesive?
Answer:
nums = [14, 36, 31, -2, 11, -6]
print(nums)
Explanation: That should be 100%.
The Code Practice on Edhesive will be represented with the language of python language. there will be arrays and lists that will be presented. Thus, option A is correct.
What is code?A collection of commands that will be presented is referred to as computer code. It's also the name that was given to the source code. The translator has prepared for computer execution that will be presented.
Code is usually presented with a focus on producing various code-correct internet, application forms as well as a phone application.
The inputs will be
numbers = input()
Splits of numbers will be presented as
numList = numbers.split(' ')
Iterates will be presented with the list:
for i in range(len(numList)):
Conversion of every agreement will be;
numList[i] = int(numList[i])
The final line will be:
print(numList)
Learn more about code, here:
https://brainly.com/question/20712703
#SPJ6
The question is incomplete, Complete question probably will be is:
8.3 code practice adhesive
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.
14 36 31 -2 11 -6
Sample Run
[14, 36, 31, -2, 11, -6]
How do you access the
internet in your school and at home?
The rules on the Internet for how messages are addressed and passed on are called ____ .
the processing is done in the
Answer:
CPU Central Processing Unit
Answer:
CPU.... I'm not sure but it might be right or can u put the full question because it sorta don't make any sense
Complete the sentence with the correct response. In a two-way selection, if the initial statement is evaluated as , the code skips to the ELSE command.
Answer:
True.
The code skips the else command
Explanation:
I will answer this question with the following code segment
n = 1
If n > 0:
Print("greater than 0")
else:
Print("not greater than 0")
From the code segment above
Print("greater than 0") will be executed because the condition If n > 0 is true
Since the if condition is true, the else condition will not be executed
Which software helps you upload content for live streaming
OA OnlineStream
OB. Firewire
OC. PPLive
OD. Blogger
Answer:
a online stream i ting please mark brainilest
Explanation:
Which of the following items is the most important piece of
information to include in a page header or footer?
O Author name
Grade
Date
Page number
Answer:
Page number
Explanation:
Hope this helps
what do you mean by formatting the document?
Answer: See explanation
Explanation:
Document formatting simply refers to how a document is laid out. It involves specifications about the look of a document.
During formatting of a document, some of the things done include alignment, margin, font, color, font size, indentation etc. All three eventually gives the document its look.
7. Application software is a program or group of programs designed for end-users.
True
False
Answer:
True
Explanation:
A software refers to "instructions that tell a computer what to do. Software comprises the entire set of programs, procedures, and routines associated with the operation of a computer system" (Encyclopedia Britannica).
There are two types of software;
i) system software
ii) Application software
An application software helps the user to perform specific tasks on the computer. It was specifically designed for the end user.
A typical example of an application software is the Microsoft office which could be used to prepare documents using the computer.
Answer:
true
Explanation:
Which of the following tasks can you perform using a word processor?
insert a bulleted list in a document
check a document for spelling errors
edit a video for inclusion in a document
create an outline of sections to be included in a document
set a password to restrict access to a document
Answer:
check a document for spelling errors
Explanation:
With a word processor, you can easily edit and make changes to a document, move text around in a document, add images, change fonts, check for spelling errors
Brainliest for correct answer :)
How many different input combinations will be considered in the truth table, when there are 2 Inputs to the logic circuit?
Answer:
hey there, it's 4 different input combinations (TrueTrue, TrueFalse, FalseFalse,FalseTrue).
Can someone please answer these, I'm tired of wasting points on questions that no one answers.
Describe the respective benefits of participatory design and contextual design, with examples of situations in which each might be preferred.
Outline which activities involve mathematical reasoning skills..
Explain the most appropriate methods to use in designing a product for the user in the following scenario, including aspects of the user interface that might need special attention.
Situation: A researcher approaches a designer with a request for a computer interface that will allow the evaluation of the ways children process spatial relationships and the various changes as they learn and develop. The computer interface will not have to perform any task but to play visual spatial games, recording and analyzing all elements in how children between the ages of 2 and 5 manipulate visual objects on a screen.
What format do you need it in?
Which tag is responsible for changing the text located in the tab of a web browser or when bookmarking a web site?
A.
B.
C.
D.
Answer:
d
Explanation:
Help!!!!!!
please
Who will give the answer I'll mark him/her as brainlist..