home..

2020 College Board MC Review

My score:

Journey:

Learnings

Which of the following best explains how a certificate authority is used in protecting data?

Responses
A
A certificate authority certifies the safety of a particular Web site so that users know that it does not contain any viruses.

B
A certificate authority issues passwords that grant access to secure databases.

C
A certificate authority maintains a secure database that maps all Web domain names to the IP addresses of the servers where the sites are hosted.

D
A certificate authority verifies the authenticity of encryption keys used in secured communications.

Discovery

The following procedure is intended to return true if at least two of the three parameters are equal in value and is intended to return false otherwise.

PROCEDURE AnyPairs (x, y, z)

{

IF (x = y)

{

RETURN (true)

}

ELSE

{

RETURN (y = z)

}

}

For which of the following procedure calls does the procedure NOT return the intended value?

Responses
A
AnyPairs ("bat", "cat", "rat")

B
AnyPairs ("bat", "bat", "rat")

C
AnyPairs ("bat", "cat", "bat")

D
AnyPairs ("bat", "cat", "cat")

Conclusion

© 2024    •  Powered by Soopr   •  Theme  Moonwalk