Answer:
char str[5][100]
Explanation:
See attachment for options:
From the options, we can see that the programming language is C language.
The syntax to store an array of m strings with a maximum of n elements in C is:
char array-name[m][n]
In this case:
--- Number of strings in the array
--- Maximum character in each string
Assume the array name is str, the syntax can be expressed as:
char str[5][100]
Answer:
The correct answer for the given question is an option(b) i.e java.
Explanation:
Java is an object oriented programming language that is mostly used for the creating the websites.Java is most secure and reliable programming language than the other programming language.
C is a programming language but it is not object oriented programming language thats why this option is incorrect.
Visual basic is a Programming language it is also used to create a web page but it is not commonly used to create a web page thats why this option is incorrect.
The scheme is not used to create a web page thats why this option is also incorrect.
Answer:
(a) Weak passwords
Explanation:
Typically, a password is weak if it is easily discovered by all persons including unauthorized users. When passwords to a network are weak, the network is vulnerable to unauthorized access and may permit access to proprietary code, accounting files and other sensitive documents in the network.
Examples of weak passwords are;
i. those generated from the name of a user.
ii. those generated for a user by default.
iii. those generated from words from dictionary or other similar materials.
iv. those that don't include a combination of letters and numbers and even symbols.
v. those that are short in length e.g less than 8 characters.
The web client that connects to a web server, which is in turn connected to a bi-application server, is reflective of a one-tier architecture.
<h3>What is a website?</h3>
A website is a collection of web pages and related material that is published on at least one server and given a shared domain name.
A one-tier architecture is reflected in the web application that connects to a web server, which is coupled to a bi-application server.
Thus, the web client that connects to a web server, which is in turn connected to a bi-application server, is reflective of a one-tier architecture.
Learn more about the website here:
brainly.com/question/19459381
#SPJ4
Answer:
The Base address of the array is being passed