RELIGION QUESTION

What is the meaning of prayers of adoration and thanksgiving:

Answers

Answer 1

Answer:

prayer is to give thanks to god for everything he has done for you, so is thanksgiving and adoration

Explanation:


Related Questions

________ security provides perimeter security, access control, smoke and fire detection, fire suppression, some environmental protection, and usually surveillance systems, alarms, and guards.

Answers

Answer:

Premises

On-premise security refers to the hardware and software solutions that protect businesses data from outside and inside threats.

What do you call a collection of pre-programmed commands and functions used in programs?
Choices
1.Widget
2.Function
3.Libary
4.Variable

Answers

The answer is number 3.libary

What is the output of the sum of 1001011 and 100011 displayed in hexadecimal?

Answers

Answer:

[tex]1001011_2[/tex]    [tex]+[/tex]   [tex]100011_2[/tex]   [tex]=[/tex]    [tex]6E_{hex}[/tex]

Explanation:

Required

[tex]1001011_2 + 100011_2 = []_{16}[/tex]

First, carry out the addition in binary

[tex]1001011_2[/tex]    [tex]+[/tex]   [tex]100011_2[/tex]   [tex]=[/tex]    [tex]1101110_2[/tex]

The step is as follows (start adding from right to left):

[tex]1 + 1 = 10[/tex] --- Write 0 carry 1

[tex]1 + 1 + 1(carry) = 11[/tex] ---- Write 1 carry 1

[tex]0 + 0 + 1(carry) = 1[/tex] ---- Write 1

[tex]1 + 0 = 1[/tex] --- Write 1

[tex]0 + 0 = 0[/tex] ---- Write 0

[tex]0 + 0 = 0[/tex] ---- Write 0

[tex]1 + 1 = 10[/tex] --- Write 0 carry 1

No other number to add ; So, write 1 (the last carry)

So, we have:

[tex]1001011_2[/tex]    [tex]+[/tex]   [tex]100011_2[/tex]   [tex]=[/tex]    [tex]1101110_2[/tex]

Next, convert [tex]1101110_2[/tex] to base 10 using product rule

[tex]1101110_2 = 1 * 2^6 +1 * 2^5 + 0 * 2^4 + 1 * 2^3 + 1 * 2^2 + 1 * 2^1 + 0 * 2^0[/tex]

[tex]1101110_2 = 64 +32 + 0 + 8 + 4 + 2 + 0[/tex]

[tex]1101110_2 = 110_{10}[/tex]

Lastly, convert [tex]110_{10}[/tex] to hexadecimal using division and remainder rule

[tex]110/16 \to 6\ R\ 14[/tex]

[tex]6/16 \to 0\ R\ 6[/tex]

Write the remainder from bottom to top;

[tex]110_{10} = 6(14)_{hex}[/tex]

In hexadecimal

[tex]14 \to E[/tex]

So, we have:

[tex]110_{10} = 6E_{hex}[/tex]

Hence:

[tex]1001011_2[/tex]    [tex]+[/tex]   [tex]100011_2[/tex]   [tex]=[/tex]    [tex]6E_{hex}[/tex]

What is the first phase of game development?
OA
the concept phase
B.
the pre-production phase
O c.
the prototype phase
D.
the alpha phase
E.
the beta phase

Answers

Hello there! The answer is:

B. The Pre-Production Phase

When someone or a group of people are designing an app or game, they generally follow the rule of phases. Basically, if you don't know what this process is, sound effects, character designs, icons and the concept are discussed. This is the first phase of game development.

I hope I helped you!

The mapping of a logical address to a physical address is done in hardware by the ________. A. memory address register B. memory-management-unit (MMU) C. relocation register D. dynamic loading register

Answers

Answer:

b. Memory-Management Unit

Explanation:

The hardware device called Memory-Management Unit is used for mapping logical address to its corresponding physical address.

What is a named bit of programming instructions?

Answers

Answer:

Function: A named bit of programming instructions. Top Down Design: a problem solving approach (also known as stepwise design) in which you break down a system to gain insight into the sub-systems that make it up.

A two-dimensional array is essentially?
A primitive date type
A looped data structure

Answers

Answer:

A looped data structure

Explanation:

A two-dimensional array is an array of another array. You can traverse it using nested loops, one to traverse row and one to traverse columns.

What would be used by a business to assess how the business is working within its organization goals? O A. Information systems B. Interactivity C. Management plan D. Business analysis​

Answers

Answer:

Management plan

Explanation:

Which benefit of purchased data models provides database planning and analysis by providing a first data model, which we can use to generate specific analysis questions and concrete, not hypothetical or abstract, examples of what might be in the appropriate database

Answers

Answer:

It facilitates systems analysis.

Explanation:

Systems analysis can be described as a process of gathering and interpreting data, finding faults, and breaking down a system into its constituent parts. It is a problem-solving strategy that facilitates an improvement in the system and guarantees that all of the system's components work together in an efficient manner to achieve their goals.

Therefore, the benefit is that it facilitates systems analysis.

PLEASE HELP !!!! 40 POINTS BUT HELP

Write a python program to build a simple BMI calculator, where your program asks the user to input the height and the weight of the user then displays the BMI and statement stating the overall health of each user . All the data should be in variables , and no functions should be used.
The program should contain the following:
Welcome message- Display your full name, project name and give a small description on your project (definition of the BMI) [2 marks]
Variables :
height variable , input by the user [2 marks]
Weight variable , input by the user [2 marks]
Use a proper data type change function , int() or float() [2 marks]
Calculate the BMI by using the input variables of the height and the weight . [4 marks]
Display the BMI with statement based on the result of the BMI , refer to the below table [6 marks]
Critical thinking :
After running the code, don't stop the program and ask the user for a new input for a new calculation .(use loop , Break )
EXAMPLE :
Do you want to make a new calculation ? if no end the program , if yes start the code again .[2 marks]

Answers

Answer:

So in a way it is about a python calculation

By limiting the number of times a person can use a type of software before registering as the authorized owner of that software, software firms are dealing with problems associated with:

Answers

Answer:

Software piracy.

Explanation:

A software can be defined as a set of executable instructions (codes) or collection of data that is used typically to instruct a computer on how to perform a specific task and solve a particular problem.

Simply stated, it's a computer program or application that comprises of sets of code for performing specific tasks on the system.

Basically, softwares are categorized into two (2) main categories and these are;

I. Open-source software.

II. Proprietary software.

A proprietary software is also known as a closed-source software and it can be defined as any software application or program that has its source code copyrighted and as such cannot be used, modified or distributed without authorization from the software developer. Thus, it is typically published as a commercial software that may be sold, licensed or leased by the software developer (vendor) to the end users with terms and conditions.

Some examples of proprietary software are Microsoft Windows, macOS, Adobe photoshop etc.

Furthermore, a proprietary software license avail end users the opportunity to install and use the software after agreeing to the terms of its license.

Software piracy can be defined as an act which typically involves the unauthorized use, duplications, or distribution of a software that is legally copyrighted or protected, without an express permission from the software manufacturer (owner).

Generally, software manufacturers (owners) deal with problems associated with software piracy by placing a limit on the number of times or durations that an end user is allowed to use a particular software before registering (subscribing) as the authorized owner of that software.

Select the three careers in the creative side of digital media.

broadcasting
web designer
animators
filmmaker
project management

Answers

Answer:

I would pick A B and D to be my answer

Answer:

web designer, animators, and filmmaker.

please answer this question​

Answers

Answer:

17. True

18. Backup

Explanation:

Surfing the internet refers to going through various websites to find the different things that you want. This is also the same as browsing the internet. For this reason, both words can be used interchangeably to describe going to different websites on the internet.

When we store our data on alternative storage such as pen drives, hard disks and online storage services, we are backing up our data so that in the event that we lose access to the primary storage device, we will still have the data in those alternative storage devices and services.

PLEASE HELP DUE IN 30 MINUTES NO LINKS PLEASE ​

Answers

Answer:

3

Explanation:

Answer:

Correct answer is C: Format Check

A list of steps to finish a task. A set of instructions that can be performed with or without a computer is called an

Answers

Answer:

algorithm

Explanation:

A list of steps to finish a task. A set of instructions that can be performed with or without a computer is called an algorithm.

What is algorithm?

An algorithm is a method for performing calculations or finding solutions to issues. Algorithms perform as a precise set of instructions that carry out preset activities consecutively in either hardware-based or software-based routines. Algorithms play a big role in information technology across the board.

Algorithms can be found in a variety of contexts, including the way we do laundry, how we answer long division problems, what goes into baking a cake, and how search engines work.

The merge sort algorithm is one of the most important ones now in use. It is a comparison-based sorting algorithm that uses the divide-and-conquer tactic to get over an challenge. It was made by John the mathematician.

Thus, it is an algorithm.

For more information about algorithm, click here:

https://brainly.com/question/22984934

#SPJ6

A router periodically goes offline. Once it goes offline, you find that a simple reboot puts the router back online. After doing some research, you find that the most likely cause of the problem is a bug in the router software. A new patch is available from the manufacturer that is supposed to eliminate the problem. What should you do next

Answers

Answer:

Obviously update the router

Explanation:

Keeping your router up to date is also a really important thing to do to protect your network from vulnerabilities. Outdated systems are easy targets for new methods of hacking.

Data inconsistency is described as A. Lack of data sharing between DBMS and Data Warehouse B. Program data dependence C. Having duplicate data in multiple files D. Lack of data sharing between similar DBMS E. Different versions of the same data appear in different places

Answers

Answer:

Having Duplicate Data in Seperate Files

Explanation:

A conflicting data set happens when managerial changes to a data set in the exchange log disagree with data kept up in the data set's setup document. A DBMS is a way this can be forestalled. I hope I helped you!

03.05 Editing in Word
1335 Middle School Business Keyboarding / Module 03: Write with Word
1. (03.05 LC)
This tool allows you to duplicate text from one part of a document while keeping the original text. (5 points)
O Cut
O Copy
O Drag
o paste

Answers

Answer:

Copy

Explanation:

In Microsoft Word, the copy tool is located in the Home tab, within the Clipboard group along with Cut, Paste, and Format Painter tool buttons

The Copy tool can also be brought up by right clicking a selected item

The Copy tool is activated when an item is selected. When the Copy tool command is used, the text is copied while keeping the original text.

Q3.What are the hardware requirement of the multimedia system?

Answers

Answer:

• The processing unit

• The memory

• Universal Serial Bus (USB) Device

• Graphics Card and Graphical Processing Unit (GPU)

• Hard drive

• Monitor

• External storage and optical device

write a program to calculate the volume of a cylinder​

Answers

bro mark me brainliest i’m struggling with algebra 2 rn

Answer:

program by READ DATA statement

Explanation:

CLS

REm to find the volume of a cylinder

READ π , [tex]r^{2}[/tex] , h

PRINT " pie =";P

PRINT "radius =";r

PRINT "height";h

PRINT "V=";π*[tex]r^{2}[/tex]*h

DATA = 22/7 , 4, 6

END

The formula =average(B1:B2) displays the value____(see the picture down)

Answers

9514 1404 393

Answer:

  (a)  10

Explanation:

The formula displays the average of the values 8 and 12. That average is ...

  (8+12)/2 = 10

What space is space surrounding the area around the main subject.

Answers

Answer:

Positive space refers to the subject or areas of interest in an artwork, such as a person's face or figure in a portrait, the objects in a still life painting, or the trees in a landscape painting. Negative space is the background or the area that surrounds the subject of the work.

Explanation:

- The emptiness around and between the shapes or forms are called the negative spaces or ground. We often call it the background but it is more than that.

One of the key properties of the ___________ approach is that a specific concept is represented by activity that is distributed over many units in the network.

Answers

Answer:

connectionist

Explanation:

One of the key properties of a connectionist network is that a specific category is represented by activity that is distributed over many units in the network. This contrasts with semantic networks, in which specific categories are represented at individual nodes.

write a program to calculate the area of rectangle​

Answers

Answer:

program by LET statement

Explanation:

CLS

REM to find the area of rectangle

LET L=40

LET B=20

LET AOR=L*B

PRINT "AOR=";AOR

END

                                                                                         Press F5

output

AOR=800

What type of communication takes place between two individuals or parties and involves the use of encryption so that only the desired individuals have access to what is being said or heard

Answers

Answer:

private

Explanation:

A(n) ________ cloud does not free an organization from the issues associated with managing the cloud infrastructure, but it does give the organization a high degree of customizability, flexibility, and control over their data and applications. Group of answer choices

Answers

Answer:

Private.

Explanation:

The private cloud is a computing service offering a proprietary environment to a single organization. In simple terms, it is a single-tenant environment, which means that the organization (the tenant) can use it without sharing its resources with others. It is also known as internal cloud or corporate cloud.

Therefore, it is a private cloud computing system that gives the organization a great level of customizability, flexibility, and control ability over data and applications.

Thus, a private cloud is a correct answer.

pls help
urgent questions please​

Answers

Answer:

1 - CLI

2- GUI

3-CLI

4- CLI

When browsing using certain browsers, if a page is known to be malicious or using phishing techniques in the past a browser may display a _________ before allowing you to move forward. Select one: Red Flashing Lights Red X Warning Bell Warning Page

Answers

Answer:

the last option

warning page

who likes video games

Answers

i wish i could play but my strict mom would never let me :’(

what is processing for a computer?​

Answers

Answer:

is an action or series of actions that a microprocessor, also known as a central processing unit (CPU), in a computer performs when it receives information.

Other Questions
please answer fast needed as soon as possible PLS ANWER ASAP!! person with correct answer will be marked brainliest Determine whether the given sequence could be geometric, arithmetic, or neither. If possible identify the common ratio or common difference 1/2,5/4, 2, 11/4.. How many 1/2 unit cubes does it take to fill the prism? can someone copy and past trippie redd emojis? ill thankyou in all my soul if you do For Triangle ABC, if AB = 14 mm, BC = 9 mm, and CA = 15 mm, what is the SMALLEST angle measure? Laura shares out 12 sweets. She gives Robert 1 sweet for every 3sweets she takes. How many sweets does Robert get? Why do the Trojans fall back from Patroclus's body?Question 1 options:Achilles' horses, given to him by Zeus, chase the Trojans away.Achilles cries out, with a circlet of fire crowning his head.The Greeks, with Menelaus at their head, defeat Hector and the Trojans.Achilles rushes into battle, and the Trojans flee before him.Question 2 (1 point) Why does Zeus think Hector should "pay" for putting on Achilles' armor?Question 2 options:It is very valuable.Hector does not deserve to wear Achilles' armor.Zeus wants Hector to return Achilles' armor to him.Hector was wrong to kill Patroclus.Question 3 (1 point) Why is Hephaestus willing to make Achilles' new armor?Question 3 options:It brings him great honor to make arms for such a great warrior.Thetis and her sister took care of him when his mother would not.Hephaestus dislikes the Trojans and wants Achilles and the Greeks to defeat them in war.Hephaestus is in love with Thetis.Question 4 (1 point) Why does Achilles finally join the battle?Question 4 options:The Trojans set fire to the Greek ships.Hector challenges Achilles to fight.Zeus commands him to take his place among the warriors.Achilles learns of Patroclus's death.Question 5 (1 point) Why does Hector die if Zeus wishes to save him?Question 5 options: Athena wants to bring an end to the war.It is Hector's fate.Achilles is a greater warrior than Hector.Zeus is not quick enough to save him. Noor loves going to the theater and discussing each play in detail with her friends. She thinks shed like a career as a theater critic someday, but shes not sure exactly what the point is besides saying what you like and dont like. What should Noor focus her theater reviews on? If you know that the hypotenuse of a 30-60-90 triangle is 124 cm, explain how you find the lengths of the other two sides. Castle Leasing Company signs a lease agreement on January 1, 2020, to lease electronic equipment to Jan Way Company. The term of the non-cancelable lease is 2 years, and payments are required at the end of each year. The following information relates to this agreement. 1. Jan Way has the option to purchase the equipment for $16,000 upon termination of the lease. It is not reasonably certain that Jan Way will exercise this option. 2. The equipment has a cost of $120,000 and fair value of $160,000 to Castle Leasing. The useful economic life is 2 years, with a residual value of $16,000. 3. Castle Leasing desires to earn a return of 5% on its investment. 4. Collectibility of the payments by Castle Leasing is probable. Instructions a. Prepare the journal entries on the books of Castle Leasing to reflect the payments received under the lease and to recognize income for the years 2020 and 2021. b. Assuming that Jan Way exercises its option to purchase the equipment on December 31, 2021, prepare the journal entry to record the sale on Castle Leasing's books. Two trains are moving at 50 m/s in opposite directions on the same track. The engineers see simultaneously that they are on a collision course and apply the brakes when they are 1,100 m apart. Assuming both trains have the same acceleration, what must this acceleration be (in m/s2) if the trains are to stop just short of colliding (MC)Which of the following is true about documentaries?They do not change or embellish anything about the story.O Night and Fog was the first full-length documentary.The purpose of a documentary is to entertain.The director's interpretation of the events or issue can influence the film. (10+4444+22)4/8?? what is the answer?? You randomly choose a letter from the word ENGAGEMENT. Find the probability ofchoosing either an N or an A. Can someone please help Who served as Vice President under Gerald Ford?O Walter MondaleO Nelson RockefellerO Spiro AgnewO Bob Dole lcm of 64 and 94 plz show photo of work and explan plz for 10 36% of 240 add working out pleasee The common stock of Swifty Inc. is currently selling at $120 per share. The directors wish to reduce the share price and increase share volume prior to a new issue. The per share par value is $10; book value is $75 per share. 10.50 million shares are issued and outstanding.Required:Prepare the necessary journal entries assuming the following.a. The board declares and issues a 2-for-1 stock split.b. The board declares and issues a 100% stock dividend.c. Briefly discuss the accounting and securities market differences between these two methods of increasing the number of shares outstanding.