1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
zavuch27 [327]
3 years ago
15

Rather than a single address, you can refer to an array using their first (top/Left) and last (bottom/right) addresses separated

by a _______.
Exclamation (!)

Colon (:)

Asterisk (*)

Period (.)
Computers and Technology
1 answer:
Thepotemich [5.8K]3 years ago
3 0

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.

You might be interested in
What is the process for creating a new merge document for address labels?
Archy [21]

Answer:

In Word, click Mailings > Start Mail Merge > Step-by-Step Mail Merge Wizard to start the mail merge wizard. Choose Labels, and then click Next: Starting document. Choose Label options, select your label vendor and product number, and then click OK. Click Next: Select recipients.

Explanation:

6 0
4 years ago
Read 2 more answers
Select the correct answer.
zmey [24]

the answer should be the letter a

3 0
4 years ago
Read 2 more answers
I need help pleaseeee
MrRissso [65]

Answer:

Explanation:

I  ....

6 0
3 years ago
Create a flowchart that assigns a counselor to a student.
Nataly [62]
Please Help! Unit 6: Lesson 1 - Coding Activity 2
Instructions: Hemachandra numbers (more commonly known as Fibonacci numbers) are found by starting with two numbers then finding the next number by adding the previous two numbers together. The most common starting numbers are 0 and 1 giving the numbers 0, 1, 1, 2, 3, 5...
The main method from this class contains code which is intended to fill an array of length 10 with these Hemachandra numbers, then print the value of the number in the array at the index entered by the user. For example if the user inputs 3 then the program should output 2, while if the user inputs 6 then the program should output 8. Debug this code so it works as intended.

The Code Given:

import java.util.Scanner;

public class U6_L1_Activity_Two{
public static void main(String[] args){
int[h] = new int[10];
0 = h[0];
1 = h[1];
h[2] = h[0] + h[1];
h[3] = h[1] + h[2];
h[4] = h[2] + h[3];
h[5] = h[3] + h[4];
h[6] = h[4] + h[5];
h[7] = h[5] + h[6];
h[8] = h[6] + h[7]
h[9] = h[7] + h[8];
h[10] = h[8] + h[9];
Scanner scan = new Scanner(System.in);
int i = scan.nextInt();
if (i >= 0 && i < 10)
System.out.println(h(i));
}
}
4 0
3 years ago
Read 2 more answers
Which letters appear in the home row on a keyboard?
weqwewe [10]
A, S, D, F, G, H, J, K, L, <semi colon ( ; ) and apostrophe ( ' ) as the last two on the right, in front of enter>  
8 0
3 years ago
Other questions:
  • All languages from the second generation on must be translated into machine language for the computer to be able process the inp
    8·1 answer
  • Which of the following are common problems experienced with software applications?
    15·1 answer
  • TRUE OR FALSE, databases allow you to search for content on the internet based on certain criteria (PLS ANSWER RIGHT)
    10·2 answers
  • How does net neutrality affect consumers actovate in a a positive way?
    8·1 answer
  • When is e-mail an appropriate channel for goodwill messages? If you frequently communicate with the receiver by e-mail and are c
    15·1 answer
  • A program is considered portable if it . . . can be rewritten in a different programming language without losing its meaning. ca
    13·1 answer
  • Blank spaces or unseen control characters in a data file are referred to as
    5·2 answers
  • Which value can be entered to cause the following code segment to display the message: "That number is acceptable." int number;
    11·1 answer
  • List five applications field of a computer?​
    8·1 answer
  • What is the scope of numC?
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!