Taran is concerned with the security of his macros in a database. Which security option could he use to provide protection?

digital signatures
hide database objects
start-up options
secure VBA code

Answers

Answer 1

Answer:security VBA code

Explanation:


Related Questions

Explain the five generations of computer

Answers

Answer:

1 First Generation

The period of first generation: 1946-1959. Vacuum tube based.

2 Second Generation

The period of second generation: 1959-1965. Transistor based.

3 Third Generation

The period of third generation: 1965-1971. Integrated Circuit based.

4 Fourth Generation

The period of fourth generation: 1971-1980. VLSI microprocessor based.

5 Fifth Generation

The period of fifth generation: 1980-onwards. ULSI microprocessor based.

The phrase "generation" refers to a shift in the technology that a computer is/was using. The term "generation" was initially used to describe different hardware advancements. These days, a computer system's generation involves both hardware and software.

Who invented the 5th generation of computers?

The Japan Ministry of International Trade and Industry (MITI) launched the Fifth Generation Computer Systems (FGCS) initiative in 1982 with the goal of developing computers that use massively parallel computing and logic programming.

The generation of computers is determined by when significant technological advancements, such as the use of vacuum tubes, transistors, and microprocessors, take place inside the computer. There will be five computer generations between now and 2020, with the first one starting around 1940.

Earlier models of computers (1940-1956)Computers of the Second Generation (1956-1963)Computers of the Third Generation (1964-1971)Computers of the fourth generation (1971-Present)Computers of the fifth generation

Learn more about generations of computers here:

https://brainly.com/question/9354047

#SPJ2

Two character strings may have many common substrings. Substrings are required to be contiguous in the original string. For example, photograph and tomography have several common substrings of length one (i.e., single letters), and common substrings ph, to, and ograph as well as all the substrings of ograph. The maximum common substring length is 6. Let X = X122 . Im and Y = yıy2 - - • Yn be two character strings. Using dynamic programming, design an algorithm to find the maximum common substring length for X and Y using dynamic programming. Please follow the general steps for designing a dynamic programming solution as in Q1 (other than the actual programming part).

Answers

Answer:

Explanation:

The following function is written in Java. It takes two strings as parameters and calculates the longest substring between both of them and returns that substring length.

import java.util.*;

class Test

{

   public static void main(String[] args)

   {

       String X = "photograph";

       String Y = "tomography";

       System.out.println(X + '\n' + Y);

       System.out.println("Longest common substring length: " + longestSub(X, Y));

   }

   static int longestSub(String X, String Y)

   {

       char[] word1 = X.toCharArray();

       char[] word2 = Y.toCharArray();

       

       int length1 = X.length();

       int length2 = Y.length();

       int substringArray[][] = new int[length1 + 1][length2 + 1];

       int longestSubstringLength = 0;

       

       for (int i = 0; i <= length1; i++)

       {

           for (int j = 0; j <= length2; j++)

           {

               if (i == 0 || j == 0)

                   substringArray[i][j] = 0;

               else if (word1[i - 1] == word2[j - 1])

               {

                   substringArray[i][j]

                           = substringArray[i - 1][j - 1] + 1;

                   longestSubstringLength = Integer.max(longestSubstringLength,

                           substringArray[i][j]);

               }

               else

                   substringArray[i][j] = 0;

           }

       }

       return longestSubstringLength;

   }

}

The variable strFirst's scope is _____.

Answers

pretty sure it’s d, hope this helps

Answer:

- the usernameMaker function

Explanation:

When you look at the code, you can see it's located alongside the usernameMaker. It it only utilized then, therefore being it's scope. For reassurance, it's also correct on Edge.

I hope this helped!

Good luck <3

Other Questions
PLEASE ANSWER ASAP REALLY EASY QUESTION WILL GET BRAINLEST!!!!!!!!!!!Is this a random or biased sample? What is this? 10 points ! -4(6-b)=4 show work plz " if you've got the truth you can demonstrate it, talking doesn't prove it" Anybody know what this quote means plzz help No links I REALLY NEED HELP WITH THIS QUESTION WITH STEPS 1. Nosotrosmsica rock. (escuchar)What do I fill the blank with Find the area of a vertical cross section through the centers of the bases of a cylinder with a height of 24 inches and a circumference of about 43.96 inches. Use 3.14 for .brainliest for who gets it right What does the underlined word mean in the following sentence?J'arrive l'aeroport pour le vol.the announcementthe incidentthe flightthe departure The equation of a displacement time-curve of a particle is given as x=10t^2, the instantaneous velocity at t= 1s is * How did monarchies influence the development of the US government? multimedia computer system required the following hardware component they are what Which activities help with cardio fitness?A. Push upsB. Sit upsC. DancingD. All of the Above Si un rombo tiene un lado con medida de 16 pulgadas. Cual es su perimetro . If a rhombus has a side measured 16 inches. What is its perimeter. Plzzz help!!A(n) ___ combined the study of medicine, science, art, mysticism, and astrology. biologist Protestant alchemist philosophe Whats the correct answer for 29???? Paige is her mother's age. If the sum of their ages us 30, how old is Paige? explain the russo-japanese-war PLEASE HELP!!!!!!! THIS IS TIMED!!! SOMEONE HELP ME PLEASE!!!!!! What is the solution set to the equation 4x2 16 = 0? Please help! I'll give brainliest to whoever answers first!