Answer:
is this a among us reference oooorr...... im confused. are u being frfr ...?
Explanation:
Answer:
hmmmm its decode
Explanation:
decode
The ____ attribute can be used only with input boxes that store text. Group of answer choices type pattern required value
Answer:
Pattern.
Explanation:
The pattern attribute can be used only with input boxes that store text.
Generally, the pattern attribute cannot be used with other types of data in computer programming.
Basically, it comprises of data types which mainly includes an attribute of the text, e-mail, telephone, uniform resource locator (URL), search input types and password which must all be matched with the input value in order to pass an authentication or authorization.
Who designed the Apple I computer in 1976
Answer:
Steve Wozniak
Explanation:
Answer:
Steve Wozniak i believe
what are the two parts of the uniform resource locator
Answer:
URL - Uniform Resource LocatorProtocol identifier : indicates what protocol to use. Resource name : specifies the IP address .Explanation:
Answer:
The protocol identifier and the resource name
Explanation:
just did it got a 100%... like for more plz
In a mobile phone network, how many times as strong would
Answer:
how many times as strong would what?
put your question in the replies to this answer and I'll gladly answer it
Explanation:
May I have brainliest please? :)
What sort of technique would you use to sort 10,000 items using just 1000 available slot in your RAM?
a. Heap sort
b. Quick sort
c. Bubble sort
d. Merge sort
Answer:
d. Merge sort
Explanation:
Merge sort is example of an efficient sorting alogrithm. The Divide and conquer rule is used in this technique. This method breakdown the list into multiple sublists and each sublist contains a single element. This technique merged in the form of sorted lists. This technique uses external memory of the system while sorting.
Merge sort is used to sort the 10,000 items using only 1,000 slots available in the RAM.
In a team if someone gets stuck with the selected tasks for the iteration, what is the immediate next step?
Answer:
The team member has to immediately inform the lead or onsite coordinator without wasting time and take up another task
Explanation:
In a situation where someone in a team is unable to move further to another tasks the next step is for the team member to immediately inform the onsite coordinator in order for them to take up another task reason been that the onsite coordinator sole responsibility is to ensure the completion of tasks without any flaw and Secondly if the team members did not inform the onsite coordinator immediately it will eventually lead to waste of time due to the time spent on the tasks thereby affecting the next tasks.
Therefore the immediate next step is for the team member to immediately inform the lead or onsite coordinator without wasting time and take up another task.
Which ways can you locate a function if you cannot remember the specific name? Check all that apply. searching in the Tell Me bar looking it up in the Formula tab looking it up in the Data tab using the Insert Function and typing a description using the Insert Function and selecting a category
Answer:
A, B, D, E
Explanation:
Just did it in Edge.
Answer:
A, B, D, E
Explanation:
Which key(s) will launch the Spelling Checker dialog box? F8 F7 Ctrl+H F2
Answer:
F7
Explanation:
Mostly in MS Office products, although a lot of other products will mimic the same well known key sequences as a way of enticing you to their platform.
Answer:The answer to your question is F7
Explanation:
Plz help!! ASAP!! And thank you!!
Answer:
first one, become vulnerable to online harassment
With __________________________, the IT resource is relocated to a host with more capacity. For example, a database may need to be moved from a tape-based SAN storage device with 4 GB per second I/O capacity to another disk-based SAN storage device with 8 GB per second I/O capacity.
Answer:
Dynamic Relocation.
Explanation:
The dynamic relocation is one of the methods used to implement a dynamic scalability architecture amongst others such as dynamic horizontal scaling and dynamic vertical scaling.
With dynamic relocation, the IT resource is relocated to a host with more capacity. For example, a database may need to be moved from a tape-based SAN storage device with 4 GB per second I/O capacity to another disk-based SAN storage device with 8 GB per second I/O capacity.
Its an HTML5 anyone kwons
After the computer executes the following code, what value will be stored in the variable result?
let x = 2, y = 6, z = 5;
let result = (x < 3 && y == 6);
Answer:
1 will be stored in result
Explanation:
Given
The lines of code
Required
Determine the value stored in result
The value stored in result is determine by the condition (x<3 && y ==6)
In the first line, the value of x is 2 and the value of y is 6
So: x<3 is true because x = 2 and 2 is less than 3
y == 6 is also true because y = 6 and 6 is equal to 6
So, the condition (x<3 && y ==6) is true and true will be saved in variable result
Because result is a Boolean variable which can only take true or false value
1 represents true
0 represents false
So, 1 will be stored in result
What is the output by the code below system.out.print(8-4+2);
Answer:
6
Explanation:
Which of the following is NOT one of the three testing phases of a JavaScript application?a) trying to make the application fail b) using the W3C Markup Validation Service to validate the HTML c) testing the application with valid data d) testing the application with invalid data
Answer:
b) using the W3C Markup Validation Service to validate the HTML
Explanation:
A JavaScript is one of the mainly used programming language. It is famous all over the world. Every software uses a JavaScript which includes a productivity apps, server code, 3D games, IoT devices, robots, etc.
A JavaScript code mainly runs on a web browser. In order to provide a JavaScript in the HTML document, we code an HTML script element which contains a JavaScript. Using the W3C markup validation service in order to validate a HTML is not a testing phase of a JavaScript applications.
Write a program that uses key events to make a circle larger and smaller.
Your circle should start at a radius of 100 and a position of 250, 250. Each time the user hits the left arrow, the circle should decrease by 10. If the user hits the right arrow, it should increase by 10.
Hint: Use the get_radius() and set_radius() method to change the size of your circle. Find more details and examples on these functions in the DOCs tab.
Challenge: Can you prevent the circle from getting smaller than a radius of 10 and larger than a radius of 400?
in python code
Answer:
circ = Circle(100)
circ.set_position(250, 250)
circ.set_color(Color.yellow)
add(circ)
def grow_circle(event):
if event.key == "ArrowLeft":
circ.set_radius(circ.get_radius() - 10)
if event.key == "ArrowRight":
circ.set_radius(circ.get_radius() + 10)
add_key_down_handler(grow_circle)
Explanation:
By making it that when the left/right arrow is clicked the radius of the circle is first taking into account before anything else, then each time the arrow is clicked the current radius either gets 10 added or removed from it.
What are the assignable addresses for the 12th subnet with the network address of 220.100.100.0 and the number of needed subnets is 45? a. 220.100.100.42 to 220.100.100.51 b. 220.100.100.52 to 220.100.100.55 c. 220.100.100.45 to 220.100.100.46 d. 220.100.100.40 to 220.100.100
Answer:
C. 220.100.100.45 to 220.100.100.46
Explanation:
The Classless IP subnetting of 220.100.100.0 begins from the fourth octet of the IP address. To get 45 subnet mask, it uses 6 bits from the fourth octet, which approximately give 64 subnets, while the remaining 2 bits are used for host IP addressing.
The useable host IP addresses are gotten from the formula '[tex]2^{n}[/tex]-2', with n=2 bits.
useable host IP addresses = 2^2 - 2 = 2 addresses per subnet.
While the 12th subnet is 12 x 2^2 = 44.
This means that the 12th subnet mask starts with 220.100.100.44 (as the network address) and ends with 220.100.100.47 as broadcast IP address, while '.45' and '.46' are the assignable addresses of the subnet.
Insert in the Current Values section at the top of the worksheet summary functions that use the range I9:I54. In cell I2, calculate the total of all the Current Values. In cell I3, calculate the average current value. in cell I4, calculate the lowest current value. In cell I5, calculate the highest current value
Answer:
Cell I2: =SUM(I9:I54)
Cell I3: =AVERAGE(I9:I54)
Cell I4: =MIN(I9:I54)
Cell I5: =MAX(I9:I54)
Explanation:
I wasnt able to find the worksheet referenced, however it is not needed to answer correctly.
The question states there are several values in the cell range I9:I54, and we need to perform different operations:
In cell I2, calculate the total of all the Current ValuesTo obtain the TOTAL calculation, we use the SUM function for all the range of values
=SUM(I9:I54)
In cell I3, calculate the average current value
Average is calculated with the function named the same
=AVERAGE(I9:I54)
In cell I4, calculate the lowest current value
The lowest value of all the range is found with the MIN function
=MIN(I9:I54)
In cell I5, calculate the highest current value
The highest value of all the range is found with the MAX function
=MAX(I9:I54)
Suppose a package pkg1 contains a class named MyClass and another package pkg2 contains a different class named MyClass. What happens when you impot both classes?
Answer:
Following are the solution to this question:
Explanation:
In this question, two packages "pkg1 and pkg2" is defined, that hold a class that is "MyClass", in which the class name is the same. If we import the package so, it can't import both classes in the very same file. If we really need to apply to both, then must completely specify one class name, and in the class name is different so, we simply use both classes by creating the instance.
If you are caught in a situation with an active shooter, which order should you plan a safe escape? A. Hide, Fight, Run B. Fight, Run, Hide C. Run, Hide, Fight D. Run, Fight, Hide
Answer:
The answer is C
Explanation:
the answer is run, hide, fight.
the first thing to do is try and run and get away.
the second thing you should do if you can't run is hide. Then if you can't run away nor hide you have to fight.
__________________ is the capacity for the system to change in size and scale to meet new demands.
Answer:
The answer is Capacity planning
The 0-1 knapsack problem is the following. A thief robbing a store finds n items. The ith item is worth vi dollars and weighs wi pounds, where vi and wi are integers. The thief wants to take as valuable a load as possible, but he can carry at most W pounds in his knapsack, for some integer W . Which items should he take?
Step by step Explanation:
Based on what we could deduce from the above statement, the items he should take are:
must either take one single item or must leave the other behind,and only a whole amount of an item must be taken,in which an item cannot be taken more than once into his knapsack.Hence, the thief needs to carefully determine items with an optimal value which still falls within his specified weight (W).
Which program will have the output shown below?
10
11
12
13
>>> for count in range(14):
print(count)
>>> for count in range(10,13):
print(count)
>>> for count in range(10, 14):
print(count)
>>> for count in range(13)
print(count)
Answer:
for count in range(10, 14):
print(count)
hope i helped :D
Answer:
for count in range(10, 14):
print(count)
what's the component of the hardware?
EMERGENCY- I am giving 55 points for this, please help. WITH working out
What would be the size of a sound file, which is 30 seconds in length and has a bitrate of 96kbps? You must show your working out.
Answer:
360 kilobytes
Explanation:
(Time × Bitrate) / 8
30 × 96 = 2880 / 8
360 kilobytes
8: kilobits in a kilobyte
Time is always in seconds to obey the kb*ps* rule
Bitrate is always on bits so thats kilobits not kilobytes purpose of conversion
Add a data attribute tricks of type list to each Dog instance and initialize it in __init__ to the empty list. The user does not have to supply a list of tricks when constructing a Dog instance. Make sure that you test this successfully. >>> sugar.tricks []
Answer:
Following are the method to this question:
def __init__(self, _name, _breed):#defining Constructor
""" Constructor """
self.name = _name#assigning value in name variable
self.breed = _breed#assigning value in breed variable
self.tricks = []#defining tricks an empty list
Explanation:
In the above code, a parameterized constructor is defined, that hold two-variable "name and breed" in its parameter, and another object self is created for storing the value.
Inside the constructor two-variable, and one empty list variable "tricks" is defined that hold value in the name and breed variable, and the next step an empty list is defined, that store its value.
Identify a security context of interest to you. Within this context, what constitutes a direct benefit of a risk management strategy? An indirect benefit? Provide examples.
Here,the Preparedness of the National(National Preparedness), that which gives a description of mission areas and also provide a framework for the consideration of management of risk.
It gives an illustration of the relationship of the National preparedness mission elements of risk.
Activities aimed at prevention are also associated with the efforts for the addressing of protection efforts generally address vulnerabilities recovery efforts.
However,we see that efforts of mitigation transcends vulnerability and also consequence spectrum.
Here,the PPD-8 mission areas are central,and this is to enhance national preparedness and also for infrastructure risk management activities.
When these are developed,they contribute to the achievement of resilient and secure critical infrastructure,and these critical infrastructure risks are however seen as part of setting capability targets.
THREAT AND HAZARD IDENTIFICATION AND RISK ASSESSMENT.
"THIRA" gives a provision of an approach for the identification and assessment of risks and also the associated impacts.
Determination that THIRA process has been completed by jurisdiction,then you consider the results when undergoing the assessment of risks to critical infrastructure.
Jenny has entered data about models of laptops from company A and company B in a worksheet. She enters model numbers of laptops from company A along with their details in different columns of the worksheet. Similarly, she enters details of all the laptop models from company B, Which option will help Jenny view the data for company A and company B in two separate sections after printing? The option will help her view the data for company A and company B in two separate sections after printing.
Answer:
The Split option under the view tab.
Explanation:
Click the View tab on the Ribbon, then select the Split command. The workbook will be split into different panes. You can scroll through each pane separately using the scroll bars, allowing you to compare different sections of the workbook.
Answer:
Split
Explanation:
The "persistent interrupt" is a bug in the code that exhibits a behavior that’s similar to an infinite loop. The ISR exits and gets called back immediately an infinite amount of times even though the interrupt event occurred once. The persistent interrupt occurs when three conditions are met. What are these conditions? How do we avoid a persistent interrupt from occurring?
Answer:
1. the 3 conditions have been listed below
2. to avoid persistent interrupt, we break any of the 3 conditions.
Explanation:
The persistent interrupt occurs when these three conditions below are met.
They are as follows:
1. GIE=1
2. xIE=1
3. xIFT=1
in avoidance of the persistent interrupt from occurring, we break any of these 3 conditions that I have listed above.
in order To break any one of the 3 conditions, we clear the flag that corresponds to the associated
we can also avoid the persistent interrupt occurrence by having the Interrupt Service Routine (ISR) clear maybe one or all of the three bits mentioned above before the ISR terminates, so it wouldn't get called back again. clearing any of the bits will not allow the ISR to be called again.
Match the definition to the word.
1. establish as law
ordain
2. having the nature of a miracle
retinue
3. a great many
miraculous
4. keep alive and well with food
liege
5. an iron block on which metals are hammered
arms
6. the lord who has the right to homage
multitude
7. a group of attendants
successor
8. weapons; fighting
wrangling
9. a person who follows another person
anvil
10. a noisy quarrel
nourish
Explanation:
1. establish as law - ordain;
2. having the nature of a miracle - miraculous;
3. a great many - multitude;
4. keep alive and well with food - nourish;
5. an iron block on which metals are hammered - anvil;
6. the lord who has the right to homage - liege;
7. a group of attendants - retinue;
8. weapons - arms;
9. a person who follows another person - successor;
10. a noisy quarrel - wrangling;
In the Unified Process (UP) methodology, most of the Implementation activities occurs during the _____ phase.
a) Inception
b) Elaboration
c) Construction
d) None of the Above
Answer:
C) construction
Explanation:
The unified process is one of the software development process frameworks. It is an incremental and iterative software building process. The process is carried out in four phases which include; inception, elaboration, construction and transition.
The construction phase is the largest part and is where most of the implementation activities happen. Here the system features are implemented iteratively to enable the executable release of the software.
Which best describes what databases do? A.) They guarantee users find needed data B.) they create categories for data. C.) They identify important data. D.) They enable users to search for data.
Answer:
the answer is c
Explanation:
i rly hope this helps if it does plz may u thank it and rate plz and thank u
Answer:
C
Explanation:
Took the test