Modern Computers compared to earlier computers are
a)faster than larger
b)less reliable
c) larger and stronger
d)faster and smaller ​

Answers

Answer 1
I think your answer would be d)faster and smaller.

Related Questions

Bitmap images produce a _________ images

Answers

I DONT KNOW WHAT YOU MEAN

What will be the code in CSS, to set
the font to Tahoma, text size to 7 and
even the text should be underlined?
Write the syntax below.​

Answers

Answer:

font-family: Tahoma;

font-size: 7px;

text-decoration: underline;

Explanation:

As for the font-family, you can also specify the general font family to which the Tahoma font belongs.

3. The Shell mode is best for small programs and for the beginners. true and false ​

Answers

Answer:

Shell mode is just for basic programs like addition, multiplication etc , whereas to run programs u need interactive mode

Explanation:

Providing access to all of Python's built-in functions and any installed modules, command history, and auto-completion, the interactive console offers the opportunity to explore Python and the ability to paste code into programming files when you are readyIf you are in the standard Python shell, you can click "File" then choose "New" or simply hit "Ctrl + N" on your keyboard to open a blank script in which you can write your code. You can then press "Ctrl + S" to save it. After writing your code, you can run it by clicking "Run" then "Run Module" or simply press F5.

1. What does VolP stand for? *
O a. Video on Internal Pride
O b. Voice on Inside Platform
c. Voice over Internet Protocol
O d. Video on Internet Pipes

Answers

Answer : c

Explanation:
Answer choice c is correct

what is the problem in this program;
class Main {
public static void main(String[] args) {
String userChoice;

String userName;

double hrsWorked = 0;
double payRate = 0.00;
double taxRate1 = 0.25;
double taxRate2 = 0.50;

double grossPay = 0.00;
double taxAmt = 0.00;
double netPay = 0.00;


scanner in = new scanner( System.in );

System.out.println("Please enter your first name ==> \n");
userName = in.next();


System.out.println("Do you want to compute your net pay? \n");
System.out.println("Enter Y for yes or N for no ==> ");
userChoice = in.next();


if (userChoice.equals("Y")) {
System.out.println("\n Please enter the number of hours you worked ==>");
hrsWorked = in.nextInt();


System.out.println("\n Please enter your pay rate ==> $");
payRate = in.nextFloat();

grossPay = payRate * hrsWorked;

taxAmt = (grossPay >= 500) ? grossPay * taxRate2 : grossPay * taxRate1;

netPay = grossPay - taxAmt;

System.out.println( "\n " + userName + " you said you worked " + hrsWorked + " hours at $" + payRate + "\n");
System.out.println("which means you earned a gross amount of $" + grossPay + " \n");
System.out.println("and you paid $" + taxAmt + " in taxes\n");
System.out.println("so your net pay is $" + netPay + " \n");}
else {System.out.println("\n Thank you " + userName + " then I will not computer your net pay \n");
System.out.println(" Thank you and please come again. \n");
}
}
}
also, this done repl.it PLEASE HELP ASP

Answers

Answer:

You should import java.util.*; at the top, and capitalize the Scanner class:

   

   Scanner in = new Scanner( System.in );

A detail is that the scanner needs to be closed once you're done with it:

   in.close();

Pls help me!! I will give 35 points and mark brainliest !!!

Answers

Answer:I don’t see anything I’m so confused

Explanation:

illl give brainliest plzzzzzzzzzz

Answers

The one paste symbol name is : paste settings

it consist of 'paste special' and 'set default paste if im not wrong'

I have tried many times to find a gaming setup for $4k. I have tried many websites but they are not working for my liking. Any other suggestions?

Answers

I would try going to pcpartpicker.com and build your pc from there, and after you’ve done that take your remaining budget to find whatever else you need for your setup

You are opening a store, and having a working website is an important part of your project plan. The company that started creating your website went out of business before completing the job.

What components of your project plan will be affected?

Budget and time
Ethics and piracy
Ideas and creativity
Policies and procedures











HELP ASAP

Answers

Answer:

I think it might be Budget and time. :)

What is a pixel and it’s relationship to the quality and physical size of a digital image

Answers

Explanation:

All digital images are made of pixels

hope this helps :)

What goes in between the < > when declaring a new ArrayList?

A A class data type

B A class variable

C A primitive variable

D Any data type

E A primitive data type

Answers

Answer:

A, a class data type

Explanation:

Arraylists can only hold class data types such as String, Array, etc.

The statement of function that goes in between the < > when declaring a new ArrayList is the "A class data type." Thus, the correct option for this question is A.

What is Array list?

Array list may be characterized as a type of list that is significantly present in java. util package. It is a well-known data structure in Java programming language that is used to store elements or objects. It is generally the collection framework in Java.

If a user wants to declare an ArrayList, he/she must require to use the function or command, i.e. ArrayList<Type> name. Change the type to whatever type of objects you want to store in the ArrayList, for example, String as shown in the code below. Arraylists can significantly hold class data types such as String, Array, etc.

Therefore, the statement of function that goes in between the < > when declaring a new ArrayList is the "A class data type." Thus, the correct option for this question is A.

To learn more about ArrayList, refer to the link:

https://brainly.com/question/30000210

#SPJ2

how do you type the symbol • on a laptop?
please someone tell me how!

Answers

Answer:

Shift+8 key

Explanation:

However it depends in the website

Answer:

On a laptop with a numeric keypad, press Ctrl + Alt + 2, or Alt + 64. On an English keyboard for the United States, press Shift + 2. On an English keyboard for the UK, use Shift + `. On a Spanish keyboard for Latin America, press Alt Gr + Q.

Explanation:

A broadcast network is one in which a transmission from any one attached station is received by all other attached stations over a shared medium. Examples are a bus-technology local area network, such as Ethernet, and a wireless radio network. Discuss the need or lack of need for a network layer (OSI layer 3) in a broadcast network.

Answers

Answer:

In a broadcast network such as radio network for example a walkie talkie, the broadcasted transmission is received equally by all receivers indiscriminately which may lead to dissemination of classified information to an unauthorized receiver, therefore, the network layer is required is needed to ensure proper routing of the information

Similarly, when the all the broadcasters in one location are each trying to send messages to different receivers at another given location, there would be potential for network congestion and it would be difficult to send information through the network

When there is need for priority service the presence of a network layer is needed in the network

However, when the above functions performed by the network layer is not required, then, the network layer can be excluded, such as the communication between layers 4 - 7 of the OSI model

Explanation:

why we have to inspect the tools and equipment?​

Answers

Answer:

The purpose of an inspection is to identify whether work equipment can be operated, adjusted and maintained safely, with any deterioration detected and remedied before it results in a health and safety risk.

Explanation:

hopefully this Helps!

I will mark brainliest


Which of the following is a positive effect of modern computing?


polarized views

randomized ordering

specialized limitations

customized products

Answers

Answer:

specialized limitations

Explanation:

beacause the others is an application product

Are you familiar with measuring using a ruler? When have you ever used a ruler to measure, and who taught you how to use the ruler? How confident are you in your ability to measure things using a ruler? Please help me answer this question

Answers

Answer:

I have used a ruler many times to meausre various things such as paper, my height, etc. I was taught how to use a ruler in elementary school. I am pretty confident in using a ruler because I have used one for a majority of my life.

Explanation:

favorite color should it be stored why?or why not?

Answers

Answer:

Explanation:

green

Favorite color should not be stored as there is no need to keep it.

What is Color?

Color is known to be a kind of visual appeal or view property gotten from the spectrum of light working together with the photoreceptor cells of the human eyes.

Therefore, Favorite color should not be stored as there is no need to keep it but one can buy items using one's  Favorite color .

Learn more about color  from

https://brainly.com/question/911645

#SPJ2

a computer programmer draws a before writing a comouter program​

Answers

Answer:

Draws a flow chart

what is a computer ? what are the uses of computer​

Answers

Answer:

computer is an electronic device for storing and processing data, typically in binary form, according to instructions given to it in variable programs.

the uses of Computer is alot

from entertainment to work station

to programmers to make a program

it all depends on how we want to use it

some might use it as both entertainment and workstation too. and the fact that computers can stores and sorted many different files for example writing a 1000 page book can be a hard time to save the space in the physical world but much easier on the digital world(inside the computer)

A computer can be defined as an electronic device which accepts data, processes data and brings out information known as results.

The uses of a computer systemBusiness: A computer can be used to perform business transactions online. It is used by both sellers and buyers to market and purchase product respectively.

Entertainment: A computer can be used to play music, watch movies and play games.

Prepare documents: The computer is used to type and edit different forms of documents like word, PDF and Excel.

Save information: A computer is used to save information for future use and reference.

Therefore, a computer has the ability to store, retrieve and process information.

Learn more about computer:

https://brainly.com/question/474553

#SPJ5

4G and 5G are two different speeds associated with ethernet networking
true or false??

Answers

Answer:

true

Explanation:

Answer:

False

Explanation:

Once a table has been inserted into a message, how can a user add new rows or columns? Check all that apply. Place the cursor inside the table and press Enter. Place the cursor on the last cell and press the Tab key. Click the plus sign over a column or next to a row. Click the Insert tab, click Tables, and select a new table. Right-click for the insert options menu at the insertion point

Answers

Answer: A and E

A. Place the cursor on the last cell and press the Tab key.

B. Right-click for the insert options menu at the insertion point.

Explanation: Just took the test!

Place the cursor on the last cell and press the Tab key. Right-click for the insert options menu at the insertion point. The correct options are B and E.

What is cursor?

On a computer display screen, a cursor indicates the location where a user can type text. It's also referred to as a "caret."

The Latin word "cursorem," which meaning "runner," is where the word "cursor" originates.

A figure resembling an arrow shows on the computer screen as the mouse pointer. It is employed to identify the various screen icons.

It is capable of sweeping the screen. However, as you type on a computer, a blinking line known as the cursor appears.

The user can add extra rows or columns by placing the cursor in the last cell and pressing the Tab key after inserting a table into a message. At the insertion point, right-click to display the insert options menu.

Thus, the correct options are B and E.

For more details regarding cursor, visit:

https://brainly.com/question/30355731

#SPJ6

differentiate between brown out and power surge as used in a computer

Answers

Answer:

A surge in electrical power means that there is an unexpected increase in the amount of voltage provided. This can be a small increase or a larger increase known as a spike. A spike is a short transient in voltage that can be due to a short circuit, tripped circuit breaker, power outage, or lightning strike.

A sag is an unexpected decrease in the amount of voltage provided. Typically, sags are limited in time and in the decrease in voltage. However, when voltage reduces further, a brownout could ensue. During a brownout the voltage drops to such an extent that it typically causes the lights to dim and causes computers to shut off.

A blackout is when a total loss of power for a prolonged period occurs. Another problem associated with blackouts is the spike that can occur when power is restored. In the New York area, it is common to have an increased amount of tech support calls during July; this is attributed to lightning storms! Quite often this is due to improper protection.

Explanation:

                                                                                                                       

I Hope it helped you

Which is an example of a variable name written in camelcase?

Song Name
songName
song Name
SongNAME

Answers

Answer: songName

-DoggyMan5

Help give crown and points

Answers

Answer:

what should i do

please tell

Why can't this app have people ask riddles.

Answers

I don’t know why it doesn’t have that

Because this is an app for school. Even though, I always post riddles on it anyway

Write a 10 sentence paragraph about george washington and abraham lincoln and no plagiarism

Answers

10 sentence paragraph about George Washington and Abraham Lincoln and no playgiarism

Answer:

Hands down, no argument, no opinion, when you think of the U.S Presidential candidates you often think of our first founder, George Washington, and our 16th founder, Abraham Lincoln.

Lincoln was born on February 12, 1809. Although being called the Illinoisan President, he was born in Kentucky on a farm in Sinking Spring. A little after his birth, him and his parents - Thomas and Nancy Lincoln - moved to Illinois to live out the rest of their days. He was only 52 years old when he became a Presidential elect, and had 4 kids; William Wallace Lincoln, Tad Lincoln, Robert Todd Lincoln, and Edward Baker Lincoln. Soon, he would die to John Wilkes Booth on April 14th, 1865 at 7:22 am.

George Washington was born on February 22, 1732. He is nationally known for being the first of the Founding Fathers, and the first President elect of the United States. He was President of the U.S 1789-97, but unfortunately died at the age of 67 to a disease named Epiglottitis. Before he died, he had two children; John Parke Custis, and Martha "Patsy" Parke Custis.

How does a hyperlink function in an Outlook message? When the hyperlink is selected, a web page opens inside the message. When the hyperlink is selected, a web page opens in the default browser. When the message is opened, the hyperlink automatically opens a web page. When the message is opened, a web page displays in a special preview window.

Answers

Answer:

When the hyperlink is selected, a web page opens in the default browser.

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.

A hyperlink can be defined as an element in a HTML document that provides a direct access or link to another document, page, location, and image.

Basically, a hyperlink links to the same page or image in a HTML document or another HTML document. The texts contained in a hyperlink is usually highlighted and only activated by a click.

In Microsoft Outlook, when a hyperlink is selected, a web page opens in the default browser.

Answer:

B. When the hyperlink is selected, a web page opens in the default browser.

Explanation:

write query to get the max and min salary of job_id 101​

Answers

Answer:

SELECT  MAX(salary), MIN(salary) FROM salaries WHERE job_id=101

Explanation:

Assumptions were made on the column and table names...

window is to pane as book is to​

Answers

Answer:

is to pages

Explanation:

Answer:

A window is made up of panes, and a book is made up of pages. The answer is not (choice a) because a novel is a type of book. The answer is not (choice b) because glass has no relationship to a book. (Choice c) is incorrect because a cover is only one part of a book; a book is not made up of covers.

is to the page

Explanation:

An enhancement to a computer accelerates some mode of execution by a factor of 10. The enhanced mode is used 50% of the time, measured as a percentage of the execution time when the enhanced mode is in use. Recall that Amdahl's Law depends on the fraction of the original unenhanced execution time that could make use of enhanced mode. Thus the 50% measurement cannot be used directly to compute speedup with Amdahl's Law. I What is the speedup obtained from fast mode? I What percentage of the original execution time has been converted to fast mode?

Answers

Answer:

The answer is "5.5 and 90.90%"

Explanation:

For point 1:

To calculate the speed from fast mode, its run time without enhancement should be worked out. Designers are aware of which two selves are implicated throughout the accelerated project planning: the empty ([tex]50 \%[/tex]) and the increased stages ([tex]50 \%[/tex]).

Although not enhanced, this would take almost as long ([tex]50 \%[/tex]) and for the combine to give phase; even so, the increased phase would've been 10 times longer, as well as [tex]500 \%[/tex]. Thus the corresponding total speed without enhancement is [tex]=50\% + 500\% = 550\%.[/tex]

Its overall speed is:

[tex]=\frac{\text{Accelerated runtime}}{ \text{accelerated runtime}} = \frac{550 \%}{ 100 \%}= 5.5[/tex]

For point 2:

We re-connect these figures in Amdahl's Law throughout order to identify how long it would take for both the initial implementation:

[tex]\text{Vectorized fraction}= \frac{\text{Overall velocity}\times \text{Accelerated acceleration}-\text{Accelerated acceleration}}{\text{Overall acceleration} \times \text{Accelerated acceleration}-\text{Overall acceleration}}[/tex]

                              [tex]= \frac{5.5 \times 10 -10 }{ 5.5 \times 10 - 5.5}\\\\=\frac{45}{49.5}\\\\=0.9090\\\\=90.90\%[/tex]

Other Questions
2xy +1 = 1solve for x Y/2 = ?Y=102helpp? fill in the blanks with the word that best completes the analogy 10. DNA is to T as RNA is to ___11. DNA is to deoxyribose as RNA is to___ SELECT ALL THAT APPLY! HELP K THANKS a subsidiary, division, or unit of an organization that markets a set of related offerings to a clearly defined group of customers. a privately owned organization that serves its customers to make money so that it can survive. a group of people united through contractual or corporate ownership. a legal entity engaged in business activities solely with the intent of serving its employees without the intent of making a profit. a publicly owned organization that serves the general population. jalen lost 12 pounds in the first 3 weeks of his diet. After this point , his weight loss slowed by half. If he lost a total of 84 pounds , how many weeks did it take him? 4 QUE significa la EX Precion Entredicho y Echo hay mucho tvEcho John Cabot sailed to:O A. New YorkOB. HispaniolaO C. JamestownO D. QuebecO E. None of the above The Bill for dinner at Dave and Busters last night was $62.20. The waiter received an 18% tip. How much of a tip did the waiter receive? Which statement about the size of the Roman Empire at its greatest extent is true?It encompassed the territory of modern-day Germany, Denmark, and Poland.It included Western Europe, the Balkans, North Africa, and parts of the Middle East.It covered most of the African continent and all of what is now Russia.It stretched from the northern tip of Scandinavia to the Indian Ocean. HELP ME PLEASE!!!I NEED HELP!! What is a Maslow physiologic level of need what dose amoeba use to move and ingest prey If the quotient of 3/8 and 2 is subtracted from the product of 1 3/4 and 8/12 what is the difference please help 1:the range 2:positive interval 3:increasing interval 4:maximum point5:domain6:decreasing intveral 7: negative interval How Golgi bodies play a important role in the cell? A dressmaker needs to cut 9-inch pieces of ribbon from rolls of ribbon that are 3 feet in length. How many 9-inch pieces can the dressmaker cut from 5 of these rolls of ribbon? Before you try that problem, answer the question below. How many \textbf{inches}inches of ribbon does the dressmaker have, in total? What must occur within a magnetic material before it exhibts magnetic properties? a)The material must be of a specific size b)The material must be charged with electricity c) The magnetic domains inside the material must be aligned d) The magnetic material must be created artificially(real answers only or you will be reported. Thanks to those who help). Find the surface area.15 m Whats the answer?!?!?