A certain disk can store 600 megabytes of information. If an average word requires 9.0 bytes of storage, how many words can be stored on one disk?

Answers

Answer 1

Answer:

69,905,067 (approximate).

Explanation:

1 MB is equal to 1024 KB.

1 KB is equal to 1024 bytes.

So 1 MB is equal to 1024 x 1024 = 1,048,576 bytes.

600 MB is equal to 600 x 1,048,576 = 629,145,600‬ bytes

If an average word is of size 9 bytes then 600 MB size disk can store,

approximately 629,145,600 / 9 = 69,905,067 words.


Related Questions

Tracerouting is a process that can be used to gather information about a network during which of the seven phases of the information-gathering methodology?

Answers

Answer:

Locate the network range.

Explanation:

Answer:

The second phase which is : determining the network range.

Explanation:

The seven phases of information-gathering methodology are;

i. Gathering information

ii. Determining the range of the network

iii. Identifying the machines that are actively in use

iv. Locating access points and open ports

v. Performing operating system fingerprinting

vi. Performing fingerprinting services

vii. Network mapping.

In all of the phases, tracerouting takes place at the second phase which is determining the network range. Tracerouting, monitors, by tracing the route that a data packet follows from the server or host network to its destination.

__________ is an organized attempt by a country's military to disrupt or destroy the information and communications systems of another country.

Answers

Answer:

Cyberwar

Explanation:

Cyberwar is the damage or disruption of a nation's networking infrastructure such as their information and communications systems by using computer technology which could be done by stealing, altering or infecting confidential or classified data of the nation.

The cyberwar is basically waged through the internet and could be done by using malicious software (worms and viruses) to infect or compromise the regular operations of a country. Any kind of systems could be cyber attacked. It could be financial, military or organizational systems. The end goal is just to cause abnormality in the system.

Write a loop that reads positive integers from console input, printing out those values that are even, separating them with spaces, and that terminates when it reads an integer that is not positive.

Answers

To read positive integers from console input and print out the even values, you can use a while loop.

To read positive integers from console input and print out the even values, you can use a while loop.

Here's an example:

import java.util.Scanner;

public class Main {

   public static void main(String[] args) {

       Scanner input = new Scanner(System.in);

       int num;

       while(true) {

           num = input.nextInt();

           if(num <= 0)

               break;

           if(num % 2 == 0)

               System.out.print(num + " ");

       }

   }

}

In this code, we use a Scanner to read the input from the console.

The loop continues until a non-positive integer is entered.

If the entered number is even, it is printed out using System.out.print().

Noah is saving his Excel spreadsheet as shown.



What will be the file name?

DiverseNames.xls
DiverseNames.xml
DiverseNames.htm
DiverseNames.pdf

Answers

Final answer:

The likely file name for Noah's saved Excel spreadsheet is DiverseNames.xls, as this is a common format for Excel workbooks.

Explanation:

When Noah is saving his Excel spreadsheet, the file name depicts the format in which the file will be saved. Common formats for Excel include .xls or .xlsx for Excel workbooks. Since none of the other options provided (.xml, .htm, .pdf) refer to standard Excel workbook formats, DiverseNames.xls is the most likely file name if Noah is saving a standard Excel spreadsheet.

If Noah wanted to save the spreadsheet in a format viewable in a web browser, then DiverseNames.htm (HTML format) would be a correct choice, but DiverseNames.xml could also be possible if he is saving in XML Data format. DiverseNames.pdf would be the file name if he were exporting his spreadsheet to a PDF document, which would not be editable like a spreadsheet but would maintain the formatting when viewed on different devices.

The trade winds are the dominant surface winds from the subtropics to high latitudes. 1. True 2. False

Answers

Answer:FALSE

Explanation: ITS THE WESTERLIES

Which of the following threat actors or threat actor groups is likely to have the most resources and best funding to hire and sustain a group of hackers?

Answers

Answer:

The answer is "Nation-states".

Explanation:

The Nation States is a simulation of a game for a nation, that builds and provides to people a country according to your political ideals or it is also used to kill them intentionally.  

It is a concept in which form of social organization is culturally homogenous people particularly reside in a sovereign state.  It is a country, that consists of one rather than several nationalities.

A bug has resulted in your program executing an infinite loop. What key can be pressed in conjunction with the C or Break (Pause) key to escape the loop______________.

Answers

Answer:

The CTRL key is pressed

Answer:

The Ctrl key.

Explanation:

An infinite loop, sometimes called an endless loop, occurs when a program or a portion of a program is running endlessly because no termination condition has been met or set. This may sometimes cause the system to freeze. To manually break out of this loop, a key combination of CTRL and C (CTRL + C) or Break will forcefully end the loop.

Don't forget that a loop is portion of a program that executes repeatedly until a certain condition has been met. So, ordinarily a loop is supposed to end. When it doesn't, then it is infinite.

Where does cable termination occur in most buildings?
CSU/DSU
Core switch
Demarcation point
Patch panel

Answers

Answer:

Demarcation point  is known the point of termination of cable between building and utilities.

Explanation:

In most of the building designs a location has been set that is used for the entrance of all types of cables such as, telephone, internet, or other telecommunication services providers. The service provider makes a point that at this place where users from building connect with the cable to the outside service providers. This point is used for the purpose of cable termination. This is known to as Demarcation point .

The users are responsible for the maintenance of cable till this point. After this point utilities provider will responsible for service and maintenance.

The purpose of a(n) ____ is to accept data as input and transform the data in some manner to produce a specific result as an output.

Answers

Answer:

CPU.

Explanation:

CPU, short for Central Processing Unit, is part of computer system that processes data gathered from input peripherals, like keyboard, mic, touch etc., or otherwise, and may present output or result in an output peripheral like a Monitor.

CPU is like the brains of a computer system. Which means without the CPU, a computer is just a box and won't do anything.

A small, electronic chip that a manufacturer develops for use in another product (such as a digital camera or microwave oven) is called a(n)_________.

Answers

Answer:

The correct answer to the following question will be "Embedded Chip".

Explanation:

Embedded devices are a CPU chip positioned in a system that supports to improve the process. They are frequently confused with microprocessors, need other external elements, such as embedded storage and peripheral interfaces, to execute their specified tasks.A thin, electronic device produced by the manufacturer to be used in another device is named as Embedded Chips.

Therefore, Embedded chips are the right answer.

Answer: Embedded chip

Explanation:

An embedded processor is a type of microprocessor designed into a system to control electrical and mechanical functions. Embedded System usually contain multiple chips inlcuding main microcontroller and some basic front-end

Which type of network topology lets you see which end devices are connected to which intermediary devices and what media is being used?

Answers

Answer:

Star Topology

Explanation:

Star network topologies are common in home networks, where the central connection point may be a router, switch, or network hub. Unshielded Twisted Pair (UTP) Ethernet cabling is typically used to connect devices to the hub, though coaxial cable or optical fiber may also be employed.

It should be noted that Star network serves as type of network topology lets you see which end devices are connected to central connection point( routers).

According to this question, we are to discuss the type of network topology lets you see which end devices are connected to central connection point.

As a result of this we can see that Star network topologies serves this purpose, because, it utilize central point like;

routerswitch,network hub.

Therefore, Star network serves as type of network topology lets you see

which end devices are connected.

Learn more about network topology at;

https://brainly.com/question/23275071

A _____ program sends data packets to every computer on the path between one computer and another and clocks the packets' round-trip times.

Answers

Answer:

The correct answer to the following question will be "Tracert (TRACE Route)".

Explanation:

The request line includes the instruction, the title of the desired service and the version and name of the protocol in a server/client architecture.The Traceroute is the diagnostic directive of a computer server to display route and measure packet transit delays on an IP (Internet Protocol) network.

Therefore, the Trace Route or Tracert is the right answer.

what is the name of the network service that provides name resolution services that allow users to access both local and internet servers by name rather than address?

Answers

Answer:

Domain name system is the correct answer.

Explanation:

DNS is that type of network service that offering name-resolution services that permit people to access local and internet servers by name and not by address. DNS is also used to manage files and folders of the domain name and convert them into the IP. So, that's why the following answer is correct.

____________ is defined as the set of activities that revolve around a new software product, from its inception to when the product matures and perhaps retires.

Answers

Answer:

Product Life-cycle Management

Explanation:

It is referred to as the managing of the products as the go through their life-cycle which is broken into 4 stages i.e introduction, growth, maturity and decline. This includes the manufacturing, marketing, pricing, promotion, selecting distribution channels etc. A good product lifecycle management has many benefits like efficient distribution, increased sales etc.

Mary is a marketing manager for a nationwide vegan restaurant chain. She wants to reach potential customers across two media channels focusing on specific audience behaviors. Which two channels could she choose to reach her desired objective?
A) Video.B) Display. ​C) E-mail.D) Radio.E) Search.

Answers

Answer:

A & B.

Explanation:

Digital marketing is a marketing strategy that uses the internet to digitally market goods and services of producer through display advertising and other medium.

It makes use of search engine optimisation (SEO), search engine marketing, content marketing, content automation, data-driven marketing, e-commerce marketing etc.

It takes advantage of all available medium to advertise product. Two efficient way of gain viewer's attention is through online video streaming and image display on the internet and social media platform.

Internet sites like eBay (the giant online auction site) and iVillage (an online community for women) can be used by firms to build communities of users—like-minded customers who want to share their experiences. This builds customer loyalty and enjoyment and develops unique ties to customers.
This scenario is an example of how information systems help businesses use __________ to achieve competitive advantage.

Answers

Answer:

technology strategy

Explanation:

technology strategy is a form of strategy information system designed to give competitive advantage to businesses. With the increasing rate in the use of (IT) information technology, the more substitute products and services in your industry, the less you can control pricing.

Answer:

Information systems help businesses use network based strategies

Explanation: The information systems and networks are of great benefits especially as it regards building network of persons and business, through information systems businesses can build brands that can last the test of time,penetrate new markets and gain brand loyalty and competitiveness. International Businesses enjoy the impact of information systems especially through commercial,social media,Television and radio,mobile communication systems etc.

The area of a square is stored in a double variable named area. write an expression whose value is length of the diagonal of the square java.

Answers

Answer:

The correct answer to the following question will be "Math.sqrt(area*2)".

Explanation:

The Math.sqrt( ) method in JavaScript is used to find the squares root of the given figure provided to the feature as a variable. Syntax Math.sqrt(value) Variables: this function takes a single variable value that represents the amount whose square root is to be determined.The area of the figure is the number of squares needed to cover it entirely, like the tiles on the ground.

Area of the square = side times of the side.

Because each side of the square will be the same, the width of the square will only be one side.

Therefore, it would be the right answer.

What is the biggest danger in continuing to work with legacy systems?
Apps will not run in compatibility mode
Legacy systems do not support 64-bit apps
Lack of updates can cause a security risk
New apps will not work with the system

Answers

The answer is New apps will not work with the system.

Legacy System uses old technology and programs that should be necessary to run old files and software to newer versions of Operating Systems. Basically, Legacy Systems works with compatibility issues and fix it for new system software to still run old types of applications. Sometimes, businesses cannot afford to use new software and hardware in an instance. They would implement a temporary solution like Legacy systems to still use their old systems. Because Legacy system is design for old software, problems may arise and will cause new software not to run at all if you install them in a Legacy system computer or desktop.

Regarding the Internet of Things (IoT), a business involved in utilities, critical infrastructure, or environmental services can benefit from traffic-monitoring applications.A. TrueB. False

Answers

Answer:

A. true

Explanation:

Based on the information provided within the question it can be said that the statement is completely true. This is because, traffic-monitoring applications have the main function of monitoring and analyzing the flow of traffic of one or various different items. Which can be applied to the business involving utility, infrastructure, and environmental services by monitoring the specific items regarding each business. Therefore making sure that enough product is entering or leaving each business as it is suppose to. As well as providing stock analysis and defective product alerts.

What certification is provided by an APMG-International


The APMG-International certification is called _________

Answers

APMG-International offers certifications in areas such as project management, IT service management, and cyber security, with certificates like PRINCE2, ITIL, and Cyber Essentials.

APMG-International provides a range of certifications across various domains such as project management, IT service management, and cyber security. These certifications are designed to validate the skills and knowledge of professionals in their respective areas. For instance, popular certifications offered by APMG include PRINCE2 for project management, ITIL for IT services, and Cyber Essentials for cyber security. The specific certificate awarded will depend on the individual's choice of course and their successful completion of any associated examinations.

Both the Alphabetic Index and the Tabular List must be used to locate and assign a diagnosis code in ICD-10-CM. Group of answer choices True False

Answers

Answer:

The answer is "True".

Explanation:

The Alphabetic Index, as well as the Table List or Tabular List, both codes are important for finding and assigning a code. These codes are not always the complete code, in the Alphabetic List.  

The full code, including laterality and any seven characters appropriate, may only be found on the Tabular List.  Both codes use topography codes which are denoted by the letter C.

At the preconventional level of moral development, individuals are guided by an internal set of values based on universal principles of justice. a. True b. False

Answers

Answer:

The answer is "Option b"

Explanation:

The pre-conventional is the stage of social learning, that involves the people with potential incentives and fines, loyalty to the agency for avoiding adverse legal consequences.

The post-conventional level of intellectual development, which is also known as persons, that are guided by a set of external values that established on universal principles of justice and law, that's why it is incorrect.

What is the component that usually has a dual-voltage selector switch and has cables that connect to the motherboard and drives called?A. HDDB. PSUC. DIMMD. PCIe

Answers

Answer:

The answer is "Option B"

Explanation:

The PSU stands for "power supply unit", it is an internal component of a device which is used to convert current AC to DC power that is controlled by low-voltage, and other choices are not correct, that is explained as follows:

In option A, HDD is used to store data, that's why it's wrong. In option C, It is a small memory chip, that is used to hold data. In option D, It is a device that is used to add a graphics card, that's why it is not correct.

Identify the widget that limits a numeric field to a range of possible values by allowing users to drag a marker horizontally across the possible field values.

Answers

Answer:

Slider control

Explanation:

The function of the Slider control is an input feature used to indicate numerical values within a given range. The operation of the slider control allows the user to pick a range of values by dragging a Thumb control along a line.

Final answer:

The widget for limiting a numeric field to a range of values where users drag a marker is called a slider.

Explanation:

The widget that limits a numeric field to a range of possible values by allowing users to drag a marker horizontally across the possible field values is commonly known as a slider. It is used in graphical user interfaces to enable users to make selections from a predefined range by clicking and dragging a handle along a track. While your reference to a 'column width pointer' describes the action of adjusting column widths in applications like spreadsheets by dragging a double-arrow pointer, it is not the same as a slider which specifically sets numeric values within a range.

Tikenya was responsible for creating the PowerPoint presentation for the group project. When it was complete, she wanted to email it to all the group members, but her email service told her the file was too large. She compressed it and was then able to send it. How were the other members able to then see the PowerPoint presentation?

Answers

Answer:

They had to unzip or extract the zipped/ compressed presentation to see it.                          

Explanation:

Compressed file or a zip file contains a large file or more than one files that are packed or enclosed that large file or several files into a file or a folder. The compressed file or folder takes less space than the actual large file or set of files. Just as in this scenario the presentation file was larger than the size of what an email file should be. So Tikenya had to compress the file in order to email it to other members.The other members can open the PowerPoint presentation by following any of the below mentioned methods:In Windows to open a compressed file, right click on that file and select Extract All option.File can also be seen by opening that file or folder and dragging that file or folder from the zipped folder to a new location. In Windows this will automatically extract the files.This file can also be opened using a software like WinZip. Download WinZip. Then download the file which is sent in email and double click on that file which will open WinZip wizard dialogue box. Clicking that presentation file from the dialogue box will open another dialogue box confirming the opening of that file. By clicking on OK the presentation file will be opened and can be viewed now.

When search engines use factors like geolocation, IP address and location-based search terms to produce geographically tailored results, this is called _____________.

Answers

Answer:

The correct answer to the following question will be "Geo Search".

Explanation:

Geo-Search is a tool by distance even around other geographical areas for filtering and sorting data. Your findings can be limited to one street, towns, one or more areas of the nation.Your results can be sorted by how close or distant they were to a given geo-location.

Therefore, Geo Search is the right answer.

____ is a systems development technique that produces a graphical representation of a concept or process that systems developers can analyze, test, and modify.
A. Prototyping
B. Rapid application development
C. Scrum
D. Modeling

Answers

Answer:

D. Modeling

Explanation:

Modeling: It is a graphical representation, of a concept or system, technique used by software developer to analyze, test, and modify that system or concept.

Computer aided designs and many other system development techniques develop a prototype of solution to a particular problem, which could be tested and analyzed. These process is called Modeling.

Models are very useful in solution development and they serve as a tentative or virtual solution to the problem at hand.

The fact they models can be tested, and then modified in areas where they are lacking makes them ideal prototype to reaching a conclusive solution.

Hence, the missing phrase is modeling.

Learn more : https://brainly.com/question/14508316

What is often called a platform, a collection of computer programs that work together to manage hardware and software to ensure that they are working properly?

Answers

Answer:

The correct answer to the following question will be "Operating system".

Explanation:

An operating system is a machine software that handles hardware of a computer, computing assets and delivers basic services to software programs.It is an intermediary between such users and computer hardware.It also helps you to interact with your machine without learning how to use your language of the computer.

Therefore, it will be the right answer.

In an information systems (IS) department, the ________ group manages computing infrastructure, including individual computers, in-house server farms, networks, and communications media.
A) operations
B) technology
C) development
D) maintenance

Answers

Answer:

Option A is the correct answer for the above question.

Explanation:

An information system is responsible to produce information after processing the data which is the input for its. The organization takes help from the computer system because the computer system is used to process the data and produce the information. The operation team of this organization is used to manage the machine of the system which is the computer system. It is because the computer system is the machine of the information system.

The above-question statement asked about the team or group which is responsible to maintain the machine of the system and the team is known as the operation team which is stated from option A. Hence option A is the correct answer for the above question. while the other is not because--

Option B states about the technology which is not a team in the organization.Option C states about the development team which is used to make the software or information in the organization. Option D states about the maintenance team which is also not any team in the organization of information system.

Using the __________ option, you can change the state of a model back to where a particular feature or features weren`t yet created.

Answers

Answer:

Rollback.                            

Explanation:

Rollback means to restore something to its previous state.In database rollback operation is used to restore the db to a previous state i.e. it will go back to its previous state.This command is used when you perform some incorrect operation on the database mistakenly which might result in affecting the consistency and integrity of data.Rollback option can be used to cancel or undo a single or a set of transactions to return the database to its previous state. It returns the database into the last committed state.Rollback can also be used in case of system or server crashes. For example a system crashes or a power failure, this option will roll back  or cancel the processes or transactions that were active during that system crash. So in this way the rollback option restores the database in a consistent state.For example, as we know that we can perform certain operations on data stored in a database such as insert, delete, update etc. So lets say we deleted some records of data from a database using DELETE operation but then we change our mind and use ROLLBACK command which will restore the database into its previous state and delete operation will not affect the records.
Other Questions
A student earned grades of Upper AA, Upper DD, Upper AA, Upper CC, and Upper BB. Those courses had the corresponding numbers of credit hours 44, 22, 22, 33, and 11. The grading system assigns quality points to letter grades as follows: Aequals=4; Bequals=3; Cequals=2; Dequals=1; Fequals=0. Compute the grade point average (GPA) as a weighted mean and round the result with two decimal places. If the Dean's list requires a GPA of 3.00 or greater, did this student make the Dean's list? The grade point average is nothing. (Round to two decimal places as needed.) Did this student make the Dean's list? A. Yes because at least two of the student grades are B or above B. No because the students GPA is not 4.0 C. NoNo because the student has at least one grade lessless than 3 D. NoNo because the student's GPA is lessless than 3.0 In what year did the last state switch from mandatory death penalty statutes to discretionary death penalty statutes? When a U.S. politician attempts to appeal to the widest number of voters, she or he may choose to invoke emotions related to a shared? Write an algebraic expression for the phrase.7 inches shorter than 6 times the length x of a table in inches7x + 66x + 77x 66x 7 In a town there are 1349 families. If there are on average two children attending elementary school from each family and each school can accommodate 220 children, the minimum number of elementary schools need in the region is? AA Appliances sells refrigerators. In 2015 it added $100,000 to its inventory. $10,000 of this addition was from used refrigerators, and the remaining $90,000 was from their purchases of newly manufactured refrigerators. How much of AAs inventory is included in 2015 GDP? To what extent did immigrants give up their heritage to become Americanized, or fully assimilated into the existing culture? If a total of 2000 kcal were consumed (250 grams of carbohydrates, 66 grams of fat, and 102 grams of protein), what percentage of energy comes from carbohydrates, fat, and protein?A. 30% carbohydrate, 50% fat, and 20% proteinB. 50% carbohydrate, 35% fat, and 15% proteinC. 20% carbohydrate, 30% fat, and 50% proteinD. 50% carbohydrate, 30% fat, and 20% protein An object is dropped from a bridge. It is recorded to take 3.4 seconds to reach the ground. How high is the bridge? Assume the acceleration of gravity is 10m/sec2 Which of these is an agent of abrasion?A. Rock piecesB. Acid rainC. High pressuresD. Plant roots Which of the following is NOT a correct explanation for multimarket competition? A) Extensive market commonality increases intense competition in an industry. B) A firm with greater multimarket contact is less likely to initiate an attack, but more likely to respond aggressively when attacked. C) Coca Cola and PepsiCo compete across a number of products (e.g., soft drinks, bottled water) and geographic markets (U.S. and foreign markets) indicating that both companies have market commonality. D) Market commonality is concerned with the number of markets with which the firm and a competitor are jointly involved and the degree of importance of the individual markets to each. The spectator thrived on the sights and sounds of this magical place. On the edge of his seat, he waited for contact to be made. Then, it happened! Like a rocket, the ball scorched the wind, traveling past the mound and above the outstretched gloves of the outfielders. It soared over the fence and beyond the scoreboard. At that moment, the conversations melted into a single roar. Time stood still, as the baseball was catapulted into another world. Like a rocket, the ball scorched the wind . . . What literary technique is being used in this description from the passage? A simile B metaphor C hyperbole D alliteration Change 6 1/8 into an improper fraction. At the city Museum child omission is $5.70 and adult admission is $9.80. On Tuesday 124 tickets were sold for a total sales of $936. How many child tickets were sold that day Find the sales tax and total cost of a Sony Playstation that costs $172.99. The tax rate is4%. Round your answer to the nearest cent. i will mark brainliest, just please help me T-T When the seller requires that only certain dealers carry its products and also that these dealers not handle competitors' products, its strategy is known as ________. Exclusive distribution horizontal restraint of trade disintermediation selective distribution horizontal market division Changes that affect a product's versatility, effectiveness, convenience, or safety are called ____ modifications. a. formal b. package c. functional d. aesthetic e. quality By definition, "living things, or organisms, all share certain characteristics that, taken together, define life." Which of the statements below would not be correct with respect to this statement? Convert the decimal to a fraction.0.6 repeating Steam Workshop Downloader