Programming Exercise 11 in Chapter 8 explains how to add large integers using arrays. However, in that exercise, the program could add only integers of, at most, 20 digits. This chapter explains how to work with dynamic integers. Design a class named largeIntegers such that an object of this class can store an integer of any number of digits. Add operations to add, subtract, multiply, and compare integers stored in two objects. Also add constructors to properly initialize objects and functions to set, retrieve, and print the values of objects. Write a program to test your class.
Answer:
Explanation:
The following is written in Java. It creates a class called largeIntegers that creates objects of the built-in BigInteger class to handle operations on very large numbers. The class contains the add, subtract, multiply, compare, toString methods as well as the getter and setter method for the BigInteger. A test class has been provided and the output can be seen in the attached picture below where two numbers are created and added together. Due to technical difficulties, I have added the code as a txt file below.
Which of the components of the systems model provides information so
the system can adjust its function? *
A. input
B. feedback
C. process
D. output
Answer: Feedback
Explanation:
The input components of the systems model can consist of resources like people, energy, tools, capital, etc.
The feedback components of the systems model provides information so
the system can adjust its function. An example of the feedback mechanism for a system is the progress bar which shows when one is downloading a file on iTunes.
What is the explanation of line 21-25
Answer:
The code is checking if a word in the word list matches a certain length and the first letter matches a certain letter... the for loop is what increments through the word list checking each word one by one for the specified conditions. If the word meets the conditions it is added to an array called filteredWordList.
Explanation:
in your own ideas what are the disadvantages of participating in a videoconference write your answer inside the circle
What does GUI stands for and what is it function?
Answer:
A GUI (graphical user interface) is a system of interactive visual components for computer software. A GUI displays objects that convey information, and represent actions that can be taken by the user. The objects change color, size, or visibility when the user interacts with them.
Answer:
[tex]\huge\boxed{Answer\hookleftarrow}[/tex]
⎇ GUI stands for Graphical User Interface.
⎇ It's main functions are to :-
present data files & apps in a graphical format (icons) .⎇ GUI is easy to use & enables you to easily exchange information between software using cut and paste or 'drag and drop'.
ʰᵒᵖᵉ ⁱᵗ ʰᵉˡᵖˢ
# ꧁❣ RainbowSalt2²2² ࿐
In which generation microprocessor was developed short answer of computer science
Explanation:
in fourth generation microprocessor was developed.
may it helped u
how much video does a 10gb video hold i will give brainliest for first correct answer
Answer:
2,000 songs
Explanation:
Write 4 types of viruses , explain them briefly.
I can help with two.
Web Scripting Virus, A sneaky virus that targets popular websites. What this virus does is overwrite code on a website and insert links that can install malicious software on your device. Web scripting viruses can steal your cookies and use the information to post on your behalf on the infected website.
FILE INFECTOR, targeting executable files (.exe), file infector viruses slow down programs and damage system files when a user runs them.
What are the steps for creating a bookmark? 1. Place the insertion point where the bookmark should appear. 2. Click the tab. 3. In the group, click Bookmark. 4. When a dialog box opens, name the bookmark, and click . 5. To see bookmarks within the document, go to Backstage view and click Options. 6. In , select Show Bookmarks to have them appear as a locked cursor within the document.
Answer:
2. Insert
3. Links
4. Add
6. Advanced
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.
A website refers to the collective name used to describe series of web pages linked together with the same domain name.
On the other hand, a webpage is the individual HTML document (single page) that makes up a website with a unique uniform resource locator (URL).
A bookmark can be defined as a placeholder or saved shortcut for a webpage and for future reference. Thus, it avails an end user the ability to quickly access a bookmarked webpage by automatically directing the web browser to the webpage.
Basically, the steps for creating a bookmark are;
1. The insertion point of the webpage should be placed at the point where the bookmark should appear.
2. Click the "INSERT" tab.
3. In the "LINKS" group, click "Bookmark"
4. When a dialog box opens, the bookmark should be named with a specific title, and then click "ADD"
5. To see bookmarks within the HTML document, you should go to Backstage view and click on "Options"
6. In ADVANCED, select Show Bookmarks to have them appear as a locked cursor within the HTML document.
What is the organizational management practices on planning during a pandemic like corona virus.
Answer:
wear a mask use hand sanitizer dont get in contact with anyone between 6 feet
Explanation:
Write a program that takes as input: - the current hour - the number of hours to add and outputs the new hour. For example, if the inputs are 2 (as the current hour) and 51 (as the number of hours to add), your program should output the answer from part (a) of this problem. Note that your program should always output an integer between 1 and 12. We will get you started with this program with the two lines that gather the input from the user. You'll need to write the rest.
Answer:
The program in Python is as follows:
cTime = int(input("Current Hour: "))
while(cTime <1 ):
cTime = int(input("Current Hour: "))
aTime = int(input("Additional Hours: "))
while(aTime <0):
aTime = int(input("Current Hour: "))
tTime = cTime + aTime
tTime%=12
print("New:",tTime,"hours")
Explanation:
This gets input for current time
cTime = int(input("Current Hour: "))
The following ensures that the user enters a time greater than 0
while(cTime <1 ):
cTime = int(input("Current Hour: "))
This gets input for additional time
aTime = int(input("Additional Hours: "))
The following ensures that the user enters a positive time
while(aTime <0):
aTime = int(input("Current Hour: "))
This calculate the new hours
tTime = cTime + aTime
This gets the hour equivalent between 1 and 12
tTime%=12
This prints the new hour
print("New:",tTime,"hours")
Scientists have put genes into potato plants to make vaccines against cholera and hepatitis B.This type of research is called
Answer:
Edible vaccines
Explanation:
In the recent years, biotechnologist have developed a new concept known as the edible vaccines. The Edible vaccines are a subunit vaccines. Here the selected genes are first introduced into the plants and then the transgenic plant is induced to make the encoded protein. Foods like potato, corn, banana, soybean, lettuce, legumes and rice are used for these applications.
These edible vaccines can reduce diseases like the cholera, Hepatitis-B, diarrhea and other disease.
V. ASSESSMENT (Time Frame:
(Learning Activity Sheets for Enrichment, Remediation, or Assessment to be given
Direction: Choose the letter of the correct answer. Use another
1. These are materials or substances such as minerals, fore
used for economic gain.
A. Natural resources
C. Non renewable
B. Renewable resources
D. Minerals
2. In which way can we protect our environment?
A. Littering
C. recycling
B. Polluting
D. contaminating
3. Which of these is the primary cause of land pollution?
A. Improper garbage disposal C. Recycling mate
B. Planting of trees
D. Waste segrega
4. Your community is rich in metallic materials. Which of
conserve such precious mineral deposits?
Answer:
1. A. Natural resources
2. C. Recycling
3. A. Improper garbage disposal
4. C. Formulate laws and ordinances to regulate the mining of minerals
Explanation:
Question; Obtained from a similar posted question
1. These are materials or substances such as minerals, forest, water, and fertile land that occur in nature and can be used for economic gain
4. Options
A. Use all of them to earn money
B. Put up tunnels to harvest all metallic minerals
C. Formulate laws and ordinances to regulate the mining of minerals
D. Use dynamite to clear out the area and reveal the mineral deposits
1. A. natural resources
The materials that come from nature and can be found in an area owned by a person and are economically valuable are known as A. natural resources
2. C. recycling
The environment is protected by reducing the consumption of the vital resources that ensure sustainability through the use of C. recycling already produced items as raw materials to produce new items rather than making use of raw materials naturally present in the environment
3. A. improper garbage disposal
Land pollution which is the introduction of potentially harmful, and unsightly materials on the surface soil or under the surface, is caused primarily by A. improper garbage disposal
4. C. Formulate laws and ordinances to regulate the mining of minerals
The metallic materials, which are mineral resources are located under the ground and are extracted from different locations in an area, therefore, they are mined at different times by different methods
To ensure that the precious mineral deposits are conserved, they require laws and ordinance for the regulation of mineral mining
Therefore; the correct option is;
C. Formulate laws and ordinances to regulate the mining of minerals
What information is automatically generated from the company identifier and product name?
A.
project name
B.
class prefix
C.
bundle identifier
D.
organization name
In what way, if any, are scripting languages different from markup languages?
A) Markup languages tell the computer what content to present, while scripting languages make things run faster.
B) Markup languages tell a single computer what to do, while scripting languages help computers communicate with each other.
C) Scripting languages tell the computer what content to present, while markup languages make things run faster.
D) Scripting languages tell a single computer what to do, while markup languages help computers communicate with each other.
Answer:
Markup languages tell the computer what content to present, while scripting languages make things run faster. A
Answer:
It's most likely A in edge.
Explanation:
My father works in IT, and I am taking a Fundamentals of Dig. Media class. If I remember correctly, the lesson for markup languages said that markup is used for online documents, like Wiki for example. Thus, I believe it is A.
What will the Document search option search through?
Answer:
hi
Explanation:
nynttnynybynynynumkol0
Which function below will allow you to change to a different screen?
changeScreen( )
changePage( )
setPage( )
setScreen( )
Answer:
Option D
Explanation:
The Set Screen command is used to change the screen to any screen you wish. Screen is notified by its ID
The set screen command is used for some user -event and in such cases set screen is added by click event handler.
The ID to which the screen is to be changed is selected.
Hence, option D is correct
Select three advantages of using Cascading Style Sheets.
A) They make it possible to give specific tags specific rules.
B) They make it simple to design web pages if you do not know HTML.
C) They make it easy to edit multiple parts of the document at once.
D) They provide information about changes made to websites.
E) They cut down on the amount of code needed.
Answer:
They make it easy to edit multiple parts of the document at once., They cut down on the amount of code needed., They make it possible to give specific tags specific rules.
There are eight primitive data types in Java. If the the size of 4 different datatype sizes are as follows then what is maximum value they can store? Show using the chart as in our example.
Answer and Explanation:
The eight primitive data types in Java include:
byte , short , int , long , float , double , boolean and char.
By size of datatype we mean the amount of memory the data type occupies. For a 32-bit processor/CPU,
The size of int data type(with whole numbers from -2,147,483,648 to 2,147,483,647) in Java is 4 bytes
The size of byte data type is 1 byte
The size of short data type is 2 bytes
The size of long data type is 8 bytes
Please please help me
3. Which of the following are the tips for safe internet browsing?
Customize your security settings.
Turn on Two-Factor Authentication whenever possible.
Bookmark important sites.
O All of the above
Answer:
increase your browser security settings
The tips for safe internet browsing is to customize your security settings. The correct option is A.
What is internet browsing?Browsing means searching or exploring the internet. Nowadays, people search on the internet for getting information about something. It needs a computer or an electronic device in which there is access to the internet.
Internet is a wireless connection of various computers together. There are different types of internet connections, like Wi-Fi, hotspot, wire internet, etc. It is used in various things like studying, watching movies, etc. which is necessary for this current time.
Safe internet browsing means being safe from internet crimes, like cyber crimes and saving the computer from viruses, and saving your data on the computer. Do not open unknown sites and emails.
Thus, the correct option is A. Customize your security settings.
To learn more about internet browsing, refer to the link:
https://brainly.com/question/9909761
#SPJ5
Explain the effects of disposing electronic equipments to the environment
Answer:
When electronics are improperly disposed and end up in landfills, toxic chemicals are released, impacting the earth's air, soil, water and ultimately, human health.
Which tab is used to create a
new e-mail?
O File
O View
O Folder
O Home
Please help!!!!!!!!!!!!!
Answer:
Mail tab
Explanation:
Please mark as brainliest answer as it will also give you 3 points
In the digital media process, what is one of the differences between the plan/design stage and the create/develop stage?
A) Scripts, storyboards, and flowcharts are created in the plan/design stage, and utilized in the create/develop stage.
B) Scripts, storyboards, and flowcharts are involved with the plan/design stage, but not with the create/develop stage.
C) Scripts, storyboards, and flowcharts are involved with the create/develop stage, but not with the plan/design stage.
D) Scripts, storyboards, and flowcharts are created in the create/develop stage, and utilized in the plan/design stage.
Answer:
Scripts, storyboards, and flowcharts are created in the plan/design stage, and utilized in the create/develop stage. A
Answer:
A.) Scripts, storyboards, and flowcharts are created in the plan/design stage, but utilized in the create/develop stage.
An example of computer hardware is ? A. keyboard B. app C. web browser D. operating system
Answer:
D. Operating system
Explanation:
A keyboard is a secondary item like a mouse and is not apart of computer hardware and app is also not a computer hardware because its coding not hardware. Web Browser is a Internet thing not hardware.
Answer:
option A
Explanation:
Computer hardware is the physical parts or components of a computer, such as the monitor, mouse, keyboard.
spam and i report
Maurice wants to create a variable to store the name of the second-best taco place. Maurice writes the line of code as 2ndtaco = "Tio Dan's" but gets an error message. What is the problem with Maurice’s code?
A.
There can’t be an apostrophe ' in a variable name.
B.
The equals sign should be a dash.
C.
The type of variable wasn’t specified.
D.
A variable name can’t begin with a number.
Answer:
option d is the correct answer
Answer:
For your other question I think it's true
Explanation:
Select three advantages to using digital video.
A) Digital video appears to have more depth.
B) Digital video can capture a greater range of brightness.
C) Digital video is much less expensive than film.
D) Digital video be easily edited and shared.
E) Digital video can be viewed in real time where it was taken.
Answer:
Digital video be easily edited and shared., Digital video is much less expensive than film., Digital video can be viewed in real time where it was taken.
Explanation:
After you have figured out your storyline, what should be the next thing to
focus on?
1.character devlopment
2. What you want to name your video
What is the primary function of RAM?
What is the basic unit of measurement for RAM specs?
A computer with sufficient RAM will be able to
with greater ease.
What can you do if a computer is running slowly and you suspect it is because you have insufficient
RAM?
How many bits are in one computer byte?
those questions have a drop-down box.
Answer :
1 . Stores Information temporarily
2 . byte
3 . switch between applications
4 . upgrade the RAM
5 . 8
JUST DID IT (Edge 2021)
Explica la importancia que tiene el plan de trabajo (cronograma) en los proyectos y porque se realiza antes de ejecutar la solución seleccionada. ayuda es para hoy :c
Answer:
El plan de trabajo permite delimitar la necesidad a la cual se debe responder con una solución (descripción del problema), los hitos que se deben alcanzar (objetivos general y específico), los recursos requeridos para lograr desarrollar y aplicar la solución (marco teórico), los posibles beneficios derivados del proceso exitoso (justificación del proyecto) y una administración racional y realistas de los recursos a disposición en cuanto a disponibilidad, tiempo y personal mediante una secuenciación de tareas (i.e. diagramas de Gantt), todo reduce el componente iterativo inherente a diseño y producción de un producto, permite prever posibles imprevistos y mantener una perspectiva realista y una eficiencia aceptable en cuanto a presupuesto, metodologías y tecnologías a usar.
El plan de trabajo debe incluir principios de ingeniería concurrente para minimizar para manera mejor los posibles imprevistos, usualmente difíciles de manera con principios de ingeniería secuencial.
Explanation:
El plan de trabajo permite delimitar la necesidad a la cual se debe responder con una solución (descripción del problema), los hitos que se deben alcanzar (objetivos general y específico), los recursos requeridos para lograr desarrollar y aplicar la solución (marco teórico), los posibles beneficios derivados del proceso exitoso (justificación) y una administración racional y realistas de los recursos a disposición en cuanto a disponibilidad, tiempo y personal mediante una secuenciación de tareas (i.e. diagramas de Gantt), todo reduce el componente iterativo inherente a diseño y producción de un producto, permite prever posibles imprevistos y mantener una perspectiva realista y una eficiencia aceptable en cuanto a presupuesto, metodologías y tecnologías a usar.
El plan de trabajo debe incluir principios de ingeniería concurrente para minimizar para manera mejor los posibles imprevistos, usualmente difíciles de manera con principios de ingeniería secuencial.
You are a security consultant and have been hired to evaluate an organization's physical security practices. All employees must pass through a locked door to enter the main work area. Access is restricted using a smart card reader. Network jacks are provided in the reception area such that employees and vendors can access the company network for work-related purposes. Users within the secured work area have been trained to lock their workstations if they will be leaving them for any period of time. Which of the following recommendations would you MOST likely make to this organization to increase their security?
A. Disable the switch ports connected to the network jacks in the reception area.
B. Move the receptionist's desk into the secured area.
C. Require users to use screensaver passwords.
D. Replace the smart card reader with a key code lock.
Answer:
D. Replace the smart card reader with a key code lock.
Explanation:
In other to increase the security of the company, the best security practice would be to replace the smart card reader with a key code lock. This is because, with the smart card reader, an unauthorised person who was able to pick up one of the cards could be able to access the secured work station.
On the other hand, if the area is accessed with key code lock, the, it is only the person who knows the code that will be able to access the secured work area. Of course, the key code will vary from one individual to another in the organization.