Answer:
Period(.)
Explanation:
Option A is rejected because exclamation mark is not used in programming languages to reference an array but it is used as Operator to mark if the value is NOT
For example
if(x!=2)
this statement check if the x variable is NOT EQUAL TO 2.
Option B is rejected because it is used in objects for the languages which use them as key value pairs
for example :
IN java script objects are like :
const person = {
name : 'Asad',
id : 1
}
Option C is rejected because it is used to slect all the records of some data structure.
for example in database to select all the records of a row we write:
select * from table_name where id=1;
Option D is selected because Period references to the nested values of the array if the index is the parent value.
Answer:
Explanation:
A website layout is a pattern (or framework) that defines a website's structure. It has the role of structuring the information present on a site both for the website's owner and for users. It provides clear paths for navigation within webpages and puts the most important elements of a website front and center.
Answer:
B) wireless local area network (WLAN)
Explanation:
WLAN which fully meaning is WIRELESS LOCAL AREA NETWORK is a network provider that enables two or more mobile phone user , desktop or computer user to connect and have access to the internet by simply connecting to the local area wireless network and this type of wireless network are more cheaper to install.
Example of where WIRELESS LOCAL AREA NETWORK can be found are : School building, Office building, School campus, home, among others.
<h2>Read</h2>
Explanation:
Canvas generates a course invitation when an enrollment is manually added to the course. (Find that in goggle)
Knew that I'm just bad at explaining lol