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
inn [45]
3 years ago
7

Which of the following initializer lists would correctly set the elements of array n?

Computers and Technology
1 answer:
Elina [12.6K]3 years ago
3 0

Answer:

The correct answer to this question is option (a).

Explanation:

In the programming language (java) the syntax for declaring,initializing single denominational array can be given as:

Syntax:

datatype array[] arrayname;            // declare the array

Example:             int [] a;                    

a = new int[5];              // create the array

int [] n ={2,5,7,9,3};                 // initialize all elements

Or

a[0] = 2;

a[1] = 22;

a[2] = 12;

a[3] = 20;

a[4] = 23;

In the above we define the way to initialize the array. So the correct way to set array element is option (a).

You might be interested in
An ISP is considering adding additional redundant connections to its network. Which of the following best describes why the comp
ozzi

Answer:

Redundant networks are generally more reliable.

Explanation:

6 0
3 years ago
The ______ engine compares your entry against its database and returns a list of hits or sites that contain the keywords. (hint:
stepan [7]

Answer:

The <u>search</u> engine

5 0
3 years ago
HTTP https CSS JavaScript and HTML are types of coding and formatting behind web pages true or false?
sveticcg [70]

Answer:

True

Explanation:

In order to be able to run a webpage successfully, there are various coding and formatting that are required and can considered necessary.

They are:

a) Hypertext Transfer Protocol(HTTP): This is a protocol that is made use of on webpages. It is used to determine the information or data that is collected and transmitted through webpages. The commands that are programmed on webpages are modified by this protocol. The data or information that can be transmitted using HTTP includes: Pictures, Video or Audio recordings e.t.c.

b) Hypertext Transfer Protocol Secure(HTTPS) : This is an advanced or modified form of HTTP. The difference between them is HTTPS is more secure than HTTP. HTTPS is defined as a more secured protocol thorough which data or information can be transmitted from one webpage to another. HTTPS make used of an encrypted type of security during data transmission.

c) Cascading Style (CSS): It is a computer language technology that helps to define and modify the way a webpage looks like. Cascading Style can be defined as a formatting style that deal with the fonts, colour , layout of a webpage.

d) JavaScript :This is a programming language that is used on webpages. It is a set of coding that has commands embedded insided that is written to make webpages more interactive and fun for the users of the Internet.

e)Hypertext Markup Language (HTML): This is what is used to create webpages on the internet. Hypertext Markup Language defines what a webpage actually looks like which involves, the written document on the webpage

7 0
3 years ago
52 is same as 5x5 or 25
poizon [28]

Answer:

25

Explanation:

5 0
3 years ago
Read 2 more answers
Is the method a network interface uses to access the medium and send data frames and the structure of these frames?
Alja [10]
Network technology <span>Is the method a network interface uses to access the medium and send data frames and the structure of these frames.</span><span />
3 0
3 years ago
Other questions:
  • To include all fields in a sql query, use the ____ symbol after the word select.
    7·1 answer
  • Several steps are involved in creating a presentation. what is the last step in the process before preparing to presenting it?
    12·1 answer
  • When using a spreadsheet, sum in the expression =sum(b10:b16), is called a(n) ________?
    8·1 answer
  • What chage command should you enter at the comman prompt to set the password to jsmith expire after 60 days and gives a warning
    12·1 answer
  • URGENT HELP PLEASE
    13·1 answer
  • Which elements of a myth appear in this story from early babylon
    14·1 answer
  • Which of the following statements is true of algorithms?
    15·1 answer
  • A(n) ________ is a server-based operating system oriented to computer networking and may include directory services, network man
    5·1 answer
  • Dash transfers several bits of data together at one time<br>​
    6·1 answer
  • Need the answer ASAP!!! I’ll mark brainliest if correct
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!