Help its simple but I don't know the answer!!!

If you have a -Apple store and itunes gift card-

can you use it for in app/game purchases?

Answers

Answer 1

Answer:

yes you can do that it's utter logic

Answer 2

Answer:

Yes.

Explanation:

Itunes gift cards do buy you games/movies/In app purchases/ect.


Related Questions

6 things you should consider when planning a PowerPoint Presentation.

Answers

Answer: I would suggest you consider your audience and how you can connect to them. Is your presentation, well, presentable? Is whatever you're presenting reliable and true? Also, no more than 6 lines on each slide. Use colors that contrast and compliment. Images, use images. That pulls whoever you are presenting to more into your presentation.

Explanation:

Dave owns a construction business and is in the process of buying a laptop. He is looking for a laptop with a hard drive that will likely continue to function if the computer is dropped. Which type of hard drive does he need?

Answers

Answer:

Solid state drive

Explanation:

The term solid-state drive is used for the electronic circuitry made entirely from semiconductors. This highlights the fact that the main storage form, in terms of a solid-state drive, is via semiconductors instead of a magnetic media for example a hard disk.  In lieu of a more conventional hard drive, SSD is built to live inside the device. SSDs are usually more resistant to physical shock in comparison to the electro-mechanical drives and it functions quietly and has faster response time. Therefore,  SSD will be best suitable for the Dave.


The equation of certain traveling waves is y(x.t) = 0.0450 sin(25.12x - 37.68t-0.523) where x and y are in
meters, and t in seconds. Determine the following:
(a) Amplitude. (b) wave number (C) wavelength. (d) angular frequency. (e) frequency: (1) phase angle, (g) the
wave propagation speed, (b) the expression for the medium's particles velocity as the waves pass by them, and (i)
the velocity of a particle that is at x=3.50m from the origin at t=21.os​

Answers

Answer:

A. 0.0450

B. 4

C. 0.25

D. 37.68

E. 6Hz

F. -0.523

G. 1.5m/s

H. vy = ∂y/∂t = 0.045(-37.68) cos (25.12x - 37.68t - 0.523)

I. -1.67m/s.

Explanation:

Given the equation:

y(x,t) = 0.0450 sin(25.12x - 37.68t-0.523)

Standard wave equation:

y(x, t)=Asin(kx−ωt+ϕ)

a.) Amplitude = 0.0450

b.) Wave number = 1/ λ

λ=2π/k

From the equation k = 25.12

Wavelength(λ ) = 2π/25.12 = 0.25

Wave number (1/0.25) = 4

c.) Wavelength(λ ) = 2π/25.12 = 0.25

d.) Angular frequency(ω)

ωt = 37.68t

ω = 37.68

E.) Frequency (f)

ω = 2πf

f = ω/2π

f = 37.68/6.28

f = 6Hz

f.) Phase angle(ϕ) = -0.523

g.) Wave propagation speed :

ω/k=37.68/25.12=1.5m/s

h.) vy = ∂y/∂t = 0.045(-37.68) cos (25.12x - 37.68t - 0.523)

(i) vy(3.5m, 21s) = 0.045(-37.68) cos (25.12*3.5-37.68*21-0.523) = -1.67m/s.

(TCO 4) Give the contents of Register A after the execution of the following instructions:

Data_1 EQU $12
Data_2 EQU %01010101
LDAA #Data_1
ADDA #Data_2

A) $12
B) $67
C) $55
D) $57

Answers

It’s b.$67 I hope it helps I am not that good at technology I am good at other thing

Rewrite this if/else if code segment into a switch statement int num = 0; int a = 10, b = 20, c = 20, d = 30, x = 40; if (num > 101 && num <= 105) { a += 1; } else if (num == 208) { b += 1; x = 8; } else if (num > 208 && num < 210) { c = c * 3; } else { d += 1004; }

Answers

Answer:

public class SwitchCase {

   public static void main(String[] args) {

       int num = 0;

       int a = 10, b = 20, c = 20, d = 30, x = 40;

       switch (num){

           case 102: a += 1;

           case 103: a += 1;

           case 104: a += 1;

           case 105: a += 1;

           break;

           case 208: b += 1; x = 8;

           break;

           case 209: c = c * 3;

           case 210: c = c * 3;

           break;

           default: d += 1004;

       }

   }

}

Explanation:

Given above is the equivalent code using Switch case in JavaThe switch case test multiple levels of conditions and can easily replace the uses of several if....elseif.....else statements.When using a switch, each condition is treated as a separate case followed by a full colon and the the statement to execute if the case is true.The default statement handles the final else when all the other coditions are false

D-H public key exchange Please calculate the key for both Alice and Bob.
Alice Public area Bob
Alice and Bob publicly agree to make
N = 50, P = 41
Alice chooses her Bob
picks his
Private # A = 19 private #
B= ?
------------------------------------------------------------------------------------------------------------------------------------------
I am on Alice site, I choose my private # A = 19.
You are on Bob site, you pick up the private B, B and N should have no common factor, except 1.
(Suggest to choose B as a prime #) Please calculate all the steps, and find the key made by Alice and Bob.
The ppt file of D-H cryptography is uploaded. You can follow the steps listed in the ppt file.
Show all steps.

Answers

Answer:

See explaination

Explanation:

Please kindly check attachment for the step by step solution of the given problem.

Describe the Software Development Life Cycle. Describe for each phase of the SDLC how it can be used to create software for an Employee Payroll System that allows employees to log the number of hours completed in a work period and then generate their pay. Use Microsoft Word to complete this part of the assessment. Save your file as LASTNAME FIRSTNAME M08FINAL1 were LASTNAME is your lastname and FIRSTNAME is your first name. Upload your answer to this question; do not submit this assessment until you have completed all questions. This question is worth 25 points.

Answers

Answer:

Check the explanation

Explanation:

SDLC

SDLC stands for Software Development Life Cycle

It provides steps for developing a software product

It also checks for the quality and correctness of a software

The main aim of SDLC is to develop a software, which meets a customer requirements

SDLC involves various phases to develop a high-quality product for its end user

Phases of SDLC

           There are seven phases in a software development life cycle as follows,

Requirement Analysis   Feasibility Study   Design    Coding    Testing Deployment      Maintenance

kindly check the attached image below

Requirement analysis

This is the first stage in a SDLC.

In this phase, a detailed and precise requirements are collected from various teams by senior team members

It gives a clear idea of the entire project scope, opportunities and upcoming issues in a project

This phase also involves, planning assurance requirements and analyze risk involved in the project

Here, the timeline to finish the project is finalized

Feasibility Study

In this stage, the SRS document, that is “Software Requirement Specification” document is defined, which includes everything to be designed and developed during the life cycle of a project

Design

In this phase as the name indicates, software and system design documents are prepared, based on the requirement specification document

This enable us to define the whole system architecture

Two types of design documents are prepared in this phase as follows,

High-Level Design

Low-Level Design

Coding

In this phase, the coding of project is done in a selected programming language

Tasks are divided into many units and given to various developers

It is the longest phase in the SDLC

Testing

In this stage, the developed coding is tested by the testing team

The testing team, checks the coding in the user point of view

Installation/Deployment

In this stage, a product is released by the company to the client

Maintenance

Once the product is delivered to the client, the maintenance phase work will start by fixing errors, modifying and enhancing the product.

Employee Payroll System

Requirement analysis

Gather information from various team for requirement

Analyze the number of employees to handle the project

Timeline to finish the project, eg.1 month

Feasibility Study

The system requirements such as how many systems are required

Decide which software to be installed to handle the project.

For example, if we are going to develop the software using C language, then software for that has to be installed

The SRS document has to be prepared

Design

In this the HLD and LLD is prepared, the overall software architecture is prepared

The modules involved in coding are decided

Here the modules can be employee, payroll manager, Employee Log time, account details

The input and output are designed, such as employee name is the input and output is the salary for him, based on working hours

Coding

Here the coding is divided into various sections and given to 2 or more employees

One may code employee detail, one will code working hours of employees and one may code the banking details of employee

Testing

The coding is tested for syntax, declaration, data types and various kinds of error

The testing team will test the coding with various possible values

They may even check with wrong values and analyze the output for that

Installation

Now the software is installed in the client system and the client is calculating the payroll for an employee based on working hours in a month

Maintenance

If any error occurs, the team will clear the issue.

When a new employee joins, then the employee data will added to the database and the database is updated

Also if the client asks for any new features, it will done in this phase.

Other Questions
what is the value of x? Find the radius of Circle M, if the area of a sector is 36.07 cm^2 and the central angle of that sector is 58. Round your answers to the hundredths place if necessary On the first day of school, each student is given $0.50 to attend. On day two, each student earns $1.00. on day 3, $2.00, etc. How much do students earn on the 9th day The United States sends diplomats to many foreign nations in order to do which of the selections listed below? Which goes with which Use Pythagorean Theorem to find the missing side length. Round to the nearest tenth. When you cough,the radius of your trachea (windpipe) decreases,affecting the speed S of the air in the trachea. If r0 is the normal radius of the trachea, the relationship between the speed S of the air and the radius r of the trachea during a cough is given by a function of the formS(r) = (r0 - r) ar^2where a is positive constant. Find the radius r for which the speed of the air is greatest. At the beginning of last year, Tarind Corporation budgeted $900,000 of fixed manufacturing overhead and chose a denominator level of activity of 600,000 machine-hours. At the end of the year, Tari's fixed manufacturing overhead budget variance was $12,000 favorable. Its fixed manufacturing overhead volume variance was $19,200 favorable. Actual direct labor-hours for the year were 625,000. What was Tari's total standard machine-hours allowed for last year's output? Read the two sentences. I cannot wait to see this movie. The main character is played by my favorite actress. Which sentence expresses the same idea in a complex sentence? will give brainlist if its right! Which of the following was NOT an effect of the war with Mexico?Question 4 options:Mexico abandoned claims to TexasMexico recognized the boundary as the Nueces River.Treaty of Guadalupe HidalgoMexican CessionQuestion 5 (2 points)This purchase of territory from France by Jefferson doubled the size of the U.S.Question 5 options:Treaty of Guadalupe HidalgoMexican CessionGasden PurchaseLouisiana PurchaseQuestion 6 (2 points)SavedThe 19th century belief that the expansion of the U.S. throughout the American continents was both justified and inevitable was know asQuestion 6 options:Trail of TearsAmerican Progresswestward expansionManifest DestinyQuestion 7 (1 point)To give up power to a territoryQuestion 7 options:secedeannexcedecessionQuestion 8 (2 points)The United States experienced a period of greatly increased immigration in the mid-nineteenth century. Which one of the following was a "push" factor of that immigration?Question 8 options:famineeconomic opportunitiesreligious freedomcheap land What single rigid transformation maps TriangleABC onto TriangleA'BC'?dilationreflectionrotationtranslation What is the equation of a line passing through 1,2 and -2,5 what is (4 to the square root of 81)5? Find the area of the shaded region and choose the appropriate result? can someone tell me how to do this What is the negative square root of 4,900? Your engineering firm has been hired as a consultant to evaluate engineered channels to replace an existing natural stream. The existing channel has a length of 1.2 miles with an average bedslope of0.0042ft/ft. Thedesign flowfor this channel is2,250 cfs.The client requests that you conduct a feasibility study to replace the natural stream with a concrete-linedchannel. Base your design on the best hydraulic section and select two of the following section shapes to evaluate:rectangular, trapezoidal, triangular, and half-circularsections.Provide a freeboard of at least 10% of the flow depthat design discharge. Subcritical flowis preferredin the engineered channel. After completing the design of the channel, perform an extreme event analysis by determining the normal depth for a flow of twice the design flow. Discuss ifflooding is an issue for this extreme event. Find the area. Will mark brainliest. GIVING BRANLIEST Which prism has a greater surface area?2 prisms. A rectangular prism has a length of 12 inches, height of 8 inches, and width of 6 inches. A triangular prism has a rectangular base with a length of 6 inches and height of 12 inches. 2 rectangular sides are 12 inches by 10 inches. The triangular sides have a base of 6 inches an height of 8 inches. The rectangular prism has a greater surface area by 72 square inches.The rectangular prism has a greater surface area by 88 square inches.The triangular prism has a greater surface area by 72 square inches.The triangular prism has a greater surface area by 88 square inches.