Answer:
Parent
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.
Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of a HTML document contains the contents or informations that a web page displays.
In this scenario, Roger wants to give semantic meaning (an element conveying informations about the type of content contained within an opening and closing tag) to a contact information placed at the bottom of a webpage. Thus, in order to do this, he should use a footer element as a parent of the contact information and as such all instance variables that have been used or declared in the footer class (superclass) would be present in its contact information (subclass object).
Answer:
M1 is equal to $ 4 trillion
Explanation:
M1 money supplies are liquid money supplies like cash, checkable deposits, traveler's check etc. It is equal to;
M1= coins and currency in circulation + checkable (demand) deposit + traveler's check.
M2 money supply are less liquid and is equated as;
M2 = M1 + savings deposit + money market fund + certificates of deposit + other time deposits.
Savings = $7 trillion
Checkable deposit = $3 trillion
Money market fund = $1 trillion
Currency = $1 trillion
Certificates of deposit = $1 trillion
M1 = currency + checkable deposit
= $1 + $ 3
= $4 trillion.
Answer:
Option(a) is the correct answer to the given fill in the blank of #2
Explanation:
The values[indexOfMin] returns the minimum element in the particular array As in the given question we have to implement the selection sorting .In the selection sorting we have choose the element and compare them others minimum index that's why we have choose the values[indexOfMin] function.
- The index of min is not the correct function So we have not used in the given fill in the blanks that's why option(b) is incorrect .
- The values[startIndex] represent the starting index only that is not suitable for the given question that's why it is incorrect option.
Answer:
a. 118.20.210.254
Explanation:
Here are the few characteristics of Class A:
First bit of the first octet of class A is 0.
This class has 8 bits for network and 24 bits for hosts.
The default sub-net mask for class A IP address is 255.0.0.0
Lets see if the first bit of first octet of 118.20.210.254 address is 0.
118 in binary (8 bits) can be represented as : 1110110
To complete 8 bits add a 0 to the left.
01110110
First bit of the first octet of class A is 0 So this is class A address.
For option b the first octet is : 183 in the form of bits = 10110111 So it is not class A address
For option c the first octet is 215 in the form of bits = 11010111 So it is not class A address
For option d the first octet is 255 in the form of bits = 11111111. The first bit of first octet is not 0 so it is also not class A address.